人工智能—— Chapter01 AI概述
在深入学习人工智能之前,需要先回答以下几个问题:
Q1:What is artificial intelligence?
人工智能(Artificial Intelligence)∶它是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。
Q2 : What can AI do?
- To create intelligent systems.
- To gain a better understanding of human intelligence.
- To magnify those benefits that flow from it.
基于智能体(agent)的AI
Q1:What is Agent?
An agent perceives its environment through sensors and acts upon it through actuators (or effectors, depending on whom you ask).
Agent是可以感知环境并在环境中行动的事物,它通过传感器感知环境并对所处环境产生影响。
Q2: Agent types?——基本的Agent程序
- Simple reflex agents (简单反射的Agent 直接对感知信息做出反应)