Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitcoin Price Prediction Using LSTM In Prediction Models #204

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

deepanshubaghel
Copy link
Contributor

Related Issues or bug

Implement an LSTM-based model for Bitcoin price prediction that uses historical price data (e.g., Open, High, Low, Close) to forecast future prices.

Fixes: #187

  • Preprocess Bitcoin price data.
  • Design and train an LSTM model.
  • Evaluate the model performance using R^2_Score, RMSE or MSE etc.
  • Provide visualization of actual vs predicted prices.

{D1EFF3E6-EABD-4743-98E5-458DC568E18A}

{ECE609E3-1CF9-4051-839B-5CA581BB53FD}

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link
Owner

@UppuluriKalyani UppuluriKalyani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deepanshubaghel can you please add readme file with proper description and with attachment of results.

@UppuluriKalyani UppuluriKalyani merged commit 48f0837 into UppuluriKalyani:main Oct 11, 2024
1 check passed
Copy link

🎉🎉 Thank you for your contribution! Your PR #204 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bitcoin price prediction using LSTM
2 participants