MACHINE LEARNING - Code examples of machine learning
There are 3 scripts :
- kmeans_knn : an introduction to kmeans and knn methods
- decision_tree : how to compute a decision tree using kmeans and knn (comparison)
- image_recognition : training of a model in order to recognize numbers written in an image
A lot more to come...