# Multi Task Learning with W\&B

In this post, I’ll walk you through my project "Faceless”. Some of the ideas are inspired from this article, [Formulate your problem as an ML problem](https://developers.google.com/machine-learning/problem-framing/formulate). We’ll apply these best practices around formulating your problem and will extensively cover multi-output classification. Weights & Biases was super useful in iterating through model architectures quickly and finding a good architecture for this project, and also in monitoring model performance. You can find the code for the project [here](https://github.com/ayulockin/faceattributes), and the W\&B dashboard with the metrics [here](https://app.wandb.ai/ayush-thakur/multi-output-classifier?workspace=).

## ​📈 Read the article [here](https://www.wandb.com/articles/multitask-learning-with-weights-biases-2). <a href="#read-the-article-here" id="read-the-article-here"></a>

## ​👀 Check out the GitHub repo [here](https://github.com/ayulockin/faceattributes). <a href="#check-out-the-github-repo-here" id="check-out-the-github-repo-here"></a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ayushthakur.gitbook.io/ayush-thakur/authoring/multi-task-learning-with-w-and-b.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
