This shows you the differences between two versions of the page.
— |
nlp-private:language-id-feature-log [2015/04/22 15:13] (current) ryancha created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Use this page to record your results from experiments in the [[Language ID Feature Queue|Feature Queue]]. | ||
+ | |||
+ | == Reminders: == | ||
+ | * run regression test and verify no regressions | ||
+ | * commit to SVN before posting experiments | ||
+ | * use that revision number in the template below | ||
+ | * send a commit message to the Lang ID folks | ||
+ | ** look into automating this (svn commit should trigger email) | ||
+ | |||
+ | == Template Fields == | ||
+ | A [[Template:LIDFeatureLog|feature log template]] has been made that will automatically format your results. Here are its parameters: | ||
+ | * name: Name of the experiment/definition file (base filename, no extensions) | ||
+ | * date: Date experiment was performed | ||
+ | * experimenter: Name of experimenter | ||
+ | * purpose: Brief statement of Purpose of experiment, including rationale for new features | ||
+ | * path: Path to archived config file and results on Entropy (/home/data/experiments/langid) | ||
+ | * Metrics (all files referenced are in results/plot-nist_norm1/global): | ||
+ | ** Hard Decision (values at the chosen operating point): | ||
+ | *** cost: actual cost (nist.hd.points: "DCF") | ||
+ | *** missrate: Miss rate (nist.hd.points: "missprob") | ||
+ | *** farate: False alarm rate (nist.hd.points: "faprob") | ||
+ | ** Minimum Possible Cost | ||
+ | *** mincost: (DET_nist.points: row 1, col 1 [first value of file]) | ||
+ | *** minmissrate: (DET_nist.points: row 1, col 6) | ||
+ | *** minfarate: (DET_nist.points: row 1, col 7) | ||
+ | ** eer: EER (eer.txt) | ||
+ | * rev: Subversion revision number | ||
+ | * summary: English summary of notable outcome | ||
+ | |||
+ | == (N-gram) 3-gram == | ||
+ | * Placeholder for 3-gram (you shouldn't use == to manually add a header, the template will take care of that) | ||
+ | |||
+ | {{LIDFeatureLog| | ||
+ | |name=fivegram | ||
+ | |date=10-19-2006 | ||
+ | |experimenter=Robbie | ||
+ | |purpose=sequences of broad-class phones of length 5 | ||
+ | |cost=.674 | ||
+ | |missrate=? | ||
+ | |farate=? | ||
+ | |mincost=.674 | ||
+ | |minmissrate=? | ||
+ | |minfarate=? | ||
+ | |eer=25.2149877149877 | ||
+ | |rev=186 | ||
+ | |summary=Baseline | ||
+ | }} | ||
+ | |||
+ | == Spanish vs. English == | ||
+ | |||
+ | [[Spanish vs English Feature Log]] | ||
+ | |||
+ | == Using Pitch == | ||
+ | |||
+ | [[Pitch Feature Log]] | ||
+ | |||
+ | [[Category:Spoken Language ID]] | ||