Artificial-IntelligenceP教学讲解课件.ppt
- 【下载声明】
1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
3. 本页资料《Artificial-IntelligenceP教学讲解课件.ppt》由用户(ziliao2023)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- Artificial IntelligenceP 教学 讲解 课件
- 资源描述:
-
1、1Artificial IntelligenceCS 165AFall 2004 Lecture 1Prof.Terry Smith Course introduction and overviewCourse administriviaOverview of AI2Goals of this course To teach you the main ideas of AI To introduce you to a set of key techniques and algorithms from AI To help you understand whats hard in AI and
2、why To see how AI relates to the rest of computer science To get you thinking about how AI can be applied to a variety of real problems To have fun3Course administrivia Web sites http:/www.cs.ucsb.edu/cs165a http:/ Syllabus Discussion sessions Schedule AssignmentsAssignment#0 due on Tuesday!Expectat
3、ions Come to class,and come prepared Participate:Ask questions,offer insight,tell me Im wrong.Think!4What is Artificial Intelligence?AI in the media Popular movies2001:A Space Odyssey Star TrekThe TerminatorAI:The Movie Popular press,novels Often portrayed as A property of evil computers Computers d
4、oing impossible things Public view Books and movies have inspired many AI researchers Books and movies have raised the publics expectations5What is Artificial Intelligence?(cont.)“The science and engineering of making intelligent machines,especially intelligent computer programs.”“The business of ge
5、tting computers to do things they cannot already do,or things they can only do in movies and science fiction stories.”“The study of how to make computers do things at which,at the moment,people are better.”“The design of flexible programs that respond productively in situations that were not specifi
6、cally anticipated by the designer.”“The construction of computations that perceive,reason,and act effectively in uncertain environments.”“The branch of CS concerned with enabling computers to simulate such aspects of human intelligence as speech recognition,deduction,inference,creative response,the
7、ability to learn from experience,and the ability to make inferences given incomplete information.”“Modeling aspects of human cognition on computers”“What AI people do”6Goals of AI Scientific To understand the principles and mechanisms that account for intelligent action Engineering To design intelli
8、gent systems that can survive and operate in the real world and solve problems of considerable scientific difficulty at high levels of competenceTo understand and build intelligent systemsTo create models and mechanisms of intelligent action7Intelligent systems An intelligent system is characterized
9、 as one that can:Exhibit adaptive,goal-oriented behavior Learn from experience Use vast amounts of knowledge Exhibit self-awareness Interact with humans using language and speech Tolerate error and ambiguity in communication Respond in real-time8What AI people studyLogicKnowledge representationSearc
10、hReasoning/inferenceNon-monotonic reasoningPlanningProbabilistic reasoningNave physicsMachine learningSpeech recognitionNatural language processingComputer visionPattern recognitionIntelligent agentsRoboticsNeural networksData miningExpert systems and more9What AI people(and programs)doProve theorem
11、sEmulate/model human cognitive abilities(Attempt to)solve exponentially hard problemsBuild expert systems for diagnostic tasks(e.g,medical diagnosis,error analysis)Build robotsBuild machine vision systems for industrial tasks,surveillance,consumer apps,etc.Create speech recognition and understanding
12、 systems for various domainsProcess text to understand,summarize,correct,respond,etc.Create data mining systems to process very large amounts of information(e.g.,bioinformatics)Build intelligent agents to look and act in socially useful waysDevelop computer games and more10Some notable AI systemsIBM
13、s Deep Blue Beat world chess champion Gary Kasparov in 1997 Kasparov vs.(Israeli-built)Deep Junior,January 2003(ended in a draw)Kasparov vs.X3D Fritz,November 2003Expert systems Medical diagnosisA computerized Leukemia diagnosis system did a better job checking for blood disorders than human experts
14、Speech recognition Commercial systems by Dragon,IBM,and others Phone-based systems(e.g.,airline reservations)Automatic scheduling for manufacturing operationsUser interface Grammar and spelling checkers,automated help11Some notable AI systems(cont.)Data mining Fraud detection,credit scoring,customer
15、 profiles and preferences,genome analysisCyc Doug Lenats 18-year old project to give computer common senseComputer vision E.g.,“Hands Across America”1995 Face recognition systems for biometricsRobotics Mars Rover,robots for hazard environments,factory automation Sony,Honda,others:robot pets CMU Navl
16、ab drove across country(2797/2849 miles)1980s DARPA ALV Program DARPA Grand Challenge 2004Failed in 2004repeat in October 200512DARPA Grand Challenge“DARPA intends to conduct a challenge of autonomous ground vehicles between Los Angeles and Las Vegas in March of 2004.A cash award of$1 million will b
17、e granted to the team that fields the first vehicle to complete the designated route within a specified time limit.”http:/www.darpa.mil/grandchallenge13Terrain between LA and Las Vegas14Perspectives on AI/Disciplines involved AI functions as a channel of ideas between computing and other fields,idea
18、s that have profoundly changed those fields Logic Mathematics Statistics Philosophy Psychology Linguistics Neuroscience Computer science Cognitive scienceAI15Foundations of AI Philosophy Framed the ideas of AIDualism/materialism,logical/rational/empirical,causality,consciousness,mind/body Mathematic
19、s Formalized computation,logic,probability Possibilities and limitations of computation Psychology Experimental:the brain as an information processing device(Cognitive Science)Computer Engineering Built real machines,Moores Law progress16AI and Computer Science AI is mostly about software(usually la
20、rge and complex)Important:Algorithms,tools,complexity,etc.Early advanced in CS due to AI researchers include:Search algorithms List structures,pointers Virtual memory Dynamic memory allocation Garbage collection Logical programming CS 165A will be taught primarily from a CS perspective Not the only
21、perspective,though17UCSB CS AI Sequence:165A and 165B165A.Artificial Intelligence(Fall)(4)TURKPrerequisites:Computer Science 130A;open to computer science majors onlyAn introduction to the field of Artificial Intelligence,which attempts to understand and build intelligent systems.Topics include AI p
展开阅读全文