mbollmann / perceptron

Collection of various perceptron algorithms, mainly for NLP purposes
MIT License
0 stars 0 forks source link

Structured perceptron #3

Closed mbollmann closed 8 years ago

mbollmann commented 8 years ago

Make a structured perceptron variant with Viterbi decoding.

mbollmann commented 8 years ago

Exists now in mixed_impl/combinatorial_viterbi_perceptron.py, but is terribly slow. Still, consider this done for now.