Extended Micrograd with RNN Support
Description
An extension of Andrej Karpathy’s Micrograd to include support for Recurrent Neural Networks (RNNs) in addition to standard neural networks. This project provides a minimalistic yet powerful way to understand and experiment with RNNs.
Check the GitHub repository for more details.