# Week 3 - Intro Kaggle competition - EDA and baseline models with PyTorch

## Course session

{% embed url="<https://drive.google.com/file/d/18VsrKSqNFaWeWsL24ULFrNnwpghpdwJZ/view?usp=sharing>" %}

[**https://drive.google.com/file/d/18VsrKSqNFaWeWsL24ULFrNnwpghpdwJZ/view?usp=sharing**](https://drive.google.com/file/d/18VsrKSqNFaWeWsL24ULFrNnwpghpdwJZ/view?usp=sharing)

**Walk-through**

Hyperparameter experiment

The following notebook will show how to set up a hyperparameter experiment in plain PyTorch. More importantly it give you the results and enables you to analyze and play around

{% embed url="<https://colab.research.google.com/drive/1QNIM08JzPF0757GLODwvo-xtta3wqQo9?usp=sharing>" %}

**Kaggle**&#x20;

* Introduction
* Titanic

**Solutions exercise MLP**&#x20;

Presentation from the participants of the MLP from Coursera

## **To-do**

😊

Watch the videos on the next page

Go through the following notebooks and complete the second one (assignment notebook):

{% embed url="<https://colab.research.google.com/drive/11zzm21ctQVyzzy7uZmEYQnGwD05Xy0F8?usp=sharing>" %}
The first notebook
{% endembed %}

{% embed url="<https://colab.research.google.com/drive/1BogNxeMD8OGfh55gTf47vEdSNauQyZjL?usp=sharing>" %}
The assignment notebook
{% endembed %}

The next task is to analyze the results of the hyperparameter experiment and create a small presentation on your findings(e.g. batch size of 16 with lr=0.2 seems to equal batch size of 1 with lr=0.01). Here is the notebook again:

{% embed url="<https://colab.research.google.com/drive/1QNIM08JzPF0757GLODwvo-xtta3wqQo9?usp=sharing>" %}

😊😊

Run your own hyperparameter experiment

😊😊😊

Do your own EDA on the Titanic Dataset and/or look at other EDA notebooks from competitors. Make a final presentable EDA notebook.

Familiarize yourself with this PyTorch Tutorials:

{% embed url="<https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/tutorial5/Inception_ResNet_DenseNet.html>" %}


---

# 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/intermediate-machine-learning/week-3.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.
