This project uses a deep learning model to predict the next day's stock closing price based on the opening price.
- Preprocessing with
MinMaxScaler
- Neural Network using Keras
- Evaluation with RMSE and RΒ²
- Custom Predictions
pip install -r requirements.txt
python main.py