Artificial Intelligence (91.420/543) and Machine Learning and Data Mining (91.421/544) Prof. Gary Livingston.

Slides:



Advertisements
Similar presentations
An Introduction to Artificial Intelligence Alexander Yates Temple University Computer and Information Sciences.
Advertisements

Fundamentals of AI Introduction. COSC Fundamentals of AI2 Overview Syllabus Grading Topics What is AI? Four competing views Agents Course Goals.
Artificial Intelligence Created by Korbut Fyodor FTF,
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
Artificial Intelligence
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
AI 授課教師:顏士淨 2013/09/12 1. Part I & Part II 2  Part I Artificial Intelligence 1 Introduction 2 Intelligent Agents Part II Problem Solving 3 Solving Problems.
WHAT IS ARTIFICIAL INTELLIGENCE?
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
CSE 471/598 Intro to AI (Lecture 1). Course Overview What is AI –Intelligent Agents Search (Problem Solving Agents) –Single agent search [Project 1]
1 Chapter 2 Uses and Limitations. 2 Chapter 2 Contents l The Chinese Room l HAL – Fantasy or Reality? l AI in the 21 st Century.
Computer Science Prof. Bill Pugh Dept. of Computer Science.
1. 1 Text Book Artificial Intelligence: A Modern Approach, S. Russell and P. Norvig, 3/e, Prentice Hall, 2010 References  Artificial Intelligence, Patrick.
CS 1 – Introduction to Computer Science Introduction to the wonderful world of Dr. T Dr. Daniel Tauritz.
D Goforth - COSC 4117, fall Notes  Program evaluation – Sept Student submissions  Mon. Sept 11, 4-5PM  FA 181 Comments to committee are.
Artificial Intelligence
Artificial Intelligence CS105. Group Presentation Project Week of November 7 to November 11 Group presentation Groups of 3/4 – Each group will get 12/16.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
Notes for CS3310 Artificial Intelligence Part 1: Overview Prof. Neil C. Rowe Naval Postgraduate School Version of January 2009.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
The Thinking Machine Based on Tape. Computer Has Some Intelligence Now Playing chess Solving calculus problems Other examples:
Introduction: Chapter 1
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
Introduction GAM 376 Robin Burke Winter Outline Introductions Syllabus.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
Development of a Machine-Learning-Based AI For Go By Justin Park.
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
Due Monday Read chapter 2 Homework: –Chapter 1, exercises –Answer each in 100 words or less. Send to from your preferred.
So what is AI?.
gence.jpg al.php.htm.
Algorithmic, Game-theoretic and Logical Foundations
Artificial Intelligence By: Ian, Chelsea, Doug, & Grace.
GET CONNECTED Information Technology Career Cluster.
What is Artificial Intelligence? What is artificial intelligence? It is the science and engineering of making intelligent machines, especially intelligent.
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
1 Chapter 2 Uses and Limitations. 2 Chapter 2 Contents l The Chinese Room l HAL – Fantasy or Reality? l AI in the 21 st Century.
Artificial Intelligence Adnan Haider. Background Developing hardware & software capable of intelligent thinking. John McCarthy in 1955 the science and.
Artificial Intelligence The Future Alton Wilson AIL 690.
1 Introduction to Artificial Intelligence CSE 415 Winter 2006.

COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
FNA/Spring CENG 562 – Machine Learning. FNA/Spring Contact information Instructor: Dr. Ferda N. Alpaslan
Artificial Intelligence
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Teck Chia Partner, Exponent.vc
Artificial Intelligence for Engineers
Fundamentals of Information Systems
Artificial intelligence (AI)
Done Done Course Overview What is AI? What are the Major Challenges?
Topics Covered in COSC 6368 More general topics:
Introduction to Artificial Intelligence
Artificial Intelligence for Engineers
CSCI 5582 Artificial Intelligence
Course Instructor: knza ch
State of the Art Deep Blue beats Kasparov.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
Introduction to Artificial Intelligence
Introduction to Artificial Intelligence
CS 404 Artificial Intelligence
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Introduction to Artificial Intelligence
(Robotics and Perception)
Artificial Intelligence
Presentation transcript:

Artificial Intelligence (91.420/543) and Machine Learning and Data Mining (91.421/544) Prof. Gary Livingston

Artificial Intelligence Are you interested in learning how to write programs that can: –Play a game –Adapt –Solve logic problems –Translate from English to another language –Make medical discoveries –…

Artificial Intelligence Then AI is for you! AI is the study of writing programs that perform tasks that appear to require intelligence –Sophisticated reasoning –Knowledge –Learning

Artificial Intelligence Do you think AI isn’t applicable to your area?

Artificial Intelligence AI is everywhere –Remote Agent successfully controlled the Deep Space One satellite for two days –Army’s logistics planner is credited for helping to win the Gulf War quickly –Five autonomous vehicles successfully completed the DARPA Grand challenge: drive 32 miles over desert terrain fully autonomously

In AI You Will: Learn how to add intelligence to your programs Learn Python –Great prototyping language Implement fun AI programs –Othello player Othello competition –Wumpus world agent Wumpus world simulator Learn a lot and have fun XXXXXXXX XOOOOOOO XOOOXXOO XXOOOOXO XOXXOOOO XOXOOXOO XXOOOOOO XOOOOOOO

Machine Learning Key aspect of AI – uses knowledge

Machine Learning Key aspect of AI – uses knowledge It could be programmed in, but that’s impractical –It can be learned from experience  Machine Learning

Machine Learning Key aspect of AI – uses knowledge It could be programmed in, but that’s impractical –It can be learned from experience  Machine Learning Machine learning can also discover new knowledge for humans (data mining)

Machine Learning Key aspect of AI – uses knowledge It could be programmed in, but that’s impractical –It can be learned from experience  Machine Learning Machine learning can also discover new knowledge for humans (data mining) Machine learning is used everywhere: –Biology –Software engineering –Compilers –Networking

Machine Learning and Data Mining Course First 2/3 of the course: –Fundamental ML methods Last 1/3 of the course: –Complete a real data mining project using real data from real problems Learn a lot and have fun