Skip to content

Implement some machine learning algorithm using python

Notifications You must be signed in to change notification settings

zuiwufenghua/PythonicML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

2013.9.7
    + implement KNN algorithm in a very direct and simple manner
    + add digit number dataset, the training set has 1934 samples, test set has 946 samples
    + when K = 7, the accuracies on training and test set are 98.0352% and 97.8858%
    + in $(PythonicMLROOT)/src/test, there is a program TestKNN.py which drives the KNN test
        python TestKNN.py
    
any questions, please feel free to contact with me!

email: speedmancs@gmail.com
linkedin: http://www.linkedin.com/pub/gao-feng/53/7b6/a34
interest of mine: machine learning, NLP


About

Implement some machine learning algorithm using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published