/Basic-Neural-Network

Basic Neural Network in python

Primary LanguageJupyter Notebook

Basic Neural Network

On the process of learning Deeplearning, i built Basic Neural Network to get full understanding without help of ML library.

Overview

A neural network written in Python, consisting of a single neuron that uses back propagation to learn. You can have quick review with juputer notebook file.

Dependencies

None! Just numpy.

Credits