Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 850 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 850 Bytes

LSTM_CARDANO

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.

How to use the script

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.