Skip to content

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.

License

Notifications You must be signed in to change notification settings

AqueeqAzam/Stock-Price-Prediction-using-Artificial-Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

pip install -r requirements.txt
python main.py

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published