人工智能入门:Fundamentals of Artificial Intelligence

Posted yizhaoai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了人工智能入门: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,还有证伪等,可以应用在构建智能体。

以上是关于人工智能入门:Fundamentals of Artificial Intelligence的主要内容,如果未能解决你的问题,请参考以下文章

Fundamentals of Logic

CS174A Fundamentals of Database

[Unit Testing] Fundamentals of Testing in Javascript

[Mathematics][Fundamentals of Complex Analysis][Small Trick] The Trick on drawing the picture of sin

智能小车28:openwrt程序开发入门

OpenCV+TensorFlow 入门人工智能图像处理