# rnn-from-scratch **Repository Path**: whs075/rnn-from-scratch ## Basic Information - **Project Name**: rnn-from-scratch - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-31 - **Last Updated**: 2025-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A Recurrent Neural Network (RNN) From Scratch This was written for my [Introduction to Recurrent Neural Networks](https://victorzhou.com/blog/intro-to-rnns/). ## Usage Install dependencies: ```bash $ pip install -r requirements.txt ``` Run the RNN: ```bash $ python main.py ``` ## More You may also be interested in: - [a Neural Network implemented from scratch in Python](https://github.com/vzhou842/neural-network-from-scratch), which was written for my [introduction to Neural Networks](https://victorzhou.com/blog/intro-to-neural-networks/).