Skip to content

LSTM RNN Neural network which performs stock market forecasting using Keras+TensorFlow.

Notifications You must be signed in to change notification settings

taban03/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSTM Neural Network for Stock Forecast

This project contains an implementation of a LSTM NN which allows to perform a technical analysis of market stocks. The ML model is built by using TensorFlow+Keras.

How to install TensorFlow

Go to this link and follow instruction about how to install TensorFlow framework. Use VirtualEnv in order to create a virtual environment without affecting your system setting.

You need also to install TensorFlow GPU (check this link ).

How to install Keras

To install Keras, check this link. It is an high level library on top of TensorFlow.

About

LSTM RNN Neural network which performs stock market forecasting using Keras+TensorFlow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages