Skip to content

vkkb/ml-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ml-fun

Fun machine learning stuff

Feedforward neural network

model.py contains a neural network made with NumPy that can be used for classification.

example.py builds a neural network of the class NN, described in model.py, and trains it on the Iris dataset to distinguish the type "versicolor" from the other types, based on the attributes petal length and petal width.

P.S. This is not an attempt to reinvent the wheel, since neural nets are efficiently implemented in frameworks like TF, but rather to review the mathematical background behind it :)

About

Fun machine learning stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages