- This notebook demonstrates the prediction of the bitcoin price by the neural network model.
- We are using long short term memory (LSTM)
- Getting real-time crptocurrency data(bitcoin).
- Prepare data for training and testing.
- Predict the price of crptocurrency using LSTM neural network (deep learning).
- Visualize the prediction results.
you need to install all the necessary libraries n order to run the project
sklearn
tensorflow
pandas
matplotlib
pip install sklearn
pip install tensorflow
pip install pandas
pip install matplotlib