An implementation of the 'Bayesian regression for latent source model' method for predicting price variation of Bitcoin. You can read more about the method at https://arxiv.org/pdf/1410.1231.pdf.
Make sure you have installed all the requirements and created an isolated Python environment for this project (optional). Then follow the installation instructions:
$ git clone https://github.com/stavros0/bitcoin-price-prediction.git
$ cd bitcoin-price-prediction
$ pip install -e .
okcoin.py
script to gather market data from the OKCoin Spot Price API at the interval of every ten seconds. Bear in mind that you need at least 721 data points so that m = len(prices) - n > 0
.$ python okcoin.py
bayesian_regression.py
module. millionare.py
is intended for tinkering and experimenting only and therefore won't display anything on the screen. That is, you should tinker with my script or write your own script instead. In any case, you have to speak Python.This project is licensed under the terms of the MIT license. See LICENSE for more information.
Cryptocurrency-Price-Prediction Cryptocurrency Price Prediction Using LSTM neural network Citing If you find this code useful in your research, please consider citing the blog: @misc{sagarcryptocurren
Stock Price Predictor Udacity - Machine learning Nano Degree Program : Project-6 (Capstone project) Project Overview This is sixth and final capstone project in the series of the projects listed in Ud
Bitcoin (比特币)是点对点(peer-to-peer)基于网络的匿名数字货币。点对点(peer-to-peer)的意思是指没有中央权威控制货币 的汇款通道。相反,这些货币转帐的任务是由网络节点进行的集体管理。匿名就意味着交易各方可以隐藏自己的真实身份。优势: 无需信托中间人,能够方便的进行互联网上的汇款。 第三方不能够控制或者阻止您的交易。 Bitcoin 交易几乎免费, 而信用卡的网上在
Bitcoin-Qt 是使用 Qt 开发的比特币客户端,目前该项目已经成为比特币官方的客户端,合并到比特币项目中,不再单独立项。
Bitcoin ETL Join Telegram Group Install Bitcoin ETL: pip install bitcoin-etl Export blocks and transactions (Schema, Reference): > bitcoinetl export_blocks_and_transactions --start-block 0 --end-block
BITCOIN WALLET Welcome to Bitcoin Wallet, a standalone Bitcoin payment app for your Android device! This project contains several sub-projects: wallet:The Android app itself. This is probably what you