/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

teddykoker.com
| | comsci.blog
1.2 parsecs away

Travel
| | In this blog post, we will learn about vision transformers (ViT), and implement an MNIST classifier with it. We will go step-by-step and understand every part of the vision transformers clearly, and you will see the motivations of the authors of the original paper in some of the parts of the architecture.
| | www.jeremymorgan.com
0.7 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.
| | wtfleming.github.io
0.8 parsecs away

Travel
| | [AI summary] This post discusses achieving 99.1% accuracy in binary image classification of cats and dogs using an ensemble of ResNet models with PyTorch.
| | aimatters.wordpress.com
10.4 parsecs away

Travel
| A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an...