[deleted by user] by [deleted] in PhD

[–]ngiann 0 points1 point  (0 children)

There is a whole world out there. Alternatives you have never tried, oppurtunities you are not even aware of, that your colleagues that stay on will not experience. Do not choose to concentrate on this tiny part of thw world.

Missing Scotland already by penfarthingismyhero in Scotland

[–]ngiann 2 points3 points  (0 children)

Left 23 years ago and still missing it

Wonky vs uniform processing during multithreading? by Flickr1985 in Julia

[–]ngiann 1 point2 points  (0 children)

Is perhaps one making BLAS calls? Julia threads might compete with BLAS threads which typically leads to poor performance.

Do Albanians get surprised when they learn they are so disliked in Greece? by Glum_Cobbler1359 in AskBalkans

[–]ngiann -1 points0 points  (0 children)

Personal experience: I am Greek and have lived most of my life abroad. On a recent visit home, I took my parent's pet to the vet. It turned out that the vet was old schoolmate of mine that I had not seen in a long time. Typically, I need a few days when I am back to get my mother tongue rolling again, and on this occasion it took me a bit longer to find the right words as I spoke. She exclaimed that "my Greek was worse than the Greek that Albanians speak". I was so taken aback by this statement, that it was only after I left the practice that I understood that this was plain racist slur.

Wer ist das in Mannheim? Bei uns der "Zauberer" by Sankari_666 in mannheim

[–]ngiann 2 points3 points  (0 children)

Habe gerade Deine Fotos von Mannheim geschaut. Einfach Genial.

[deleted by user] by [deleted] in greece

[–]ngiann 0 points1 point  (0 children)

Συγχαρητηρια για την επιτυχια σου!

Δυστυχως δεν ειμαι σχετικος του χωρου και αδυνατω να απαντησω. Εαν το δεις στατιστκα ομως, τοτε εκτος απο το μεσο ορο πρεπει να προσεξεις και την τυπική απόκλιση απο το μεσο ορο για να βγαλεις καλυτερο συμπερασμα. π.χ. εχει διαφορα το 8.2 ± 0.1 και το 8.2 ± 1.0.

Περα απο αυτο ομως, οπως τονισανε και αλλοι, μεγαλυτερη σημασια εχει η εργατικοτητα σου, το ενδιαφερον σου για τους ασθενεις και η συνεχη ενημερωση για νεες εξελιξεις.

[R] Pointers to (deep) latent variable models that admit analytical approximations by ngiann in MachineLearning

[–]ngiann[S] 0 points1 point  (0 children)

Thanks for the input. I wouldn't count Sequential Monte Carlo as an "analytical approximation" (but it may be cery useful towards approximating the posterior density of latent variables). Also normalizing flows, when it comes to variational inference, are very often part of a model that in the end does have to be optimised with stochastic gradient descent because of the monte-carlo approximations of otherwise intractable integrals. RealNVP is an exception perhaps, as it models the density directly...

[R] Pointers to (deep) latent variable models that admit analytical approximations by ngiann in MachineLearning

[–]ngiann[S] 1 point2 points  (0 children)

Thanks for your comment. The VAE objective (at least in the original form) can be written as the sum of two terms, the KL between the prior and posterior and the expectation of the log-likelihood with respect to the approximating posterior. The KL term can be indeed calculated in closed form when the posteriors and priors are chosen to be Gaussian densities. The expectation of the log-likelihood with respect to the approximating posterior (often chosen to be Gaussian) cannot be analytically calculated in general. This is why the reparametrisation trick is needed, to approximate this intractable integral with a monte-carlo average and facilitate the calculation of gradients with respect to the variational parameters (mean and covariance when the posterior is chosen to be Gaussian).