《计算机科学导论》课件Unit 15Artificial Intelligence讲解材料.ppt

《计算机科学导论》课件Unit 15Artificial Intelligence讲解材料.ppt

  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
《计算机科学导论》课件Unit 15Artificial Intelligence讲解材料.ppt

* (1) Search method There are two generals search methods: brute-force search and heuristic search. Brute-force search, also called blind search and uninformed search, can be described in one sentence: “Try every step (state) till the results are found”. For example, give a set of numbers and find all prime numbers. Breadth-first search and depth-first search are the brute-force techniques in which a special data structure is utilized. The data structure can be a tree, a graph, or other, which has been discussed in the previous chapter. Searching * (1) Search method Heuristic search, also called informed search, use some outer hint or direction. For example, the solution may be known in a subset of search space, and the algorithm performs searching only within the subset. It is well known that Deep Blue, a chess-playing computer developed by IBM, defeated world class champion, Garry Kasparov, on February 10, 1996 under regular time controls. Deep Blue was then heavily upgraded?and played Kasparov again in May 1997, and won the six-game rematch of 3?–2?, under standard chess tournament time controls. This proved to be a landmark event in the history of artificial intelligence. Searching * (1) Search method Deep Blue versus Garry Kasparov match is still cited as the symbolic turning point. The algorithms of Deep Blue were based on brute-force search. It can prejudge each possible chess position, evaluate it, and then choose the optimal position. Within one second, it can evaluate 200 million chess positions. The architecture used in Deep Blue was applied to financial modeling, data mining, and molecular dynamics. It is a massively parallel powerful supercomputerwith 30 nodes, with each node containing a 10 MHz P2SC microprocessor, enhanced with 480 special VLSI (Very Large Scale Integration) chess chips. Searching * (1) Search method However, the focus of chess play has now been shifted to software chess programs rather than using dedicated ch

文档评论(0)

yuzongxu123 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档