Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 996 Bytes

AI.md

File metadata and controls

6 lines (4 loc) · 996 Bytes

AI is split into [[symbolic AI]], which uses rules to figure out how to act, and [[machine learning]], which acts on data. Supervised machine learning tries to mimic data it is given (if it's given images labeled "dog" and "cat", it will try to learn the patterns and classify future images into "dog" or "cat"). Unsupervised machine learning draws patterns and points out interesting things in data it is given.

Obviously, this means thinking about [[AI safety]] is hard.