This repository contains the code to create deep neural network and analyze the back propagation in neural networks.
- FeedForwardNetworks: Contains code to create deep neural network with out any framework.
- ScalerBackpropagation: Contains code to execute and visualize the back propagation in scalar form.
- VectorBackpropagation: Contains code to execute and visualize the back propagation in vector form.