-
Norway Online Shopping WebsitesDaily lives 2021. 9. 7. 17:17
komplett.no - for electronics finn.no - for used stuff/classifieds/cars/houses DX.com - for cheap chinese stuff aliexpress.com - for cheap chinese stuff brandos.no - for shoes haugenbok.no - for books bokkilden.no - for books netonnet.no - for some electronics if they are much cheaper vinmonopolet.no - for wine/spirits
-
Evidence Lower Bound (ELBO)Data/Machine learning 2021. 8. 24. 18:21
In the variational auto encoder (VAE) (my blog posting link), a probability of observing $z$ given $x$ can be presented as follows using Bayes' theorm: $$ p(z | x) = \frac{ p(x|z) p(z) }{ p(x) } $$ where $p(z|x)$ is a posterior. However, this posterior is difficult to compute due to its marginal likelihood $p(x)$. $p(x)$ can be expanded as below using the law of total probability: $$ p(x) = \int..
-
Figure Images for PapersMiscellaneous 2021. 8. 11. 08:20
High resolution Matplotlib Figure images for papers are required to have dpi of 300 (= high resolution). With matplotlib, you can save an image as follows: plt.savefig('Final_Plot.png', dpi=300, bbox_inches='tight') jpg vs. png Note that a .jpg file carries "dpi" information in the property, while a .png file does not show it in the property. But, a png file is much lighter. PowerPoint https://m..
-
YAML Tutorial Quick StartData 2021. 8. 4. 10:18
https://www.cloudbees.com/blog/yaml-tutorial-everything-you-need-get-started YAML Tutorial: Everything You Need to Get Started in Minutes YAML Ain't Markup Language (YAML) has a risen in popularity over the past few years. Here's a YAML tutorial to get you started quickly. www.cloudbees.com