1

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,

Williamben
  • 191
  • 2
  • 7

1 Answers1

3

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

Mach_Zero
  • 504
  • 3
  • 10
  • here is an example for the package: https://confusedcoders.com/data-science/deep-learning/how-to-build-deep-neural-network-for-custom-ner-with-keras – Minions Jan 10 '20 at 09:30