/aind--19_time-series-prediction

Udacity's Artificial Intelligence Nanodegree - Project #19

Primary LanguageJupyter Notebook

Time Series Prediction

This repository contains the 'times series prediction' project of the Udacity's Artificial Intelligence Nanodegree.

Times Series Prediction

Project Overview

In this project it will be built a LSTMN that can predict future Apple stock prices using an RNN model.

Install

  1. Download the necessary Python modules:

pip install -r requirements.txt

  1. Open the notebook:

jupyter notebook time_series_prediction.ipynb

I hope you enjoy it!