https://github.com/cedrickchee/neural-network-in-13-lines
A neural network in 13 lines of Python.
https://github.com/cedrickchee/neural-network-in-13-lines
backpropagation key-concepts minimalistic neural-network numpy-neuralnet-exercise
Last synced: 3 months ago
JSON representation
A neural network in 13 lines of Python.
- Host: GitHub
- URL: https://github.com/cedrickchee/neural-network-in-13-lines
- Owner: cedrickchee
- License: mit
- Created: 2017-06-21T17:44:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T15:58:22.000Z (over 7 years ago)
- Last Synced: 2025-06-03T17:41:04.618Z (4 months ago)
- Topics: backpropagation, key-concepts, minimalistic, neural-network, numpy-neuralnet-exercise
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Network in 13 Lines
A minimalistic neural network develop in 13 lines of Python and NumPy codes.
Inspired by Denny Britz's work [Implementing a Neural Network from Scratch](https://github.com/dennybritz/nn-from-scratch).