Repository navigation

#

bitcoin-price-prediction

Jupyter Notebook
94
2 年前

This project focuses on predicting the prices of Bitcoins, the most in-demand cryptocurrency of today's world.

Python
64
4 年前

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.

Jupyter Notebook
50
4 年前

Recurrent Neural Network (RNN), LSTM (Long Short-Time Memory), Bitcoin, Google Trends, Prediction, Deep Learning

Python
38
6 年前

Bitcoin price prediction using ARIMA Model.

Jupyter Notebook
23
3 年前

Monte Carlo simulation of asset price

Python
18
4 年前

Predict bitcoin price using gold and S&P 500 data implementing LSTM, Gradient Boosting Regression, and Random Forest

HTML
9
2 年前

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

Jupyter Notebook
9
5 年前

SimBit - Simple Bitcoin Prediction Ai. This Ai Model uses historical Bitcoin price data to predict future prices.

Python
8
2 年前

Terminal dashboard for trading Bitcoin, predicting price movements, and losing all your money

JavaScript
7
3 年前

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.

Python
7
2 年前

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

Jupyter Notebook
7
4 年前

Utilizing deep learning techniques to predict Bitcoin price movements based on historical data and relevant market indicators.

Jupyter Notebook
6
10 个月前