Explore >> Select a destination


You are here

utkuufuk.com
| | teddykoker.com
1.0 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:
| | blog.c0nrad.io
4.6 parsecs away

Travel
| | [AI summary] The author describes building a neural network to classify Star Wars Unlimited cards into heroism, villainy, or neutrality using a Coursera course's knowledge, focusing on binary classification and future plans for more complex tasks.
| | blog.ouseful.info
6.1 parsecs away

Travel
| | Reading a post just now on Logo detection using Apache MXNet, a handy tutorial on how to train an image classifier to detect brand logos using Apache MXNet, a deeplearning package for Python, I noted a reference to the MXNet Model Zoo. The Model Zoo is an ongoing project to collect complete models [from the...
| | dev-discuss.pytorch.org
19.7 parsecs away

Travel
| TL;DR: Previously, torchdynamo interrupted compute-communication overlap in DDP to a sufficient degree that DDP training with dynamo was up to 25% slower than DDP training with eager. We modified dynamo to add additional...