Actions

Perceptron game: Difference between revisions

From Algolit

(Created page with " In machine learning, the perceptron is an algorithm for supervised learning of binary classifiers. A binary classifier is a model which can decide whether an input belongs...")
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
    In machine learning, the perceptron is an algorithm for supervised learning of binary classifiers. A binary classifier is a model which can decide whether an input belongs to some specific class.
+
by Algolit
  
    Neural Networks work the same way as the perceptron. Perceptron is a single layer neural network and a multi-layer perceptron is called Neural Networks.
+
Neural Networks are the new hype. They are everywhere – in your search engine, in your translation software, in the ranking of your social media feeds. The basic element of the Neural Network is the Perceptron algorithm. Perceptron is a single-layer neural network. A stack of Perceptrons is called a Neural Network.  
  
    The evolution of the artificial neuron has progressed through several stages. The roots of which, are firmly grounded within neurological work done primarily by Santiago Ramon y Cajal and Sir Charles Scott Sherrington . Ramon y Cajal was a prominent figure in the exploration of the structure of nervous tissue and showed that, despite their ability to communicate with each other, neurons were physically separated from other neurons.  With a greater understanding of the basic elements of the brain, efforts were made to describe how these basic neurons could result in overt behaviors, to which William James was a prominent theoretical contributor.  
+
In this game you experience the specific talents of machines and humans. While we get bored quickly and tend to optimize repetitive tasks, machines are fond of repetitive tasks and execute them without any complaint. And they can calculate really really fast. This game takes 30 minutes to play, while a computer does exactly the same job in a few seconds.
  
    Working from the beginnings of neuroscience, Warren McCulloch and Walter Pitts  in their 1943 paper, "A Logical Calculus of Ideas Immanent in Nervous Activity," contended that neurons with a binary threshold activation function were analogous to first order logic sentences.
+
-----------------------------------------------------
 +
 
 +
Concept & realisation: An Mertens
 +
 
 +
 
 +
 
 +
 
 +
[[Category:Data_Workers]][[Category:Data_Workers_EN]]

Latest revision as of 11:13, 14 March 2019

by Algolit

Neural Networks are the new hype. They are everywhere – in your search engine, in your translation software, in the ranking of your social media feeds. The basic element of the Neural Network is the Perceptron algorithm. Perceptron is a single-layer neural network. A stack of Perceptrons is called a Neural Network.

In this game you experience the specific talents of machines and humans. While we get bored quickly and tend to optimize repetitive tasks, machines are fond of repetitive tasks and execute them without any complaint. And they can calculate really really fast. This game takes 30 minutes to play, while a computer does exactly the same job in a few seconds.


Concept & realisation: An Mertens