Explore >> Select a destination


You are here

web.navan.dev
| | coornail.net
0.5 parsecs away

Travel
| | Neural networks are a powerful tool in machine learning that can be trained to perform a wide range of tasks, from image classification to natural language processing. In this blog post, well explore how to teach a neural network to add together two numbers. You can also think about this article as a tutorial for tensorflow.
| | www.nicktasios.nl
0.8 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
| | blog.fastforwardlabs.com
1.1 parsecs away

Travel
| | This article is available as a notebook on Github. Please refer to that notebook for a more detailed discussion and code fixes and updates. Despite all the recent excitement around deep learning, neural networks have a reputation among non-specialists as complicated to build and difficult to interpret. And while interpretability remains an issue, there are now high-level neural network libraries that enable developers to quickly build neural network models without worrying about the numerical details of floating point operations and linear algebra.
| | www.lesswrong.com
5.5 parsecs away

Travel
| A neural net using rectified linear unit activation functions of any size is unable to approximate the function sin(x) outside a compact interval. ...