https://github.com/henrithomas/mojo-neural-net
simple neural network implementation in mojo
https://github.com/henrithomas/mojo-neural-net
Last synced: 3 months ago
JSON representation
simple neural network implementation in mojo
- Host: GitHub
- URL: https://github.com/henrithomas/mojo-neural-net
- Owner: henrithomas
- Created: 2024-02-10T20:12:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T05:46:19.000Z (about 1 year ago)
- Last Synced: 2024-09-24T16:22:47.623Z (7 months ago)
- Language: Python
- Size: 6.07 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mojo-max-mlir - henrithomas/mojo-neural-net - neural-net?style=social"/> : simple neural network implementation in mojo. (Machine Learning)
- awesome-mojo-max-mlir - henrithomas/mojo-neural-net - neural-net?style=social"/> : simple neural network implementation in mojo. (Machine Learning)
README
# mojo-neural-net
simple neural network implementation in mojowill include
- a basic 3-4 layer neural network to classify handwritten letters
- backpropagation
- stochastic gradient descent
- mini-batchingresources
neural networks in python: http://neuralnetworksanddeeplearning.com/index.html
mojo docs: https://docs.modular.com/mojo/
neural network basics: https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi