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

前端 未结 13 837
孤独总比滥情好
孤独总比滥情好 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 model will learn completely from the training data and will predict the response.

    A discriminative algorithm job is just to classify or differentiate between the 2 outcomes.

提交回复
热议问题