This is a LSTM model made in python with tensorflow for the prediction of next high values. This model was made for the cryptocurrency Cardano.
To execute this script just download the file from LSTM_CARDANO.zip and install the next libraries:
Pandas:
pip install pandas
Numpy:
pip install numpy
Tensorflow:
pip install tensorflow
Sklearn:
pip install sklearn
Matplotlib:
pip install matplotlib
To execute the script place the train-model.py file and the dataset(ADAUSDT.csv) in the same folder, then run the script:
python train-model.py
For more information about how it works access the Wiki.