/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

vickiboykis.com
| | www.jeremymorgan.com
5.6 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
5.5 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.
| | blog.nelhage.com
1.6 parsecs away

Travel
| | I have spent many years as an software engineer who was a total outsider to machine-learning, but with some curiosity and occasional peripheral interactions with it. During this time, a recurring theme for me was horror (and, to be honest, disdain) every time I encountered the widespread usage of Python pickle in the Python ML ecosystem. In addition to their major security issues1, the use of pickle for serialization tends to be very brittle, leading to all kinds of nightmares as you evolve your code and...
| | igorstechnoclub.com
13.7 parsecs away

Travel
| This week I learned something that finally made "transfer learning" click. I had always heard that you can hit strong accuracy fast by reusing a pretrain...