/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

almostsuremath.com
| | blog.autarkaw.com
4.1 parsecs away

Travel
| | [AI summary] The blog post explains how to use numerical methods for solving ordinary differential equations (ODEs) by framing them as definite integrals, leveraging the second fundamental theorem of calculus, and discusses a correction to a typo in an example.
| | iclr-blogposts.github.io
5.3 parsecs away

Travel
| | Diffusion Models, a new generative model family, have taken the world by storm after the seminal paper by Ho et al. [2020]. While diffusion models are often described as a probabilistic Markov Chains, their underlying principle is based on the decade-old theory of Stochastic Differential Equations (SDE), as found out later by Song et al. [2021]. In this article, we will go back and revisit the 'fundamental ingredients' behind the SDE formulation and show how the idea can be 'shaped' to get to the modern form of Score-based Diffusion Models. We'll start from the very definition of the 'score', how it was used in the context of generative modeling, how we achieve the necessary theoretical guarantees and how the critical design choices were made to finally arri...
| | github.com
5.6 parsecs away

Travel
| | Official code for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral) - yang-song/score_sde
| | glowingpython.blogspot.com
17.4 parsecs away

Travel
| In this post we will see how to create a Multi Layer Perceptron (MLP), one of the most common Neural Network architectures, with Keras. Then...