move typst to root and delte latex
Some checks failed
Build Typst document / build_typst_documents (push) Failing after 8s
Some checks failed
Build Typst document / build_typst_documents (push) Failing after 8s
This commit is contained in:
16
implementation.typ
Normal file
16
implementation.typ
Normal file
@ -0,0 +1,16 @@
|
||||
= Implementation
|
||||
|
||||
== Experiment Setup
|
||||
% todo
|
||||
todo setup of experiments, which classes used, nr of samples
|
||||
kinds of experiments which lead to graphs
|
||||
|
||||
== Jupyter
|
||||
|
||||
To get accurate performance measures the active-learning process was implemented in a Jupyter notebook first.
|
||||
This helps to choose which of the methods performs the best and which one to use in the final Dagster pipeline.
|
||||
A straight forward machine-learning pipeline was implemented with the help of Pytorch and RESNet-18.
|
||||
|
||||
Moreover, the Dataset was manually imported with the help of a custom torch dataloader and preprocessed with random augmentations.
|
||||
After each loop iteration the Area Under the Curve (AUC) was calculated over the validation set to get a performance measure.
|
||||
All those AUC were visualized in a line plot, see section~\ref{sec:experimental-results} for the results.
|
Reference in New Issue
Block a user