Skip to content

d-gaillard/micrograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

micrograd

An implementation of the Andrej Karpathy's "micrograd" tutorial.

(Link: https://www.youtube.com/watch?v=PaCmpygFfXo&list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ&index=2)

Used the tutorial as a learning tool to understand the processes behind the common frameworks for neural network construction, such as PyTorch.

Code included is that which was written while following along, debugging, etc. By the end of the tutorial, the simple model could successfully perform binary classification with multiple data inputs.

About

An implementation of the Andrej Karpathy's "micrograd" tutorial (https://www.youtube.com/watch?v=PaCmpygFfXo&list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ&index=2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors