Predict stock prices using LSTM networks in PyTorch. This project covers data preprocessing, sliding window creation, model training with early stopping, and evaluation with RMSE/MAE/MAPE. Includes visualizations of training loss, predicted vs actual prices, and short-horizon forecasts.
☆40Sep 13, 2025Updated 5 months ago
Alternatives and similar repositories for Stock-LSTM-Forecasting
Users that are interested in Stock-LSTM-Forecasting are comparing it to the libraries listed below
Sorting:
- A PyTorch implementation of a Deep Convolutional GAN (DCGAN) trained on MNIST. Includes training scripts, generator & discriminator model…☆30Sep 12, 2025Updated 5 months ago
- A hands-on project for forecasting time-series with PyTorch LSTMs. It creates realistic daily data (trend, seasonality, events, noise), p…☆27Sep 11, 2025Updated 5 months ago
- I’m Amirhosein Honardoust, a passionate developer and data scientist with experience in Python, PyTorch, deep learning, and machine learn…☆41Feb 27, 2026Updated last week
- Movie recommendation system with Python. Implements content-based filtering (TF-IDF + cosine similarity), collaborative filtering with ma…☆31Sep 11, 2025Updated 5 months ago
- Missing Data Doctor is a diagnostic and treatment toolkit for missing values in machine learning datasets. It profiles missingness patter…☆20Nov 15, 2025Updated 3 months ago
- Customer reviews sentiment analysis with Python and NLP. Generates a synthetic dataset of positive, neutral, and negative reviews, applie…☆27Sep 11, 2025Updated 5 months ago
- Analyze employee performance and productivity using SQL and Python. Build HR dashboards to evaluate departmental KPIs, efficiency trends,…☆32Oct 22, 2025Updated 4 months ago
- A Streamlit-powered machine learning playground that automatically detects classification or regression tasks, builds pipelines with prep…☆22Nov 3, 2025Updated 4 months ago
- A PHP library for Time-based One-Time Password (TOTP) authentication☆30Sep 5, 2025Updated 6 months ago
- Predict the profitability of potential coffee shop locations using SQL and Python. Combines data engineering with feature-rich regression…☆42Oct 23, 2025Updated 4 months ago
- An end-to-end image captioning project using a CNN encoder (ResNet-50) and LSTM decoder in PyTorch. Includes vocabulary building, preproc…☆46Sep 13, 2025Updated 5 months ago
- End-to-end demand forecasting with Python using synthetic time-series sales data. Includes data generation, cleaning, ARIMA/SARIMA model …☆29Sep 11, 2025Updated 5 months ago
- Python project for Market Basket Analysis. Generates synthetic retail transactions, mines frequent itemsets using Apriori & FP-Growth, de…☆38Oct 16, 2025Updated 4 months ago
- Image classification with PyTorch using Convolutional Neural Networks (CNNs). Trains on MNIST with convolution, pooling, and fully connec…☆28Sep 11, 2025Updated 5 months ago
- End-to-end sentiment analysis of tweets using BERT. Includes preprocessing, training, and evaluation with classification reports, confusi…☆42Sep 17, 2025Updated 5 months ago
- Customer churn prediction with Python using synthetic datasets. Includes data generation, feature engineering, and training with Logistic…