Niranjankumar-c / Feedforward_NeuralNetworrks

Build our neural networks from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Build our neural networks from scratch

License:MIT License


Languages

Language:Jupyter Notebook 100.0%