Re: [scikit-learn] Inclusion of an LSTM Classifier

2019-02-17 Thread Piotr SzymaƄski
I've created a couple of scikit-learn compatible wrappers and model generators for scikit-multilearn: http://scikit.ml/multilabeldnn.html Depends on what library you prefer, here's some examples on how to use LSTMs via: - Keras:

Re: [scikit-learn] Inclusion of an LSTM Classifier

2019-02-17 Thread David Burns
There is an sklearn wrapper for Keras models in the Keras library. That's an easy way to use LSTM in sklearn. Also the sklearn estimator API is pretty easy to figure out if you want to roll your own wrapper for any model really. ___ scikit-learn mailing