Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/97k/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
https://github.com/97k/deep-neural-net-implementation-scratch-and-pytorch

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# A Deep Neural net from Scratch and in PyTorch
Learn to make a deep neural net of any layers with help of numpy!
![image](https://user-images.githubusercontent.com/21143936/59109575-e6938400-895a-11e9-845a-6d2f74c96f4b.png)

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](https://medium.com/datadriveninvestor/code-a-deep-neural-net-from-scratch-in-python-5408680a57e0)