MehrabKalantary / RNN-Stock-Prediction

DJIA 30 stock market prediction using simple RNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DJIA 30 Stock Prediction using Simple RNN

Dataset on kaggle

Contents

Data Understanding

Dataset contains 3019 rows and 7 columns. It's a time series data and each row is a unique date.

We choose "Open" column for prediction

p

Data Preprocessing

In this part we divide the data into train and test and then create sequences of data.

Modeling

p2

Evaluation

p3

About

DJIA 30 stock market prediction using simple RNN


Languages

Language:Jupyter Notebook 100.0%