An open API service indexing awesome lists of open source software.

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.

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).