yacoubb / toy-nn

A toy neural network library written in numpy aimed at being as readable as possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toy-nn

A toy neural network library written entirely in numpy and aimed at being as readable as possible.

The maths and functions are based off formulas found in the free online book Neural Networks and Deep Learning. If you're totally new to deep learning and intend to use this repository to learn more about the underlying math behind it I would recommend giving chapters 1 and 2 a read.

About

A toy neural network library written in numpy aimed at being as readable as possible.

License:MIT License


Languages

Language:Python 100.0%