GateNLP / gateplugin-LearningFramework

A plugin for the GATE language technology framework for training and using machine learning models. Currently supports Mallet (MaxEnt, NaiveBayes, CRF and others), LibSVM, Scikit-Learn, Weka, and DNNs through Pytorch and Keras.
https://gatenlp.github.io/gateplugin-LearningFramework/
GNU Lesser General Public License v2.1
26 stars 6 forks source link

Add support for other interesting learning frameworks and libraries #36

Open johann-petrak opened 8 years ago

johann-petrak commented 8 years ago

This is just to keep track of potentially interesting candidates and their advantages and disadvantages.

Also the ones at http://lamda.nju.edu.cn/Data.ashx#code especially https://github.com/kingfengji/gcForest and https://github.com/xzhren/DeepForest

johann-petrak commented 6 years ago

For topic modelling using mallet representation / in memory data, this library may be interesting: https://github.com/lejon/PartiallyCollapsedLDA