Williamben
Williamben

Reputation: 191

LSTM with CRF in Keras

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

Answers (1)

Mach_Zero
Mach_Zero

Reputation: 524

You might want to look into the keras-contrib package, which has an implementation of CRF as a Keras layer.

Upvotes: 3

Related Questions