[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:rg:2014:perceptron [2014/10/13 22:48]
ufal
courses:rg:2014:perceptron [2014/10/13 22:56]
ufal
Line 6: Line 6:
 During the training, this best tag sequence for this sentence is found: During the training, this best tag sequence for this sentence is found:
     N N X N X     N N X N X
-How would this result alter values of alpha_X,X,X, alpha_N,father?+How would this result alter values of //α<sub>X,X,X</sub>// and //α<sub>N,father</sub>//<nowiki>?</nowiki>
 Supposing that the best tag sequence won't change, what would be your answer if "father/N" is replaced by "Luke/X"? Supposing that the best tag sequence won't change, what would be your answer if "father/N" is replaced by "Luke/X"?
  
Line 13: Line 13:
 How many features will a tagger from section 2.4 have, when its training is identical to the one from section 2.1? How many features will a tagger from section 2.4 have, when its training is identical to the one from section 2.1?
 (For some reasons, you want to use all 36 tags from Penn Treebank tagset.) (For some reasons, you want to use all 36 tags from Penn Treebank tagset.)
-Which tag sequence (''z_[1:n_1]'') will be selected for this first sentence in the first iteration of algorithm?+Which tag sequence (z<sub>[1:n_1]</sub>) will be selected for this first sentence in the first iteration of algorithm?
  
 3. What is the difference between Maximum-Entropy and the Perceptron model training in the experiments? 3. What is the difference between Maximum-Entropy and the Perceptron model training in the experiments?

[ Back to the navigation ] [ Back to the content ]