Skip to content

Commit

Permalink
added nutshells for regression & classification
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelhelmerichs committed Oct 15, 2023
1 parent 745c60c commit 8213b30
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Chapter 02.00: Supervised Regression: In a Nutshell"
weight: 2000
---
In this nutshell chunk, we explore the fundamentals of supervised regression, where we teach machines to predict continuous outcomes based on input data.

<!--more-->

### Lecture video

{{< video id="jGxycO-QkM4" >}}

### Lecture slides

{{< pdfjs file="https://github.com/slds-lmu/lecture_i2ml/blob/master/slides-pdf/slides-regression-nutshell.pdf" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Chapter 03.00: Supervised Classification: In a Nutshell"
weight: 3000
---
In this nutshell chunk, we delve into the basics of supervised classification, where we train machines to categorize input data into predefined labels.

<!--more-->

### Lecture video

{{< video id="x8TG-Jrb_80" >}}

### Lecture slides

{{< pdfjs file="https://github.com/slds-lmu/lecture_i2ml/blob/master/slides-pdf/slides-classification-nutshell.pdf" >}}

0 comments on commit 8213b30

Please sign in to comment.