The material in this repository is inspired by a large number of sources.
Here is a non-exhaustive list:
- Andrej Karpathy's micrograd library, which is the foundation of pyfit's autograd engine.
- Joel Grus' joelnet neural networks library, from which numerous ideas were borrowed.
- Oleksii Trekhleb's Homemade Machine Learning repository, which is a model of organization and cleanliness.
Thanks to these authors for sharing their knowledge!