add 2d view slides and alpha slide

This commit is contained in:
Arthur Grisel-Davy 2023-10-08 08:17:32 -04:00
parent a911251064
commit 58e0466fe9
8 changed files with 2140 additions and 7 deletions

View file

@ -51,21 +51,33 @@
#align(center)[
#text(weight: "bold")[Metric:] The distance between a sample and a pattern is the minimum normalized distance between the pattern and any pattern-length substring that includes the samples.
#v(1cm)
#text(weight: "bold")[Decision:] Every sample is receives the label of the closest training pattern.
#text(weight: "bold")[Decision:] Each sample receives the label of the closest training pattern.
]
]
#slide(title: "Proposed Approach - 2D Interpretation")[
#figure(
image("images/overview.svg", height: 100%)
)
#slide(title: "2D Interpretation")[
#only(1)[#figure(image("images/2d_p1.svg", width: 100%))]
#only(2)[#figure(image("images/2d_p2.svg", width: 100%))]
#only(3)[#figure(image("images/2d_p3.svg", width: 100%))]
#only(4)[#figure(image("images/2d_p4.svg", width: 100%))]
#only(5)[#figure(image("images/2d_p5.svg", width: 100%))]
]
#slide(title: "Proposed Approach - 2D Interpretation")[
#slide(title: "Question")[
#align(center)[Should the algorithm #text(weight: "bold")[always] choose a label?]
]
#slide(title: "2D Interpretation")[
#figure(image("images/2d_p6.svg", width: 100%))
]
#slide(title: "Parameter "+sym.alpha)[
#figure(
image("images/areas.svg", width: 100%)
)
#align(center)[With $alpha lt.triple 2$, the algorithm acquire novelty-detection capability.]
]
#slide(title: "Parameter")[]