https://github.com/sivas-2/bitcoin-price-prediction-with-lstm-
In this project, I’ve combined the power of data analysis and deep learning to predict Bitcoin prices. Using historical price data, I explored trends, calculated moving averages, and built an LSTM (Long Short-Term Memory) model to forecast future price movements.
https://github.com/sivas-2/bitcoin-price-prediction-with-lstm-
bitcoin bitcoin-price-prediction lstm lstm-neural-networks machine-learning price-prediction time-series time-series-analysis yfinance
Last synced: 6 months ago
JSON representation
In this project, I’ve combined the power of data analysis and deep learning to predict Bitcoin prices. Using historical price data, I explored trends, calculated moving averages, and built an LSTM (Long Short-Term Memory) model to forecast future price movements.
- Host: GitHub
- URL: https://github.com/sivas-2/bitcoin-price-prediction-with-lstm-
- Owner: sivas-2
- Created: 2025-01-23T04:50:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T16:09:14.000Z (8 months ago)
- Last Synced: 2025-02-22T17:20:44.355Z (8 months ago)
- Topics: bitcoin, bitcoin-price-prediction, lstm, lstm-neural-networks, machine-learning, price-prediction, time-series, time-series-analysis, yfinance
- Language: Jupyter Notebook
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin-Price-Prediction-with-LSTM-
In this project, I’ve combined the power of data analysis and deep learning to predict Bitcoin prices. Using historical price data, I explored trends, calculated moving averages, and built an LSTM (Long Short-Term Memory) model to forecast future price movements.What’s Inside?
Data Exploration: Cleaned and analyzed Bitcoin's historical prices (BTC-USD) using the yfinance library.
Trend Analysis: Used moving averages to identify short-term and long-term trends.
LSTM Model: Implemented an LSTM neural network to capture patterns in the data and predict future prices.
Visualizations: Plotted actual vs. predicted prices and trend analyses to make findings easy to understand.A Note on Bitcoin Prices:
Bitcoin prices are inherently unpredictable. Numerous factors influence its closing price, such as global economic conditions, market sentiment, and geopolitical events. This project focuses solely on analyzing past Bitcoin data to understand trends and build a predictive model based on historical patterns.