MiguelMonteiro / CRFasRNNLayer

Conditional Random Fields as Recurrent Neural Networks (Tensorflow)
MIT License
82 stars 19 forks source link

Hi Miguel #16

Closed KingZZW closed 5 years ago

KingZZW commented 5 years ago

I want to ask you two questions.

1.Are the parameters in your model calculated by minimizing the KL divergence? 2.Can your model be used for 3D medical images?

Thanks ZZW

MiguelMonteiro commented 5 years ago
  1. No
  2. Yes link to paper

Best,

Miguel

KingZZW commented 5 years ago

Thank you for your reply.

So how do you train the parameters of the CRF? What is the objective function?

Thanks, ZZW

MiguelMonteiro commented 5 years ago

It's the cross entropy. I strongly advise you to read the original paper.