All Projects → melihbodr → Bitcoin_Analysis-

melihbodr / Bitcoin_Analysis-

Licence: other
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 f…

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bitcoin Analysis-

trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-50%)
Mutual labels:  trading, data-analysis, financial-analysis
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-35.71%)
Mutual labels:  trading, financial-analysis
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (+52.38%)
Mutual labels:  trading, financial-analysis
piker
#nontina, #paperhands,, #pwnzebotz, #tradezbyguille
Stars: ✭ 63 (+50%)
Mutual labels:  trading, financial-analysis
Dream3d
Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.
Stars: ✭ 73 (+73.81%)
Mutual labels:  analysis, data-analysis
Analyzer
🔍 Offline Analyzer for extracting features, artifacts and IoCs from Windows, Linux, Android, iPhone, Blackberry, macOS binaries, emails and more
Stars: ✭ 108 (+157.14%)
Mutual labels:  analysis, data-analysis
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+111.9%)
Mutual labels:  trading, financial-analysis
Trading Signals
Technical indicators to run technical analysis with JavaScript / TypeScript. 📈
Stars: ✭ 118 (+180.95%)
Mutual labels:  trading, analysis
Vectorbt
Ultimate Python library for time series analysis and backtesting at scale
Stars: ✭ 855 (+1935.71%)
Mutual labels:  trading, data-analysis
Erc20 Ico Onchain Technical Analysis
An tool to analyze any company's ICO
Stars: ✭ 326 (+676.19%)
Mutual labels:  trading, analysis
Dapy
Easy-to-use data analysis / manipulation framework for humans
Stars: ✭ 523 (+1145.24%)
Mutual labels:  analysis, data-analysis
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+471.43%)
Mutual labels:  trading, data-analysis
ggshakeR
An analysis and visualization R package that works with publicly available soccer data
Stars: ✭ 69 (+64.29%)
Mutual labels:  analysis, data-analysis
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (+180.95%)
Mutual labels:  analysis, data-analysis
neural-finance
Neural Network for HFT-trading [experimental]
Stars: ✭ 67 (+59.52%)
Mutual labels:  trading, data-analysis
Jhtalib
Technical Analysis Library Time-Series
Stars: ✭ 131 (+211.9%)
Mutual labels:  trading, analysis
R-code-for-finance
R code for finance
Stars: ✭ 19 (-54.76%)
Mutual labels:  analysis, financial-analysis
bot-trader
Simple bot trader for Bitmex
Stars: ✭ 14 (-66.67%)
Mutual labels:  trading
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+109.52%)
Mutual labels:  trading
flumine
flūmine - Betting trading framework
Stars: ✭ 89 (+111.9%)
Mutual labels:  trading

Bitcoin Analysis with Deep Learning

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.

In this video, I used the opening values between 2011 and 19/04/2021. I carried out the project on the last opening day and at the end of the project, the next day (April 20) bitcoin opening rate was estimated with the future forecast method. This project is not investment advice. In this project, I wanted to show my work in time series on a topic that has become popular recently.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].