ilrazziatore
ilrazziatore t1_jch3vpu wrote
Reply to comment by LeN3rd in [D] Simple Questions Thread by AutoModerator
Uhm..... the bnn are built assuming distribution both on th parameters( ie the value assumed by the neurons weights) and on the data (the last layer has 2 outputs : the predicted mean and the predicted variance. Those 2 values are then used to model the loss function which is the likelihood and is a product of gaussians. I think its both model and data uncertainty.
Let's say I compare the variances and the mean values predicted.
Do I have to set the same calibration and test dataset apart for both models or use the entire dataset? The mcmc model can use the entire dataset without the risk of overfitting but for the bnn it will be like cheating
ilrazziatore t1_jcgy9ya wrote
Reply to comment by LeN3rd in [D] Simple Questions Thread by AutoModerator
Model uncertainty. One model is a calibrated bnn ( i splitted the dataset in a training, a calibration and a test set), the other model is a mathematical model developed considering some physical relation. For computational reasons the bnn assume iid samples normally distributed around their true values and maximize the likelihood (modeled as a product of normal distribution), the mathematical model instead rely on 4 coefficients and is fitted using Monte Carlo with a multivariate likelihood with the full covariance matrix. I wanted to compare the quality of the model uncertainty estimates but I don't know if I should do it on the test dataset for both. Afterall, models calibrated with mcmc methods do not overfit so why split the dataset?
ilrazziatore t1_jcf9ag7 wrote
Reply to [D] Simple Questions Thread by AutoModerator
In your job as data scientists have you ever had to compare the quality of the probabilistic forecasts of 2 different models? if so, how do you proceed?
ilrazziatore t1_iwzwupc wrote
Reply to comment by datasciencepro in [D] David Ha/@hardmaru of Stability AI is liking all of Elon Musk's tweets by datasciencepro
After this post, I know I wouldn't work with you
ilrazziatore t1_iwymya7 wrote
Reply to [D] David Ha/@hardmaru of Stability AI is liking all of Elon Musk's tweets by datasciencepro
What are you trying to do here? Stir hatred? The toxic one is you
ilrazziatore t1_jciyif4 wrote
Reply to comment by LeN3rd in [D] Simple Questions Thread by AutoModerator
Eh data are scarce, I have only this dataset ( it's composed by astrophysical measures, I cannot ask them to produce more data).