Skip to content

Niranjankumar-c/Feedforward_NeuralNetworrks

Repository files navigation

Feedforward NeuralNetworrks

This repository contains the code to create deep neural network and analyze the back propagation in neural networks.

Repository Structure

  • 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.

Jump into code

  • FeedForward Networks
    Click here to open in Colab
  • Scalar Backpropagation
    Open In Colab
  • Vector Backpropagation
    Open In Colab