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...")
(No difference)

Revision as of 16:34, 30 September 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

Reinforcement

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