nakranirudh / NN-from-Scratch

Neural Nets without libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing Fully Connected NNs from scratch without any libraries

Setups:

A. Networks

  1. Just a linear layer with bias weights
  2. Simple 3 layer network
  3. Deeper NNs with 3-5 layers
  4. Fully connected NN for MNIST images

B. Data creation

  1. Linearly seperable Gaussians
  2. Higher dimensional non-separable Gaussians

About

Neural Nets without libraries


Languages

Language:Python 100.0%