1. 程式人生 > >人工智能入門(一):Fundamentals of Artificial Intelligence

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

博弈 trac 一個 chat const esc 構建 人工智 constrain

參考教材: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