zseder / hunvec

Sequential Tagging in NLP using neural networks
5 stars 4 forks source link

F1 monitoring #17

Closed zseder closed 9 years ago

zseder commented 9 years ago

viterbi is done by theano, but it would be easier to run theano-independent tagging+viterbi+f1 computing with simply numpy, and add its result somehow to monitor, we don't need this information during training step

zseder commented 9 years ago

there is an f1 score computing for sequential tagging in the repo

zseder commented 9 years ago

done in #23