You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in the case for classification, we can consider an ensemble of networks which parameterize multivariate normal distributions (MVN)
We usually use categorical distribution for classfication, I don't known how to use normal distribution for classification, can you give some examples?
The text was updated successfully, but these errors were encountered:
Hi, let me resolve some ambiguity of this sentence - it means that for performing uncertainty estimation in regression, we could, similarly to classification case, train an ensemble of networks which parameterize MVNs (compared to Categorical distributions in classification). The emphasis is on ensemble here, not MVNs.
At the same time, you can indeed use normal distribution for classification, e.g. by treating the outputs of your network as p(x|y) instead of p(y|x), and then performing Bayesian inference (similarly to LDA). E.g. see impostor networks.
------------------ Original ------------------
From: Sergey ***@***.***>
Date: Tue,Apr 19,2022 7:38 PM
To: JanRocketMan/regression-prior-networks ***@***.***>
Cc: Linye Li ***@***.***>, Author ***@***.***>
Subject: Re: [JanRocketMan/regression-prior-networks] Not understand whynormal distributions can be used for classification (Issue #2)
As in the case for classification, we can consider an ensemble of networks which parameterize multivariate normal distributions (MVN)
We usually use categorical distribution for classfication, I don't known how to use normal distribution for classification, can you give some examples?
The text was updated successfully, but these errors were encountered: