mirror of
https://github.com/harivansh-afk/CryptoCurrencyPredictionLSTM.git
synced 2026-04-15 07:04:46 +00:00
Update README.md
This commit is contained in:
parent
5e1aaa8833
commit
7520dee148
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ The crypto market is renowned for its turbulence, dynamic, and nonlinear nature,
|
|||
|
||||
LSTM, a type of recurrent neural network, is particularly promising for analyzing sequential data like time series. This research builds on previous studies, which primarily focus on a few cryptocurrencies and outdated datasets, by incorporating more recent data and a broader range of currencies.
|
||||
|
||||
## Instructions
|
||||
- To Run this file, you must first download the dataset that this is based upon
|
||||
- The dataset can be found on [Kaggle](https://www.kaggle.com/datasets/jessevent/all-crypto-currencies) and download as a zip file
|
||||
- Once the file has been downloaded you must add it to the same folder as the .ipynb file on your computer
|
||||
- The project can then be run and tested on this dataset
|
||||
|
||||
## Results
|
||||
Our results demonstrate an accuracy rate of 50-60%, highlighting the volatility of the cryptocurrency market. The LSTM model showed a slight improvement over other models, indicating its suitability for time-series data. We implemented our models using Python libraries such as Sklearn, Keras, and Tensorflow, executing them on the JupyterLab platform. The best model was selected based on RMSE and MAPE values.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue