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

Remove the keras-sparse backend algorithms #96

Closed johann-petrak closed 5 years ago

johann-petrak commented 5 years ago

This is really superseded by the dense corpus representation keras and pytorch backends now.

johann-petrak commented 5 years ago

OK, removed both the entry for classification and the one for regression even though we currently do not support regression in the Keras/Pytorch backends. However regression will be added in the next version of the Pytorch backend. Given the hassle of installing the keras-sparse backend and getting it to run and no Windows support, not worth keeping.