EjbejaranosAI / DL

Deep learning repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to GitHub repository! πŸ‘‹

✨Here, you will find the code and materials for my deep learning laboratory exercises.✨

Lab 1: CNN ⚑

In this lab, we explored the use of Convolutional Neural Networks (CNNs) for image classification tasks. We implemented a simple CNN from scratch and trained it on the MNIST dataset, achieving an accuracy of over 99%. We also learned how to use pre-trained CNNs and fine-tune them for a new task.

Lab 2: Transfer Learning and Fine Tuning πŸ‘¨β€πŸš€

In this lab, we learned about transfer learning and fine-tuning in the context of deep learning. We used a pre-trained model and fine-tuned it for a new image classification task, achieving a significant improvement in performance over training a model from scratch on the small dataset.

Lab 3: High Performance Computing in DL πŸš€

In this lab, we learned about techniques for improving the performance of deep learning models, including parallelization and optimization of the training process. We used multiple GPUs and distributed training to train a model on a large dataset, achieving a significant speedup over training on a single GPU.

I hope you find these materials useful. Thank you for visiting my repository!

About

Deep learning repository


Languages

Language:Jupyter Notebook 97.5%Language:Python 2.4%Language:Shell 0.1%