vimwiki/tech/AI.wiki

23 lines
536 B
Plaintext
Raw Normal View History

2022-04-04 16:45:01 +00:00
= AI =
AI or artifical intelligence is the art of making intelligent machines.
== Goals ==
* Expert systems
2022-04-04 17:00:02 +00:00
* exhibit itlligent behaviours in one field, (IE chess AIs beat humans)
2022-04-04 16:45:01 +00:00
* Human intelligence
* behave, think, and learn like humans
== Types ==
2022-04-04 17:00:02 +00:00
* AI
* Machines which mimic human behaviour
* not even close as of currently
2022-04-04 16:45:01 +00:00
* [[machine_learning]]
2022-04-04 17:00:02 +00:00
* Allow machines to find statistical relationships in data to mimic patterns
* Deep learning
2022-04-04 17:15:01 +00:00
* Subset of Machine Learning, makes multilayer neural networks feasible
2022-04-04 17:00:02 +00:00