Skip to content

ckuenzi/nanograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Read the full writeup on https://kuenzi.dev/nanograd/


nanograd

This Github project implements a neural network pipeline from scratch without using any machine learning libraries including NumPy. The project is inspired by Andrej Karpathy's video series on building neural networks from scratch. It aims to implement a forward and backward pass, a simple classification task, a multi-layer perceptron, and RMSE as the loss function.

BackGen

With PyTorch a simple digits classifier is trained and then used to generate images with the help of backpropagation and gradient descent.

About

Backprop from scratch and generating adversarial images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published