Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AsunaMasuda authored Nov 30, 2019
1 parent 24b376c commit 7379f87
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Bitcoin_plotly_keras
Data Analysis and Visualization on Bitcoin historical data data with Plotly and Price Prediction with Keras.
Please visit [this link](https://nbviewer.jupyter.org/github/AsunaMasuda/Bitcoin_plotly_keras/tree/master/Bitcoin%20Analysis%20and%20Visualization%20with%20Plotly,%20Price%20Prediction%20with%20Keras.ipynb) to see fully rendered visualizations by Plotly. (The ipython in Github repository cannot show visualizations by plotly.)
# Bitcoin Analysis and Visualization with Plotly, Price Prediction with LSTM model
\* In order to see fully rendered visualizations by Plotly, Please visit [this link](https://nbviewer.jupyter.org/github/AsunaMasuda/Bitcoin_plotly_keras/tree/master/Bitcoin%20Analysis%20and%20Visualization%20with%20Plotly,%20Price%20Prediction%20with%20Keras.ipynb) (The ipython in Github repository cannot show visualizations by plotly.)

## Conda Environment
## Overview:
This notebook focuses on these two purposes below, mainly for the writer's self-learning purpose:

- Data clearning and analysis with Python libraries and Bitcoin price prediction by deep learning algolism called LSTM with Keras
- Interactive Data visualizations with Plotly

<p><img src="bit_image.jpg" style="width:500px"></p>

## Reference:
To create this notebook,
<br>For data visualization with Plotly:
<br>I refered to [a Kaggle post](https://www.kaggle.com/kanncaa1/plotly-tutorial-for-beginners) by [DATAI](https://www.kaggle.com/kanncaa1) and Plotly [official document](https://plot.ly/python/).
<br>For price prediction with LSRM by Keras:
<br>I refered to [a jupyter notebook](https://github.com/dashee87/blogScripts/blob/master/Jupyter/2017-11-20-predicting-cryptocurrency-prices-with-deep-learning.ipynb) which explained an applicaiton of deep learning to Bitcoin/Etherium price prediction by a data scientist [David Sheeran](https://dashee87.github.io/about/).

0 comments on commit 7379f87

Please sign in to comment.