rnn-from-scratch icon indicating copy to clipboard operation
rnn-from-scratch copied to clipboard

A Recurrent Neural Network implemented from scratch (using only numpy) in Python.

A Recurrent Neural Network (RNN) From Scratch

This was written for my Introduction to Recurrent Neural Networks.

Usage

Install dependencies:

$ pip install -r requirements.txt

Run the RNN:

$ python main.py

More

You may also be interested in: