- Collecting data
- Preprocessing data
- Training LSTM Model
- Prediction from real data
- Trend direction prediction
- Deep Reinforcement Learning
- Results
To run this project, install it locally using git
git clone https://github.com/Syun1208/stock-price-prediction
You can download data from yahoo.com: DOGE-USD.csv
, DOGE_TEST.csv
.
It includes 1532 rows x 6 columns.
sc = MinMaxScaler(feature_range = (0, 1))
Totally, our experiments are reported in the link below.
Link: Results
Experiments: Colab