AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
-
Updated
Dec 2, 2020 - Python
{{ message }}
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Build your neural network easy and fast
Statistical Machine Intelligence & Learning Engine
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Tensorflow tutorial from basic to hard
As discussed a bit in the PR. I suggested the idea of adding some data processing functionality to mlpack.
I compiled a list of features that can be implemented:
Our instructions only cover installation, not actually running Orange. People unfamiliar with pip/conda need this.
The instructions should be fixed in README.md and our webpage (they should be the same). Please test throughly.
#5111 is an example of what can go wrong.
simple statistics for node & browser javascript
Math.NET Numerics
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
Machine Learning in R
ThunderSVM: A Fast SVM Library on GPUs and CPUs
《深度学习与计算机视觉》配套代码
MLBox is a powerful Automated Machine Learning python library.
String representations of dataset objects are used for previewing their contents from the terminal. When converting a Dataset object to a string, we build a table using ascii characters. The current table has fixed width columns that do not take full advantage of the terminal real estate if the dataset only contains a few columns.
echo $dataset;<img width="574" alt="Annotation
The PR JuliaData/CategoricalArrays.jl#310 means that an array with elements of type Symbol can no longer be wrapped as a CategoricalArray.
This means all MLJ documentation and test code that uses symbols in categorical data must be refactored to use strings instead.
These repos, at least, need checking/refactoring, in order of priority:
MLJ
[x]
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
Hi @JavierAntoran @stratisMarkou,
First of all, thanks for making all of this code available - it's been great to look through!
Im currently spending some time trying to work through the Weight Uncertainty in Neural Networks in order to implement Bayes-by-Backprop. I was struggling to understand the difference between your implementation of `Bayes-by-Bac
Tribuo - A Java machine learning library
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
[CVPR19] FSA-Net: Learning Fine-Grained Structure Aggregation for Head Pose Estimation from a Single Image
mlr3: Machine Learning in R - next generation
Add a description, image, and links to the regression topic page so that developers can more easily learn about it.
To associate your repository with the regression topic, visit your repo's landing page and select "manage topics."
Hi I would like to propose a better implementation for 'test_indices':
We can remove the unneeded np.array casting:
Cleaner/New:
test_indices = list(set(range(len(texts))) - set(train_indices))
Old:
test_indices = np.array(list(set(range(len(texts))) - set(train_indices)))