Skip to content

This is a LSTM model made in python with tensorflow for the prediction of next high values.

Notifications You must be signed in to change notification settings

nenomg/LSTM_CARDANO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a LSTM model made in python with tensorflow for the prediction of next high values.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages