In this lab, we expand our practical skills in deep learning by working with Recurrent Neural Networks (RNNs).
The main goal is to perform time series prediction and classification tasks using different RNN architectures.
- Simple RNN
- Long Short-Term Memory (LSTM)
- Gated Recurrent Unit (GRU)
- Understand how RNNs handle sequential data
- Implement and train RNN-based models in Python
- Compare model performance for prediction and classification tasks
- Python
- TensorFlow / Keras
- NumPy, Pandas, Matplotlib
Negin Ebrahimi
This repository is part of the Deep Learning course .