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.
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 ).
To install Keras, check this link. It is an high level library on top of TensorFlow.