Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T05:46:19.000Z (10 months ago)
- Last Synced: 2024-03-08T06:35:18.637Z (10 months ago)
- Language: Python
- Size: 6.06 MB
- Stars: 1
- 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