You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cleart...@googlegroups.com
Hi,
we have implemented an machine learning module and want now write a wrapper for this module to use it with ClearTK. Is there a documentation about how to do this?
Thank you and best regards
Lee Becker
unread,
Jun 22, 2015, 12:08:22 PM6/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cleart...@googlegroups.com
While we lack a tutorial on wrapping new ML modules, the code for the liblinear and mallet wrappers illustrate how to approach this work. If you can use the existing ClearTK Feature encoders, then the bulk of your work will be in writing new DataWriters, ClassfierBuilders and Classifiers. DataWriters write training data to a file. ClassifierBuilders do the packaging and loading of the module and models. Classifiers are the chunk of code that do the scoring/classification.