-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added nutshells for regression & classification
- Loading branch information
1 parent
745c60c
commit 8213b30
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
content/chapters/02_supervised_regression/02-00-nutshell-regression.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" >}} |
15 changes: 15 additions & 0 deletions
15
content/chapters/03_supervised_classification/03-00-nutshell-classification.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" >}} |