Here is some machine learning algorithms written in python. every algorightm have a real example to test
Name | Source | Comment |
---|---|---|
K Nearest Neighbors Algorithm | ReadMe.md | include Handwritten numeral recognition program |
bayes | bayes.y | a bayes algorithm to solve spam email problem |
Artificial Neural Network | ReadMe.md | classical neural network |
basic Convolutional Neural Network | ReadMe.md | some classical Convolutional network network write in tensorflow |
VGG Net | ReadMe.md | vgg16 net implement and using pre-train to classfication |
Word2Vec | word2Vec.py | implement word2vec write in tensorflow |
Copyright 2016 yqtao