Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.09 KB

File metadata and controls

15 lines (12 loc) · 1.09 KB

Predicting closing stock prices of FAANG companies namely Facebook,Apple,Amazon,Netflix and Google from May 2012 till March 2021 using Deep Learning models such as Long Short Term Memory (LSTM), a Basic Artificial Neural Network(CNN), Recurrent Neural Networks (RNN), Multilayer Perceptron (MLP) and Autoencoder.


DATA SOURCES

FAANG 2012 - 2020 dataset
FAANG 2016 - May 2021 dataset


Streamlit GUI for the project can be found in the Stock-GUI-Streamlit folder

This app has been deployed on streamlit. To view the app check the link below

Additional Note

The hyperparameters that we have used in our deep learning models show the best results for the Google Stock Price dataset that has been uploaded here. The code works for any csv dataset but getting the best accuracy isn't assured.