This repository contains a Deep Learning model implementation for training and prediction using neural networks. The project demonstrates how deep learning can be used for data analysis and prediction tasks.
- Data preprocessing
- Model training using deep learning
- Model evaluation
- Prediction using trained model
- Python
- TensorFlow / Keras .
- NumPy
- Pandas
- Matplotlib
DEEP_learning/ │ ├── data/ # Dataset ├── model/ # Saved trained model ├── notebooks/ # Jupyter notebooks ├── src/ # Training and prediction scripts ├── requirements