Skip to content

some real example of machine learn algorithm

Notifications You must be signed in to change notification settings

guang-yao/MachineLearning

 
 

Repository files navigation

Machine Learning

Here is some machine learning algorithms written in python. every algorightm have a real example to test

Algorithm

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

License

Copyright 2016 yqtao

About

some real example of machine learn algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.2%
  • Jupyter Notebook 49.8%