[parser] Averaged perceptron training

This commit is contained in:
Al
2015-09-10 10:25:52 -07:00
parent 0ddf50cb5f
commit 6a5b01b51b
4 changed files with 413 additions and 6 deletions

View File

@@ -15,11 +15,6 @@ very little memory.
The weights are stored as a sparse matrix in compressed sparse row format
(see sparse_matrix.h)
Paper: [Collins, 2002] Discriminative Training Methods for Hidden Markov Models:
Theory and Experiments with Perceptron Algorithms
Link: http://www.cs.columbia.edu/~mcollins/papers/tagperc.pdf
*/
#ifndef AVERAGED_PERCEPTRON_H
#define AVERAGED_PERCEPTRON_H