Skip to content

Commit

Permalink
rename naive bayes
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix committed Jul 10, 2024
1 parent 23c2da0 commit bfaea3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions homework/sheet06.md → homework/sheet-nb.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
archetype: assignment
title: "Blatt 06: Naive Bayes"
title: "Übungsblatt: Naive Bayes"
author: "Carsten Gips (HSBI)"
points: "10 Punkte"

Expand All @@ -9,7 +9,7 @@ hidden: true



## A06.1: Wahlkampf mit Naive Bayes (4P)
## NB.01: Wahlkampf mit Naive Bayes (4P)

Betrachten Sie erneut das Szenerio von Aufgabe A05.1 auf [Blatt 05](sheet-dtl.md).

Expand All @@ -19,7 +19,7 @@ Betrachten Sie erneut das Szenerio von Aufgabe A05.1 auf [Blatt 05](sheet-dtl.md
zuordnen? Erklären Sie die Arbeitsweise des Klassifikators.


## A06.2: Textklassifikation mit Naive Bayes: Spam-Erkennung (6P)
## NB.02: Textklassifikation mit Naive Bayes: Spam-Erkennung (6P)

Laden Sie sich den Datensatz
["Spam Mails Dataset" (Kaggle)](https://www.kaggle.com/datasets/venky73/spam-mails-dataset)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ quizzes:
- link: "https://www.hsbi.de/elearning/goto.php?target=tst_1106587&client_id=FH-Bielefeld"
name: "Selbsttest Wahrscheinlichkeiten (ILIAS)"
assignments:
- topic: sheet06
- topic: sheet-nb
youtube:
- link: "https://youtu.be/p_Yy5rkl4CA"
name: "VL Wahrscheinlichkeiten"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ quizzes:
- link: "https://www.hsbi.de/elearning/goto.php?target=tst_1106588&client_id=FH-Bielefeld"
name: "Selbsttest Naive Bayes Klassifikation (ILIAS)"
assignments:
- topic: sheet06
- topic: sheet-nb
youtube:
- link: "https://youtu.be/qfX4zp1i-Co"
name: "VL Naive Bayes Klassifikation"
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ Für die Vergabe von Übungspunkten ist eine **erfolgreiche Teilnahme an der Üb
[Performanzanalyse]: lecture/nn/nn8_testing.md
<!-- [Large Language Models]: lecture/nn/nn9_llm.md -->

[Wahrscheinlichkeitstheorie]: lecture/naivebayes/probability.md
[Naive Bayes]: lecture/naivebayes/nb.md
[Wahrscheinlichkeitstheorie]: lecture/naivebayes/nb1-probability.md
[Naive Bayes]: lecture/naivebayes/nb2-naivebayes.md

<!-- [Einführung Logik]: lecture/logic/logic1-intro.md -->
<!-- [Syntax und Semantik]: lecture/logic/logic2-syntax.md -->
Expand Down Expand Up @@ -336,7 +336,7 @@ Für die Vergabe von Übungspunkten ist eine **erfolgreiche Teilnahme an der Üb
[B03]: homework/sheet-games.md
[B04]: homework/sheet-csp.md
[B05]: homework/sheet-dtl.md
[B06]: homework/sheet06.md
[B06]: homework/sheet-nb.md
[B07]: homework/sheet07.md
[B08]: homework/sheet08.md
[B09]: homework/sheet09.md
Expand Down

0 comments on commit bfaea3c

Please sign in to comment.