Skip to content

A set of Machine Learning tools for generating and training MLP/SMO classifiers

License

Notifications You must be signed in to change notification settings

bernardgut/MLTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLTools

MLtools aims at providing tools for solving the hand-written digits pattern recognition problem (MNIST). MLTools implement two celebrated Machine Learning techniques:

  • A Multi-Layer Perceptron performing Stochastic Gradient descent optimization on a Logistic Error function.
  • A Sequential minimal optimization Support Vector Machine algorithm.

We apply both solutions to the MNIST dataset and compare the results.

About

A set of Machine Learning tools for generating and training MLP/SMO classifiers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages