Reputation: 191
I don't really understand how to combine sklearn_crfsuite and Keras.
I have to made a classic LSTM and insteed of the last Activation, I use sklearn_crfsuite?
Someone have an example?
Thx,
Upvotes: 1
Views: 6856
Reputation: 524
You might want to look into the keras-contrib package, which has an implementation of CRF as a Keras layer.
Upvotes: 3