All Projects → abhinavsagar → Cryptocurrency Price Prediction

abhinavsagar / Cryptocurrency Price Prediction

Licence: mit
Cryptocurrency Price Prediction Using LSTM neural network

Projects that are alternatives of or similar to Cryptocurrency Price Prediction

Cryptocurrencyprediction
Predict Cryptocurrency Price with Deep Learning
Stars: ✭ 453 (+67.16%)
Mutual labels:  bitcoin, cryptocurrency, jupyter-notebook, lstm
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (+2.58%)
Mutual labels:  bitcoin, cryptocurrency, jupyter-notebook, data-science
Deep Learning Book
Repository for "Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python"
Stars: ✭ 2,705 (+898.15%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+4260.89%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Image Caption Generator
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
Stars: ✭ 141 (-47.97%)
Mutual labels:  artificial-intelligence, jupyter-notebook, lstm
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+3188.56%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (-70.85%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+918.82%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Machine learning refined
Notes, examples, and Python demos for the textbook "Machine Learning Refined" (published by Cambridge University Press).
Stars: ✭ 750 (+176.75%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (-39.11%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Artificial Intelligence Projects
Collection of Artificial Intelligence projects.
Stars: ✭ 152 (-43.91%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (-36.9%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+2931%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-84.5%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Ds With Pysimplegui
Data science and Machine Learning GUI programs/ desktop apps with PySimpleGUI package
Stars: ✭ 93 (-65.68%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+2973.43%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Ml Ai Experiments
All my experiments with AI and ML
Stars: ✭ 107 (-60.52%)
Mutual labels:  artificial-intelligence, jupyter-notebook, lstm
Gophernotes
The Go kernel for Jupyter notebooks and nteract.
Stars: ✭ 3,100 (+1043.91%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Pba
Efficient Learning of Augmentation Policy Schedules
Stars: ✭ 461 (+70.11%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science
Sciblog support
Support content for my blog
Stars: ✭ 694 (+156.09%)
Mutual labels:  artificial-intelligence, jupyter-notebook, data-science

Cryptocurrency-Price-Prediction

Cryptocurrency Price Prediction Using LSTM neural network

IMPORTANT

This code was made public to share our research for the benefit of the scientific community. Do NOT use it for immoral purposes.

Check out the corresponding medium blog post https://towardsdatascience.com/cryptocurrency-price-prediction-using-deep-learning-70cfca50dd3a.

Cryptocurrency line plot

Actual vs predicted prices

References

  1. https://pdfs.semanticscholar.org/ff94/fe775276b8557daf638a5aefed15bad9af85.pdf

  2. https://www.mdpi.com/1099-4300/21/6/589/pdf

  3. https://github.com/khuangaf/CryptocurrencyPrediction

Citing

If you find this code useful in your research, please consider citing the blog:

@misc{sagarcryptocurrency,
  Author = {Abhinav Sagar},
  Title = {Cryptocurrency Price Prediction Using Deep Learning},
  Year = {2019},
  Journal = {Towards Data Science},
}

License

MIT License

Copyright (c) 2019 Abhinav Sagar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].