Repository navigation
bitcoin-price-prediction
- Website
- Wikipedia
Trade Bitcoin and run forecasting models from the terminal
CryptoCurrency prediction using machine learning and deep learning
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
CryptoCurrency prediction using Deep Recurrent Neural Networks
This project focuses on predicting the prices of Bitcoins, the most in-demand cryptocurrency of today's world.
Python Bitcoin is widely used cryptocurrency for digital market. It is decentralised that means it is not own by government or any other company.Transactions are simple and easy as it doesn’t belong to any country.Records data are stored in Blockchain.Bitcoin price is variable and it is widely used so it is important to predict the price of it for making any investment.This project focuses on the accurate prediction of cryptocurrencies price using neural networks. We’re implementing a Long Short Term Memory (LSTM) model using keras; it’s a particular type of deep learning model that is well suited to time series data (or any data with temporal/spatial/structural order e.g. movies, sentences, etc.).We have used different activation function for analysing the efficiency of the system.Instead of historical data we are using live streaming data for better accuracy.
Recurrent Neural Network (RNN), LSTM (Long Short-Time Memory), Bitcoin, Google Trends, Prediction, Deep Learning
Forex price movement forecast
A dockerized prediction API for crypto.
bitcoin prediction algorithms
Bitcoin price prediction using ARIMA Model.
Monte Carlo simulation of asset price
Bitcoin Price Prediction using Recurrent Neural Networks
Predict bitcoin price using gold and S&P 500 data implementing LSTM, Gradient Boosting Regression, and Random Forest
Developed a binary classification algorithm for Bitcoin price prediction at different frequencies ( daily price and 5-minutes interval price) using different machine techniques model in Python
SimBit - Simple Bitcoin Prediction Ai. This Ai Model uses historical Bitcoin price data to predict future prices.
Terminal dashboard for trading Bitcoin, predicting price movements, and losing all your money
LSTM (Long Short-Term Network) is a kind of Recurrent Neural Network which used in the field of deep learning. Traditional neural networks can't remember previous inputs. But Recurrent Neural Networks enable us to learn from previous sequence input datas. A LSTM unit is composed of a cell, an input gate, an output gate and a forget gate.
In this project, analysis and prediction of the bitcoin price was carried out as part of a project to research artificial intelligence in finance in the scope of Interactive ML course at Augsburg University
Utilizing deep learning techniques to predict Bitcoin price movements based on historical data and relevant market indicators.