TheJaeLal / NumpyANN

An Object Oriented feed forward Neural Network implementation using Numpy alone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numpy - ANN

An Object Oriented Feed Forward Neural Net Implementation in Numpy.

Features:

  • Forward Propogation
  • Backward Propogation
  • Activations: Sigmoid
  • Initialization: Zero, Random Normal, Xavier

Dependancies

  • Python >= 3.5
  • Numpy >= 1.15

About

An Object Oriented feed forward Neural Network implementation using Numpy alone.


Languages

Language:Python 51.2%Language:Jupyter Notebook 48.8%