CS6700 Advanced AI Prof. Carla Gomes Prof. Bart Selman

Slides:



Advertisements
Similar presentations
CS 4700: Foundations of Artificial Intelligence Bart Selman Reinforcement Learning R&N – Chapter 21 Note: in the next two parts of RL, some of the figure/section.
Advertisements

Bart Selman CS CS 475: Uncertainty and Multi-Agent Systems Prof. Bart Selman Introduction.
Research topics Semantic Web - Spring 2007 Computer Engineering Department Sharif University of Technology.
CSE 471/598 Intro to AI (Lecture 1). Course Overview What is AI –Intelligent Agents Search (Problem Solving Agents) –Single agent search [Project 1]
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester, 2010
Random Administrivia In CMC 306 on Monday for LISP lab.
Dr Rong Qu Module Introduction.
Artificial Intelligence What’s Possible, What’s Not, How Do We Move Forward? Adam Cheyer Co-Founder, VP Engineering Siri Inc.
Introduction to Artificial Intelligence. What is AI?
19/13/2015CS360 AI & Robotics CS360: AI & Robotics TTh 9:25 am - 10:40 am Shereen Khoja
CS 257 Database Systems Dr. T Y Lin Ultimate Goal Data Science (Big Data)
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
CS6700 Advanced AI Bart Selman. Admin Project oriented course Projects --- research style or implementation style with experimental component. 1 or 2.
Marko Grobelnik Jozef Stefan Institute ( Ljubljana, Slovenia.
Today’s Topics Chapter 2 in One Slide Chapter 18: Machine Learning (ML) Creating an ML Dataset –“Fixed-length feature vectors” –Relational/graph-based.
Artificial Intelligence
Machine Learning Lecture 1. Course Information Text book “Introduction to Machine Learning” by Ethem Alpaydin, MIT Press. Reference book “Data Mining.
CS621 : Artificial Intelligence Pushpak Bhattacharyya CSE Dept., IIT Bombay Lecture 1 - Introduction.
So what is AI?.
Carla P. Gomes CS4700 CS 4701: Practicum in Artificial Intelligence Carla P. Gomes
Introduction to Artificial Intelligence CS 438 Spring 2008.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
The Hebrew University of Jerusalem School of Engineering and Computer Science Academic Year: 2011/2012 Instructor: Jeff Rosenschein.
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
Introducing Precictive Analytics
Why Should You Apply to Graduate School? Masters Degree
Brief Intro to Machine Learning CS539
Teck Chia Partner, Exponent.vc
CS4341 Introduction to Artificial Intelligence
Introduction to Artificial Intelligence
Learning Fast and Slow John E. Laird
Machine Learning overview Chapter 18, 21
Siemens Enables Digitalization: Data Analytics & Artificial Intelligence Dr. Mike Roshchin, CT RDA BAM.
CS 4700: Foundations of Artificial Intelligence
CS Fall 2015 (Shavlik©), Midterm Topics
Computer Science Courses
Done Done Course Overview What is AI? What are the Major Challenges?
CS Fall 2016 (Shavlik©), Lecture 11, Week 6
CS 4700: Foundations of Artificial Intelligence
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester,
Department of intelligent systems
Videos NYT Video: DeepMind's alphaGo: Match 4 Summary: see 11 min.
Application Areas of Artificial Intelligence(AI)
Accelerating intelligent automation for competitive advantage
Lots of news about Artificial Intelligence in the press
CS 4700: Foundations of Artificial Intelligence
Topics Covered in COSC 6368 More general topics:
Introduction to Machine Learning and NLP
Artificial Intelligence – Deep Learning and its Applications
Emergence of Intelligent Machines: Challenges and Opportunities
CS 4700: Foundations of Artificial Intelligence
CS 4700: Foundations of Artificial Intelligence
Basic Intro Tutorial on Machine Learning and Data Mining
CS 4700: Foundations of Artificial Intelligence
Artificial Intelligence and Searching
Emergence of Intelligent Machines: Challenges and Opportunities
Machine Learning Capabilities
CS 621 Artificial Intelligence Lecture /10/05 Prof
Artificial Intelligence Lecture 1: Course Overview and Motivation
A Tutorial (Complete) Yiming
Artificial Intelligence in Medicine
Introduction to Artificial Intelligence
Artificial Intelligence and Searching
Machine Learning overview Chapter 18, 21
Machine learning CS 229 / stats 229
Artificial Intelligence and Searching
Introduction to Artificial Intelligence
AI Application Session 12
Professor C. Lee Giles David Reese Professor – IST; graduate Professor - CSE Adjunct Professor – Princeton, Pennsylvania, Columbia, Pisa, Trento Graduated.
Presentation transcript:

CS6700 Advanced AI Prof. Carla Gomes Prof. Bart Selman 1 1

Projects Very open-ended Go for BIG ideas! (No such thing as “failure.” Empirically driven building on foundational insights.) E.g. Can you evolve a language from scratch? Can you learn from “reading”? (E.g. game play from text on discussion boards) Mechanical Turk --- Human-computing hybrids Mine info from twitter feeds Boost game play via “mimicry”

Projects Cont. Deep learning: still many “mysteries” E.g. Google’s alphaGo example of successful reinforcement learning using deep nets but what about deep learning chess through self-play? Student project 4701 last semester: works reasonably but hits a limit; end game: can’t figure out it needs to checkmate the opponent! Can we explain this? Fix this? Scientific discovery --- in discrete math and materials science. (Slides: “Non-Human Intelligence”)

AI Knowledge- Data- Inference Triangle Intensive AI Knowledge- Data- Inference Triangle NLU Common Sense Computer Vision 20+ yr GAP! Google’s Knowl. Graph Iamus Watson Google Transl. Verification Machine Learning Dr. Fill Siri Robbin’s Conj. 4-color thm. Deep Blue Google Search (IR) Inference/Search Intensive Data Intensive Semantic Web

Knowledge or Data? Last 5 yrs: New direction. Combine a few general principles / rules (i.e. knowledge) with training (ML) on a large expert data set to tune hundreds of model parameters. Obtain world-expert performance using inference. Examples: --- IBM’s Watson / Jeopardy --- Dr. Fill / NYT crosswords --- Iamus / Classical music composition --- Google’s alphaGo (deep learning) --- computer vision (deep learning) --- language translation (deep learning) Performance: (several) Top 50 or better in the world! Is this the key to human expert intelligence?