Explore >> Select a destination


You are here

sebastianraschka.com
| | www.paepper.com
2.6 parsecs away

Travel
| | When you have a big data set and a complicated machine learning problem, chances are that training your model takes a couple of days even on a modern GPU. However, it is well-known that the cycle of having a new idea, implementing it and then verifying it should be as quick as possible. This is to ensure that you can efficiently test out new ideas. If you need to wait for a whole week for your training run, this becomes very inefficient.
| | www.nicktasios.nl
2.4 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
| | www.jeremymorgan.com
2.2 parsecs away

Travel
| | Want to learn about PyTorch? Of course you do. This tutorial covers PyTorch basics, creating a simple neural network, and applying it to classify handwritten digits.
| | initialcommit.com
14.8 parsecs away

Travel
| Here, we'll discuss four of the most popular machine learning toolkits for Python. To provide a comparison between these different toolkits, we will demonstrate training a neural network on the Iris dataset a very simple dataset that is popular in the machine learning space.