seqlearn
seqlearn copied to clipboard
Sequence learning toolkit for Python
Hi, Just have a question and would be happy if you could help. Is there a fast way to use different training algorithms for HMM here? (I need something like...
Hi, I was trying seqlearn for a realistic problem and the HMM performance was much worse than a structured perceptron (1% vs ~30% F-score). Thinking something was wrong I even...
See http://stackoverflow.com/questions/14657375/cython-fatal-error-numpy-arrayobject-h-no-such-file-or-directory#comment52750462_14657667 cythonize(include_path=...) does not help either. Only manual Extension(), only hardcore.
I was wondering if seqlearn suppor multiple cores for big datasets? python-crf suite seems to be nice but restricts to only one core and makes training slower for big dataset.
Hi, loading data in conll format fails on my custom dataset with non-ascii characters. So when I read data with encoding 'utf-8' set, I get corresponding errors here: ``` File...
Hello! I want to solve this task http://cslu.ohsu.edu/~bedricks/courses/cs655/hw/hw4/hw4.html Can I use seqlearn for supervised learning with hmm/gmm structure?
I needed the ability to put constraints on some transition probabilities. Namely I had to set a few transition probabilities close to 0. Here is an initial attempt which uses...
hi, i do not know it is proper put here my puzzle or not! when i install seqlearn, it shows error: "Microsoft visual c++ 10.0 is required(unable to find vcvarsall.bat)"....
Let's check if this works now...