What is the difference between a generative and a discriminative algorithm?

前端 未结 13 836
孤独总比滥情好
孤独总比滥情好 2020-12-22 14:37

What is the difference between a generative and a discriminative algorithm?

13条回答
  •  一整个雨季
    2020-12-22 14:55

    My two cents: Discriminative approaches highlight differences Generative approaches do not focus on differences; they try to build a model that is representative of the class. There is an overlap between the two. Ideally both approaches should be used: one will be useful to find similarities and the other will be useful to find dis-similarities.

提交回复
热议问题