Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 717 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 717 Bytes

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.