Skip to content

Daniel-Sinkin/nn_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nn_from_scratch

This repo is a collection of neural network implementations from scratch in Python. The purpose of this repo is to understand the inner workings of neural networks and to implement them from scratch.

The idea of building neural nets from scratch mainly came from George Hotz's tinygrad and Andrej Karpathy's micrograd (I've created nanograd while studying it and the associated lecture series.).

Unlike nanograd I won't copy any tutorial directly, but I will use them as a reference to build my own neural network implementations.

References

Educational Material

Literature

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published