Explore >> Select a destination


You are here

thenumb.at
| | michael-lewis.com
1.1 parsecs away

Travel
| | This is a short summary of some of the terminology used in machine learning, with an emphasis on neural networks. I've put it together primarily to help my own understanding, phrasing it largely in non-mathematical terms. As such it may be of use to others who come from more of a programming than a mathematical background.
| | matt.might.net
1.3 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 ...
| | www.khanna.law
1.6 parsecs away

Travel
| | You want to train a deep neural network. You have the data. It's labeled and wrangled into a useful format. What do you do now?
| | www.lesswrong.com
18.7 parsecs away

Travel
| Yesterday I ran into an "interesting" problem. ...