Difference between revisions of "Artificial Intelligence"

From wiki
Jump to navigation Jump to search
(Created page with "2 types of AI ==Symbolic== Trying to capture intelligence in rules (Marvin Minsky, John McCarthy, Oliver Selfridge, Ray Solomonoff) ==Subsymbolic== Learn to understand the wor...")
 
Line 10: Line 10:
 
Feed input/output pairs
 
Feed input/output pairs
 
===Unsupervised===
 
===Unsupervised===
Input only
+
Input only. The system learns from finding commonalities in the data presented.
 +
 
 
===Reinforcement===
 
===Reinforcement===
 
Input and Critic. Constant feeding of new data, try to evaluate and have the result checked (by humans).
 
Input and Critic. Constant feeding of new data, try to evaluate and have the result checked (by humans).

Revision as of 21:22, 9 October 2018

2 types of AI

Symbolic

Trying to capture intelligence in rules (Marvin Minsky, John McCarthy, Oliver Selfridge, Ray Solomonoff)

Subsymbolic

Learn to understand the world by trial and error. (Rosenblatt).

Neural Network, later called Machine Learning.

Supervised

Feed input/output pairs

Unsupervised

Input only. The system learns from finding commonalities in the data presented.

Reinforcement

Input and Critic. Constant feeding of new data, try to evaluate and have the result checked (by humans).