- Hands-On Generative Adversarial Networks with Keras
- Rafael Valle
- 286字
- 2021-06-24 14:33:54
Discriminative and generative models compared
Broadly speaking, machine learning models can be subdivided into discriminative models and generative models. Discriminative models learn a map from some input to some output. In discriminative models, learning the process that generates the input is not relevant; it will just learn a map from the to the expected output.
Generative models, on the other hand, in addition to learning a map from some input to some output, also learn the process that generates the input and the output.

In this context, we say that discriminative models estimate : the conditional probability distribution of
conditioned on
. Note that, in this case, the input x is fixed, known a priori, and the discriminative model estimates the probability of
,
, but does not have any information about the marginal distribution of
nor
independent of the other variables,
and
respectively. Discriminative models can be used to learn a map,
,that produces outputs that approximates the distribution
.
Generative models, on the other hand, estimate : the joint probability distribution of x and y. The joint probability distribution is symmetric and can be written as
. Generative models can be used to learn a map,
,that approximates the distribution
.
By estimating and knowing that the joint probability is symmetrical, we can use Bayes' theorem to obtain
and
,as we briefly describe below:

By moving around the terms and
on the second and third equation we derive Bayes' theorem:

- 平面設(shè)計(jì)初步
- Learning Apache Spark 2
- 數(shù)據(jù)挖掘?qū)嵱冒咐治?/a>
- 機(jī)器學(xué)習(xí)與大數(shù)據(jù)技術(shù)
- B2B2C網(wǎng)上商城開發(fā)指南
- 永磁同步電動(dòng)機(jī)變頻調(diào)速系統(tǒng)及其控制(第2版)
- CentOS 8 Essentials
- Learning Azure Cosmos DB
- HTML5 Canvas Cookbook
- 基于神經(jīng)網(wǎng)絡(luò)的監(jiān)督和半監(jiān)督學(xué)習(xí)方法與遙感圖像智能解譯
- 基于ARM9的小型機(jī)器人制作
- ZigBee無(wú)線通信技術(shù)應(yīng)用開發(fā)
- 穿越計(jì)算機(jī)的迷霧
- PowerPoint 2003中文演示文稿5日通
- 大話數(shù)據(jù)科學(xué):大數(shù)據(jù)與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)(基于R語(yǔ)言)