move typst to root and delte latex
Some checks failed
Build Typst document / build_typst_documents (push) Failing after 8s

This commit is contained in:
2024-11-04 15:11:44 +01:00
parent 7ef0bb21b2
commit bcbb9bb9de
31 changed files with 0 additions and 2611 deletions

15
experimentalresults.typ Normal file
View File

@ -0,0 +1,15 @@
= Experimental Results
== Is Few-Shot learning a suitable fit for anomaly detection?
Should Few-Shot learning be used for anomaly detection tasks?
How does it compare to well established algorithms such as Patchcore or EfficientAD?
== How does disbalancing the Shot number affect performance?
Does giving the Few-Shot learner more good than bad samples improve the model performance?
== How does the 3 (ResNet, CAML, \pmf) methods perform in only detecting the anomaly class?
How much does the performance improve if only detecting an anomaly or not?
How does it compare to PatchCore and EfficientAD?
== Extra: How does Euclidean distance compare to Cosine-similarity when using ResNet as a feature-extractor?