Found 4,370 repositories(showing 30)
omerbsezer
LSTM-RNN Tutorial with LSTM and RNN Tutorial with Demo with Demo Projects such as Stock/Bitcoin Time Series Prediction, Sentiment Analysis, Music Generation using Keras-Tensorflow
lawmaster10
A free, open-source book that explains how crypto actually works. 15 chapters covering Bitcoin, Ethereum, Solana, DeFi, MEV, market structure, custody, stablecoins, governance, quantum resistance, and prediction markets.
cbyn
Machine learning for high frequency bitcoin price prediction
jofpin
A tool that uses advanced Monte Carlo simulations and Turbit parallel processing to create possible Bitcoin prediction scenarios.
psztorc
Trustless and Decentralized Bitcoin Prediction Marketplace
panditanvita
Bitcoin price prediction algorithm using bayesian regression techniques
stavros0
Bayesian regression for latent source model and Bitcoin
llSourcell
This is the code for "Bitcoin Prediction" by Siraj Raval on Youtube
MShahabSepehri
The implementation of CryptoMamba: Leveraging State Space Models for Accurate Bitcoin Price Prediction
Predicts real-time bitcoin price using twitter and reddit sentiment, and sends out notifications via SMS.
sudharsan13296
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
manthanthakker
CryptoCurrency prediction using Deep Recurrent Neural Networks
neocortex
Deceptive Deep Learning Models for Predicting the Price of Bitcoin
Bitcoin-Price-Prediction
We are the Anchain.ai Bitcoin Price Prediction team from UC Berkeley's Data-X course. Our product is called BTC Predictor.
Recurrent Neural Network (LSTM) by using TensorFlow and Keras in Python for BitCoin price prediction
CyberPunkMetalHead
This is a functional trading bot that works by predicting the price of Bitcoin using Machine Learning, and placing trades based on its prediction. It's pretty experimental and largely untested, so please don't yolo.
TatevKaren
Price Prediction Case Study predicting the Bitcoin price and the Google stock price using Deep Learning, RNN with LSTM layers with TensorFlow and Keras in Python. (Includes: Data, Case Study Paper, Code)
StamKavid
AI multi-agent system for comprehensive Bitcoin (BTC) analysis, combining financial news, market performance, and AI-driven price predictions for investment recommendations.
CBaquero
Autoresearch: autonomous formula discovery for Bitcoin price prediction (time-based)
melihbodur
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.
No description available
Recurrent Neural Network (RNN), LSTM (Long Short-Time Memory), Bitcoin, Google Trends, Prediction, Deep Learning
paulcodrea
Bitcoin price prediction using both traditonal machine learning and deep learning techniques, based on historical price and sentiment extracted from Twitter posts. Fear of missing out analysis after Elon Musk tweeted about Dogecoin.
Aaron-Paul
Bitcoin price prediction using twitter sentiment analysis
Zaczero
📈 Bitcoin bull run peak prediction project (price and date)
ognjengt
Twitter bot that tweets future bitcoin value predictions.
Recurrent Neural Network (LSTM) by using TensorFlow and Keras in Python for BitCoin price prediction
upathare1
Analysis of LSTM and Deep-Learning for machine-learning guided Bitcoin Trading.
predicting the price variations of bitcoin, a virtual cryptographic currency. These predictions could be used as the foundation of a bitcoin trading strategy. To make these predictions, you will have to familiarize yourself with a machine learning technique, Bayesian Regression, and implement this technique in Python
A Model to Predict any kind of price such as Crypto price or Stock price using LSTM network and python