An open API service indexing awesome lists of open source software.

https://github.com/aqueeqazam/stock-price-prediction-using-artificial-neural-networks

This project builds and trains a regression model to predict the next day's stock closing price using historical market data. The model is based on a fully connected deep neural network (FCNN) built with TensorFlow/Keras.
https://github.com/aqueeqazam/stock-price-prediction-using-artificial-neural-networks

ann multiple-linear-regression simple-regression

Last synced: 5 months ago
JSON representation

This project builds and trains a regression model to predict the next day's stock closing price using historical market data. The model is based on a fully connected deep neural network (FCNN) built with TensorFlow/Keras.

Awesome Lists containing this project

README

          

# regression-using-aan-industry-special

# 📈 Stock Price Prediction (Regression)

This project uses a deep learning model to predict the next day's stock closing price based on the opening price.

## 💡 Features
- Preprocessing with `MinMaxScaler`
- Neural Network using Keras
- Evaluation with RMSE and R²
- Custom Predictions

## 🚀 Run it

```bash
pip install -r requirements.txt
python main.py