System Requirements:
- Python, pip
- (Optional) virtualenv
To start the Jupyter Notebook:
# Clone the repo
git clone https://github.com/dennybritz/rnn-tutorial-rnnlm
cd rnn-tutorial-rnnlm
# Create a new virtual environment (optional, but recommended)
virtualenv venv
source venv/bin/active
# Install requirements
pip install -r requirements.txt
# Start the notebook server
jupyter notebook