/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

thenumb.at
| | 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 ...
| | cprimozic.net
1.4 parsecs away

Travel
| | Introduces a browser-based sandbox for building, training, visualizing, and experimenting with neural networks. Includes background information on the tool, usage information, technical implementation details, and a collection of observations and findings from using it myself.
| | sander.ai
10.6 parsecs away

Travel
| I have published the code for my solution for the Galaxy Zoo Challenge on GitHub