Skip to content

Raw implementation of mlp classifier in python using numpy.

License

Notifications You must be signed in to change notification settings

maroshmka/np-mlp-clf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLP classifier

This is an implementation of raw multilayer perceptron classifier in numpy.
It has also implementation of simple GridSearch.

Usage:

Install dependencies from requirements.txt, e.g. to virtualenv.
Then run script.

$ python3 main.py [-gs] --data iris|2d
  gs - use grid search for model selection

In the end, visualisations of results will be stored in results/. You can see an example of a results in example_results/.

Releases

No releases published

Packages

No packages published

Languages