Skip to content

Recurrent Neural Net Demo code for Build an RNN in 5 Min on Youtube

Notifications You must be signed in to change notification settings

llSourcell/recurrent_neural_net_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

35fb080 · Aug 26, 2016

History

3 Commits
Aug 26, 2016
Aug 26, 2016

Repository files navigation

RNN Demo

Overview

This project helps train a Recurrent neural net to predict the sum of two binary numbers.

Dependencies

  • numpy
  • copy

Use pip to install any missing dependencies

Basic Usage

Run rnn.py, that's it!

Credits

Credit for the vast majority of code here goes to @iamtrask! I've merely created a wrapper around all of the important functions to get people started.

About

Recurrent Neural Net Demo code for Build an RNN in 5 Min on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages