Deep learning assignments will be posted here soon.
Welcome to my repository for the assignments completed during my deep learning summer school. This collection showcases a series of projects covering foundational to advanced topics in machine learning and deep learning, structured according to the weekly curriculum.
This repository is organized by week, reflecting the structure of my summer school program. Each assignment will be uploaded as a Google Colab notebook (.ipynb file).
| Week | Topic / Assignment | Status |
|---|---|---|
| π§ 1 | Laying the Foundation | |
| TensorFlow & PyTorch Basics | (To be uploaded soon) |
|
| ποΈ 2 | Building Core Architectures | |
| CNNs for Image Classification | (To be uploaded soon) |
|
| Transfer Learning with Pre-trained CNNs | (To be uploaded soon) |
|
| Recurrent Neural Networks (RNNs) | (To be uploaded soon) |
|
| Implementing Transformers (Hugging Face) | (To be uploaded soon) |
|
| π 3 | Exploring the Cutting-Edge | |
| Generative AI: Autoencoders | (To be uploaded soon) |
|
| Generative AI: GANs | (To be uploaded soon) |
|
| Generative AI: Diffusion Models | (To be uploaded soon) |
|
| Explainable AI (XAI) | (To be uploaded soon) |
|
| π 4 | From Code to Capstone | |
| Applications & Capstone Project | (To be uploaded soon) |
The solutions are implemented using Python 3 and rely on the following core libraries:
- Numerical & Data Handling:
NumPyPandas
- Deep Learning Frameworks:
PyTorchTensorFlow(with the Keras backend)
- NLP & Transformer Libraries:
Hugging Face TransformersHugging Face Diffusers
- Machine Learning & Visualization:
Scikit-learnMatplotlibSeaborn
- Explainable AI:
LIME
The assignments are in the form of Jupyter/Google Colab notebooks (.ipynb files).
- Clone the repository:
git clone https://github.com/AwkJay/Deep_Learning.git
- Open in Google Colab: Once the notebooks are uploaded, the easiest way to run them will be to open them directly in Google Colab.
- Dependencies: Any special libraries required for a specific notebook (like
diffusersorlime) are typically installed at the beginning of the notebook file with a!pip install ...command.
Thank you for visiting my repository!