Actions

Perceptron game: Difference between revisions

From Algolit

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.
+
     Neural Networks are the hew 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 quickly bored 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.
 +
 
  
    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. We find ourselves in a decade in which neural networks are sparking a lot of attention. This was not always the case. The study of neural networks goes back to the 1940s, when the first neuron metaphor emerged. Due to the high speed processors of today and the big amount of data that is available thanks to the Internet, the stacked Perceptron of the neural networks model is living its high Summer.
 
  
  
 
[[Category:Data_Workers]][[Category:Data_Workers_EN]]
 
[[Category:Data_Workers]][[Category:Data_Workers_EN]]

Revision as of 17:27, 28 February 2019

   Neural Networks are the hew 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 quickly bored 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.