tensorflow / probability

Probabilistic reasoning and statistical analysis in TensorFlow
https://www.tensorflow.org/probability/
Apache License 2.0
4.16k stars 1.08k forks source link

Conditional Random Fields #23

Open allanj opened 6 years ago

allanj commented 6 years ago

Just wondering if it can support discriminative model like conditional random fields and if I can build flexible and user-defined graph structure with this tool?

dustinvtran commented 6 years ago

We have no support for CRFs other than to the extent that TensorFlow is a numerical library and we have features to perform inference given unnormalized target densities.

jvdillon commented 6 years ago

Having a CRF distribution is something Ive long wanted and seems generally useful.

naji-s commented 2 years ago

Any news here?