compared with
Current by laura.tolosi
on Dec 05, 2014 16:53.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
h5. Perceptron

The structured perceptron, with parallelization is implemented after : McDonald et al. (2010), ([Distributed Training Strategies for the Structured Perceptron | http://aclweb.org/anthology/N/N10/N10-1069.pdf])


h3. Algorithms for feature selection
NLP datasets are characterized by a large number of features, sometimes order of magnitudes higher than the number of training samples available. In order to avoid overfitting, feature selection can be used prior to or during model training. We have a large number of approaches to feature selection:
h2. Feature Extraction module

A module for feature extraction: classification instances are produced automatically, as features are extracted from documents using a set of [Groovy|http://groovy.codehaus.org/] rules.

h2. Edlin-Wrapper(for GATE)