This repository provides educational content and projects related to Multi-Task-Learning in various domains, such as self-driving cars. Below is an overview of the modules and lessons covered.
- Introduction to Multi-Task Learning
- Architecture, Encoders & Decoders, Challenges, and Solutions
- Project: UTK-Face Dataset
- Implementing Multi-Task Learning
- 10 Multi-Task Learning Architectures to Know About
- HydraNets in Computer Vision
- HydraNet for Self-Driving Car Project
- Building the Encoder
- Building the Decoder
- Running the HydraNet
- 3D Segmentation
- Training a HydraNet — Overview
- Building a DataLoader
- Assembling the HydraNet
- Training the Model
- Introduction to Deep Learning Optimization
-
Clone the repository:
git clone https://github.com/CagriCatik/multi-task-learning.git cd multi-task-learning
-
Follow the instructions in each module to start learning and building projects with HydraNet and multi-task learning models.
The full documentation for this project is also available as an mdBook
. It provides a structured guide with additional information, resources, and interactive content for each module.
To view the documentation, either clone the mdBook
and run it locally or access the hosted version via the following link:
You can build and serve the mdBook
locally by running:
mdbook build
mdbook serve --open
This will open the book in your web browser for easy navigation through the course materials.