start proposing changes for journal version of DSD
This commit is contained in:
parent
f357df0ce3
commit
b1b7b85520
2 changed files with 11 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -28,8 +28,6 @@
|
||||||
# Exclude pdfs
|
# Exclude pdfs
|
||||||
*.pdf
|
*.pdf
|
||||||
|
|
||||||
# markdown files
|
|
||||||
*.md
|
|
||||||
|
|
||||||
# archives
|
# archives
|
||||||
*.zip
|
*.zip
|
||||||
|
|
|
||||||
11
DSD/journal/additions.md
Normal file
11
DSD/journal/additions.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
vim:ft=markdown
|
||||||
|
|
||||||
|
= Changes
|
||||||
|
|
||||||
|
== Multi-shot Classification
|
||||||
|
The system is designed to get the most out of one-shot training data. We explain in the discussion that there is a natural extension to multi-shot training data. However we don't provide much more explanation nor an evaluation of the performances.
|
||||||
|
|
||||||
|
-> Explain in details how the algorithm work with multiple training samples per class. Explain that this is a competitive system where samples of the same class compete against each other but play for the same team. There may be a change to make on the computation of the threshold that should only consider distances between different classes (min of distance between two samples of different classes, this has a specific name in hierarchical clustering design).
|
||||||
|
Provide an evaluation in the case where a pattern can have multiple modes.
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue