Explore >> Select a destination


You are here

thenumb.at
| | sirupsen.com
1.7 parsecs away

Travel
| | [AI summary] An educational guide explaining how to build a neural network from scratch using Python, covering concepts like layers, gradient descent, autograd, and activation functions.
| | vankessel.io
1.6 parsecs away

Travel
| | A blog for my thoughts. Mostly philosophy, math, and programming.
| | matt.might.net
1.6 parsecs away

Travel
| | [AI summary] This text explains how a single perceptron can learn basic Boolean functions like AND, OR, and NOT, but fails to learn the non-linearly separable XOR function. This limitation led to the development of modern artificial neural networks (ANNs). The transition from single perceptrons to ANNs involves three key changes: 1) Adding multiple layers of perceptrons to create Multilayer Perceptron (MLP) networks, enabling modeling of complex non-linear relationships. 2) Introducing non-linear activation functions like sigmoid, tanh, and ReLU to allow networks to learn non-linear functions. 3) Implementing backpropagation and gradient descent algorithms for efficient training of multilayer networks. These changes allow ANNs to overcome the limitations of ...
| | blog.tensorflow.org
11.0 parsecs away

Travel
| Announcing the release of TensorFlow GNN 1.0, a production-tested library for building GNNs at Google scale, supporting both modeling and training.