Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
KNN algorithm source code
no vote
Knn is a relatively simple algorithms for supervised learning, core idea is that if a sample of the kNN algorithm in feature space k the most most of adjacent samples belonging to a category, then the sample is also included in this category, and have the sample feature on this category. The functionality of the source code implements the simplest knn and annotated, suits the beginner to refer to the study.
saber214fate
2016-08-23
0
1
The Perceptron algorithm for Python source code
no vote
The perceptron is a binary classification of linear model in 1957, introduced by Rosenblatt, is the basis of neural networks and support vector machines. The source code uses the original form of the Perceptron learning algorithm, not a dual form, more intuitively understand the Perceptron model. Source code included in the training data.
saber214fate
2016-08-23
0
1
No more~