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

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

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

13条回答
  •  自闭症患者
    2020-12-22 14:47

    A generative algorithm models how the data was generated in order to categorize a signal. It asks the question: based on my generation assumptions, which category is most likely to generate this signal?

    A discriminative algorithm does not care about how the data was generated, it simply categorizes a given signal.

提交回复
热议问题