Skip to content

Building a neural network library following Karpathy's excercise

Notifications You must be signed in to change notification settings

george-dominic/nn_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Neural network from scratch

This repo attempts to build a neural network library from scratch following Karpathy's excercise in building micrograd which is a Pytorch inspired micro library of neural networks

image

Topics Covered

  • Calculus
  • Backpropogation
  • Forward pass
  • Pytorch
  • Multi Layer Perceptrons
  • Gradient descent
  • Learning rate
  • Training the network
  • Loss Function

About

Building a neural network library following Karpathy's excercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published