shambu09 / deep-learning

Implementation of basic Neural Network, backprop and learning algorithms in plain numpy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep-Learning

Implementation of Deep Learning algorithms into a simple Python framework using only NumPy.

New algorithms will be implemented when I get a good grasp on those algorithms.

Implemented Algorithms:

Deep L ANN:

    Forward Propagation using he, Xavier, random initialization; Normalization.

    Binary Cross entropy loss, Regularization.

    Backward Propagation.

    Gradient Descent.

About

Implementation of basic Neural Network, backprop and learning algorithms in plain numpy.

License:MIT License


Languages

Language:Python 100.0%