Skip to content

msyvr/micrograd-python

Repository files navigation

Implementing Andrej Karpathy's micrograd

Reimplementing this as a warm up to implementing in Rust!

To experiment with a very simple binary classifier model that has randomly generated inputs and targets:

python train.py

Parameters for step size, number of epochs, activation function, etc., can be updated in train.py to see the effects of each on model convergence to targets.

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages