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-06 17:00:01 +00:00
|
|
|
== Agents ==
|
2022-04-04 17:00:02 +00:00
|
|
|
|
2022-04-06 17:00:01 +00:00
|
|
|
An agent is anything that perceives its enviroment thorugh some sensors and
|
|
|
|
acts upon the enviroment throught some actuators.
|
|
|
|
|
|
|
|
Some types of agents
|
|
|
|
|
|
|
|
* Simple reflex
|
|
|
|
* Model-based reflex agent
|
|
|
|
* Goal based agents
|
|
|
|
* utility agesnts
|
|
|
|
* learning agents
|
|
|
|
|
|
|
|
Example, taxi driver,
|
|
|
|
|
|
|
|
* Precepts
|
|
|
|
* Cameras, GPS, microphone, etc
|
|
|
|
* Action
|
|
|
|
* Steet, accelerate, break, etc
|
|
|
|
* Goal
|
|
|
|
* safe, fast legal comfortable trip, maxmize profit
|
|
|
|
* Enviroment
|
|
|
|
* Roads, traffic, pedestrians, customers
|