/Deep-Neural-Net-Implementation-Scratch-and-PyTorch

This notebook is part of my blogpost, in which we'll make a deep neural network from scratch in plain Numpy

Primary LanguageJupyter Notebook

A Deep Neural net from Scratch and in PyTorch

Learn to make a deep neural net of any layers with help of numpy! image

In order to create something new, we should know how to create it from scratch. And for that, we need to know what’s going on under the hood ;) This notebook is part of my blogpost, in which we'll make a deep neural network from scratch in plain Numpy. Here's a link for my blogpost