introduction to ai - cvut.cz · key ai topics computer vision natural language processing robotics...

11
Introduction to AI A4B33ZUI, LS 2016 Branislav Bošanský, Ondřej Vaněk, Štěpán Kopřiva {name.surname}@agents.fel.cvut.cz Artificial Intelligence Center, Czech Technical University

Upload: others

Post on 31-Jul-2020

10 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

IntroductiontoAIA4B33ZUI,LS2016

BranislavBošanský,Ondřej Vaněk,ŠtěpánKopřiva{name.surname}@agents.fel.cvut.cz

ArtificialIntelligenceCenter,CzechTechnicalUniversity

Page 2: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

Course Outline

Lectures• Tuesday 14:30- 16:00• Prof.Pěchouček,Doc.Kléma

Seminars• Kléma,Bošanský,Vaněk,Kopřiva• Assignments – lot‘s of programming,Javaknowledge required

CourseWare• https://cw.fel.cvut.cz/wiki/courses/a4b33zui/start• Coursematerials• Courserequirements

Contact• [email protected]

Page 3: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

SeminarsCreditRequirements

Participationandactiveworkatallseminars(upto2absenceswithoutanexcuseareallowed).

Gatheringatleast25pointsfromtheassignments(outof50).

Submittingallassignmentsduringthetermandreceivingatleast50%ofpointsfromeachoftheassignmentforthecontent• Youcanchooseoneassignment,forwhichyoudon'thavetoget50%ofpoints.However,theassignmentneedstobesubmitted

• Thepointsforthefulfilling50%oftheassignmentarecomputedbeforethedeductionofpointsforlatesubmissionpenalty

• Thelatesubmissionpenaltyis50%,75%and100%percentofpointsforbeinglatebyupto24hours,48hours,morethan48hours

Page 4: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

A*- findinganoptimalpath(TBA)[8b]

ConstraintSatisfactionProgramming(TBA)[14b]

Two-playergames- test(TBA)[3b]

Situation calculus(TBA)[10b]

MDP– gridworld(TBA)[5b]

Fair guysandvillains (TBA)[2b]

Kingandhisadvisors(TBA)[5b]

HomeworkAssignments

Page 5: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

Worldclassonlinecourses

ai-class.com

Page 6: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

What is „AI“?

SCI-FI HumanThinking

TouringTest

ProblemSolving

Page 7: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

SCI-FI

Page 8: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

Near Future

movement

orientation

communication

vision

planning

reasoning

Page 9: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

Key AITopics

computervision natural

languageprocessing

robotics

planning

learning

knowledgerepresentation

reasoningabout

knowledge

problemsolvingZUI

Page 10: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

Problem Solving

problem state

actionsgoal

otheractions

environment

otheragents

Page 11: Introduction to AI - cvut.cz · Key AI Topics computer vision natural language processing robotics planning learning knowledge representation reasoning about knowledge problem ZUI

What todo?

actions

uninformedsearch

informedsearch CSP two-player

games

GA/NN