I am a bit confused about Hidden Markov Models and Conditional Random Fields. I wanna know id they are supervised or un-supervised learning methods? Thanks
Asked
Active
Viewed 366 times
2
-
1This might get more interesting answers in the maths or AI stacks. – Charlie Martin Jan 28 '11 at 15:32
-
Can you give me a link to a maths or AI stacks? – Hossein Jan 28 '11 at 15:42
-
Pull down the menu at top left of this page. Choose the 'all sites' button. Et voila. – Charlie Martin Jan 29 '11 at 09:09
2 Answers
3
Well as I read several papers, they are both supervised methods and they need a labeled training set to be trained on.

Hossein
- 40,161
- 57
- 141
- 175
2
Neither. They're models for the underlying representation of knowledge. What happens during training is that certain transitions, being reinforced, become higher probability.

Charlie Martin
- 110,348
- 25
- 193
- 263
-
1
-
I have a [similar](http://stackoverflow.com/questions/12015009/hidden-markov-model-training-for-dynamic-gestures) problem. Did you find any help @Hossein ? – masad Aug 18 '12 at 04:50