https://github.com/hanzopgp/lstmcryptopriceprediction
TensorFlow LSTM neural networks which predict cryptocurrencies future prices. Starting from Sentdex's tutorial.
https://github.com/hanzopgp/lstmcryptopriceprediction
artificial-intelligence deep-learning lstm-neural-networks machine-learning matplotlib numpy personal recurrent-neural-networks tensorflow
Last synced: about 1 month ago
JSON representation
TensorFlow LSTM neural networks which predict cryptocurrencies future prices. Starting from Sentdex's tutorial.
- Host: GitHub
- URL: https://github.com/hanzopgp/lstmcryptopriceprediction
- Owner: hanzopgp
- License: mit
- Created: 2021-04-04T20:17:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T01:50:54.000Z (about 5 years ago)
- Last Synced: 2025-03-05T17:25:08.094Z (over 1 year ago)
- Topics: artificial-intelligence, deep-learning, lstm-neural-networks, machine-learning, matplotlib, numpy, personal, recurrent-neural-networks, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 9.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LSTMCryptoPricePrediction
## Presentation
>Learning about tensorflow, jupyter notebook, numpy, matplotlib, sklearn and other libraries to quickly build and test neural networks. Starting from Sentdex's tutorial. Last introduction project before working on LSTM & Transformers to predict cryptocurrencies price. (for my intership at Deepn as an AI dev)
## Dependencies
- Python
- Anaconda
- Jupyter notebook
- TensorFlow
- Numpy
- Matplotlib
- Pandas
- Sklearn
- Unidecode
## Jupyterlab setup
- Install Anaconda
- Create new environnment
- Open environment terminal
- \>pip install tensorflow
- \>pip install pandas
- \>pip install sklearn
- \>pip install jupyter notebook
- ...
- Open jupyter notebook in that environment
## Datasets
- Datasets are not in the github repository, you need to download it (Links in notebooks).
## Links
- https://www.youtube.com/watch?v=wQ8BIBpya2k&list=PLQVvvaa0QuDfhTox0AjmQ6tvTgMBZBEXN&ab_channel=sentdex
- https://en.wikipedia.org/wiki/Recurrent_neural_network
- https://en.wikipedia.org/wiki/Long_short-term_memory