人工智能入门(一):Fundamentals of Artificial Intelligence

参考教材:https://people.cs.kuleuven.be/~danny.deschreye/FAI/

在FAI的introduction课中,有一个很基本的目标是:实现一个可以通过图灵测试的chatbox。

主要知识点涉及:

1.搜索算法:包括basic search(blind,heuristic),advanced search(比如A*算法等);

2.博弈论(Game theory):比如alpha-beta算法,可以应用在alphaGo之类的棋类对战中;

3.constraint programming;backtrack,hybrid,还有比如version space,华尔兹;

4.automated reasoning 和palnning:reasoning,还有证伪等,可以应用在构建智能体。

原文地址:https://www.cnblogs.com/yizhaoAI/p/9937775.html

时间: 2024-11-04 22:43:31

人工智能入门(一):Fundamentals of Artificial Intelligence的相关文章

Artificial Intelligence Research Methodologies 人工智能研究方法

Computer Science An Overview _J. Glenn Brookshear _11th Edition To appreciate the field of artificial intelligence, it is helpful to understand that it is being pursued along two paths. One is the engineering track in which researchers are trying to

Artificial intelligence(AI)

http://blog.jobbole.com/96676/#artificial-intelligence 人工智能(Artificial Intelligence) AIMLBot(Program#):使用 C# 编写的一个小型.快速.兼容标准.易于定制的聊天机器人,基于 AIML (人工智能标记语言 Artificial Intelligence Markup Language). SIML :智能综合智能标记语言(Synthetic Intelligence Markup Languag

Ten Trending Applications of Artificial Intelligence

1 Ten Trending Applications of Artificial Intelligence https://hackernoon.com/artificial-intelligence-trends-to-watch-out-in-2019-b04q23dz5 2018年,基于人工智能和机器学习的工具.平台和应用大量涌现.这些技术工具不仅改变了互联网和软件行业,而且对制造业.医疗.农业和汽车等众多领域产生了巨大影响. 2019年和未来几年,人工智能相关和ML技术将继续增长.像I

(转) Artificial intelligence, revealed

Artificial intelligence, revealed Yann LeCunJoaquin Qui?onero Candela It's 8:00 am on a Tuesday morning. You've awoken, scanned the headlines on your phone, responded to an online post, ordered a holiday sweater for your mom, locked up the house, and

POJ 2256 Artificial Intelligence?【字符串处理】

题目链接:http://poj.org/problem?id=2256 Artificial Intelligence? Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 1323   Accepted: 643 Description Physics teachers in high school often think that problems given as text are more demanding than

UVa 537 - Artificial Intelligence?

题目:再一句话里面有P,I,U中的2个已知量,求第三个未知量.(P=I*U) 分析:字符串.利用'='定位已知量,然后将'='后面的的数字和单位分别读入处理. 说明:注意单位有m,k,M的前缀,以及小数点的处理:每组输出后面有一个空行. #include <iostream> #include <cstdlib> #include <cstring> #include <cstdio> using namespace std; char Satz[1000]

UVA之537 - Artificial Intelligence?

 Artificial Intelligence?  Physics teachers in high school often think that problems given as text are more demanding than pure computations. After all, the pupils have to read and understand the problem first! So they don't state a problem like ``U=

UVA Artificial Intelligence?(模拟)

Artificial Intelligence? Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description  Artificial Intelligence?  Physics teachers in high school often think that problems given as text are more demanding than pure

Artificial Intelligence

//**************************************BEST-FS ALRORITHM IN ARTIFICAL INTELLIGENCE************************************** // Created by Clivia_zhou . 2014.7.29 #include <iostream> using namespace std; //define functions //Some function has'n finshie