Skip to content

R-zin/Crypto-Predictor-LSTM-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ˆ Crypto Predictor β€” LSTM Model for Cryptocurrency Price Forecasting

Predict the future trend of cryptocurrencies using an LSTM-based deep learning model trained on historical price data. This project demonstrates how recurrent neural networks can be used to forecast time series data, especially in volatile markets like crypto.

Crypto Predictor
Python
Status


πŸš€ Features

  • Uses LSTM (Long Short-Term Memory) networks for time-series forecasting
  • Preprocesses historical price data for input into neural network
  • Trains and tests the model on cleaned crypto datasets
  • Plots predicted vs actual prices for evaluation
  • Modular and easy to extend for different coins or timeframes

🧠 Model Overview

LSTM (Long Short-Term Memory) is a type of RNN (Recurrent Neural Network) designed to capture long-term dependencies. This makes it well-suited for financial time-series prediction, where understanding previous trends is crucial.


πŸ“ Project Structure

About

Simple LSTM model that uses data from 2020 to the present date to generate prediction of a coin upto 30 days

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages