Skip to content

Building RNNs that generate sequences based on input data applied to time-series and text generation

License

Notifications You must be signed in to change notification settings

Liam-F/rnn_predictions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using RNNs: time series prediction and text generation

In this project I'll build Recurrent Neural Networks (RNNs) that can generate sequences based on input data - with a focus on two applications: With the first I'll use real market data in order to predict future Apple stock prices using a simple RNN model implemented in Keras. The second one will be trained on Sir Arthur Conan Doyle's classic novel Sherlock Holmes and will generate wacky sentences based on it that may - or may not - become the next great Sherlock Holmes novel =) This project is part of the Artificial Intelligence Nanodegree program, from Udacity. You can check my report here.

Install

This project requires Python 3 and the following Python libraries installed:

Run

In a terminal or command window, navigate to the top-level project directory aind2/ and run one of the following command:

    $ jupyter notebook RNN_project.ipynb

This will open the Jupyter Notebook software and notebook in your browser.

Main References

  1. BLA, B. B. et al. Bla Bla. Bla Journal, 2017.

License

The contents of this repository are covered under the MIT License.

About

Building RNNs that generate sequences based on input data applied to time-series and text generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 69.9%
  • HTML 29.5%
  • Other 0.6%