/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.paepper.com
| | www.nicktasios.nl
1.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
| | aimatters.wordpress.com
1.2 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...
| | coen.needell.org
1.1 parsecs away

Travel
| | In my last post on computer vision and memorability, I looked at an already existing model and started experimenting with variations on that architecture. The most successful attempts were those that use Residual Neural Networks. These are a type of deep neural network built to mimic specific visual structures in the brain. ResMem, one of the new models, uses a variation on ResNet in its architecture to leverage that optical identification power towards memorability estimation.
| | www.secondstate.io
7.2 parsecs away

Travel
| [AI summary] This article demonstrates how to build and deploy an image classification service using MobileNet, Rust, and WebAssembly on a Function as a Service platform.