An open API service indexing awesome lists of open source software.

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.

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