Skip to content
/ lilnn Public

Toy multilayer perceptron (neural network) implemented with numpy in Python 3.

License

Notifications You must be signed in to change notification settings

gtagency/lilnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lilnn

Toy multilayer perceptron (neural network) implemented with numpy in Python 3.

About

This code was adapted from the work of Brian Dolhansky. It has been updated to work in Python 3 and be simpler/shorter in nature.

Dependencies

You will need:

  • Python 3
  • numpy
  • tqdm

You will also need the MNIST dataset from this website.

About

Toy multilayer perceptron (neural network) implemented with numpy in Python 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages