Skip to content

Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano

Notifications You must be signed in to change notification settings

fdabek1/rnn-tutorial-rnnlm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano

Jupyter Notebook Setup

System Requirements:

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

About

Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%