/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

www.ethanrosenthal.com
| | www.nicktasios.nl
2.0 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
| | isaacslavitt.com
2.6 parsecs away

Travel
| | [AI summary] The provided text is a detailed tutorial on using scikit-learn for machine learning tasks, including data preprocessing, model selection, cross-validation, and pipeline creation. It also touches on integrating R and Julia with Python through Jupyter notebooks.
| | teddykoker.com
1.9 parsecs away

Travel
| | A few posts back I wrote about a common parameter optimization method known as Gradient Ascent. In this post we will see how a similar method can be used to create a model that can classify data. This time, instead of using gradient ascent to maximize a reward function, we will use gradient descent to minimize a cost function. Lets start by importing all the libraries we need:
| | kevinlynagh.com
11.5 parsecs away

Travel
| [AI summary] The author discusses their experience developing a simple neural network for sensor data processing on a microcontroller, highlighting challenges with quantization and inference optimization.