项目作者: Meghana-Meghana

项目描述 :
Prediction of stock prices using LSTM
高级语言: Jupyter Notebook
项目地址: git://github.com/Meghana-Meghana/Stock-Price-Prediction.git
创建时间: 2018-09-08T15:12:05Z
项目社区:https://github.com/Meghana-Meghana/Stock-Price-Prediction

开源协议:

下载


Stock-Price-Prediction

Problem/ Project Description:

In this project we have a dataset containing stock prices of Google from January-2012 to December-2016. We are required to use these stock prices for training the neural network and predict the stock prices for the month of January-2017. This is a Regression problem.

Model used: Long Short-Term Memory (LSTM).

Tools Used: TensorFlow, Keras, Numpy, Pandas, Matplotlib

Language used: Python

Project: To see the project simply open the Jupyter Notebook, “Stock Price Prediction.ipynb”

BlogPost: Work in Progress

Try it Yourself: You can download and execute the python file after installing all the tools used.