This repository contains practical assignments and implementations for COMP 475: Reinforcement and Deep Learning.
The purpose of this project is to provide hands-on experience with important concepts in Deep Learning, including:
- Convolutional Neural Networks (CNNs)
- Image classification
- Recurrent Neural Networks (RNNs)
- Long Short-Term Memory (LSTM) networks
- Time-series and stock trend forecasting
- Data preprocessing
- Model training and evaluation
Each practical task is implemented using Python and Jupyter Notebooks.
COMP-475-ASSIGNMENT-CAT/
│
├── Practical_Task_1_CNN_for_Fashion_MNIST_Classification.ipynb
│
├── Practical_Task_2_RNN_LSTM_for_Stock_Trend_Forecasting.ipynb
│
└── README.md