/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

marcospereira.me
| | ben.bolte.cc
1.6 parsecs away

Travel
| | A quick introduction to using Theano for deep learning, from the bare-bones to a full neural network.
| | www.nicktasios.nl
1.2 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
| | programmathically.com
1.6 parsecs away

Travel
| | Sharing is caringTweetIn this post, we develop an understanding of why gradients can vanish or explode when training deep neural networks. Furthermore, we look at some strategies for avoiding exploding and vanishing gradients. The vanishing gradient problem describes a situation encountered in the training of neural networks where the gradients used to update the weights []
| | blog.scottlogic.com
7.8 parsecs away

Travel
| Recently I've been learning about Neural Networks and how they work. In this blog post I write a simple introduction in to some of the core concepts of a basic layered neural network.