Explore >> Select a destination


You are here

questionableengineering.com
| | marcospereira.me
7.5 parsecs away

Travel
| | In this post we summarize the math behind deep learning and implement a simple network that achieves 85% accuracy classifying digits from the MNIST dataset.
| | michael-lewis.com
5.5 parsecs away

Travel
| | This is a short summary of some of the terminology used in machine learning, with an emphasis on neural networks. I've put it together primarily to help my own understanding, phrasing it largely in non-mathematical terms. As such it may be of use to others who come from more of a programming than a mathematical background.
| | www.nicktasios.nl
6.2 parsecs away

Travel
| | In the Latent Diffusion Series of blog posts, I'm going through all components needed to train a latent diffusion model to generate random digits from the MNIST dataset. In this first post, we will tr
| | akosiorek.github.io
59.3 parsecs away

Travel
| Machine learning is all about probability.To train a model, we typically tune its parameters to maximise the probability of the training dataset under the mo...