COMP-424: Artificial intelligence. Lecture 1: Introduction to AI!

Size: px
Start display at page:

Download "COMP-424: Artificial intelligence. Lecture 1: Introduction to AI!"

Transcription

1 COMP Artificial Intelligence Lecture 1: Introduction to AI! Instructor: Joelle Pineau (jpineau@cs.mcgill.ca) Class web page: Unless otherwise noted, all material posted for this course are copyright of the instructor, and cannot be reused or reposted without the instructor s written permission. Outline for today Course basics Overview of AI history Approach to teaching AI Examples of AI applications 2 1

2 Course objectives To develop an understanding of the basic concepts of AI: classes of problems, mathematical models, algorithms. To have an informed opinion about AI-related technologies. To interact with people working in the field. 3 About You (as of Jan ) 159 registered, from a variety of departments / faculties Computer Science Software / Electrical / Mechanical / Chemical Engineering Mathematics / Statistics / Physics Biology / Physiology / Anatomy / Neuroscience Cognitive science / Linguistics Economics Undeclared / Exchange 4 2

3 About myself Education: BASc in Engineering (U.Waterloo) MSc / PhD in Robotics (Carnegie Mellon U.) Prof at McGill What kind of AI research do I do? Machine learning Planning and decision-making Robotics Personalized medicine and health-care 5 Research areas in my lab Reinforcement learning Supervised learning Representation learning Education MDP / POMDP Algorithms Other applications Planning Sequential Decision- Making Problems Healthcare Robotics Dynamic treatment regimes Adaptive trials Event prediction Smart wheelchairs Social navigation Marketing Resource management Industrial processes Human-robot interaction 6 3

4 Research focus Main scientific goal: Design AI agents (robots) that exhibit intelligent behavior by providing them with the ability to learn and reason. Abilities Goals/Preferences Prior Knowledge AI agent Observations Actions Environment Main tools: Probability theory, statistics, optimization, analysis of algorithms, numerical approximations, robotics, 7 SmartWheeler project COMP-102: Computers and Computing 8 4

5 Adaptive deep-brain stimulation Goal: To create an adaptive neuro-stimulation system that can maximally reduce the incidence of epileptiform activity. 9 About the course Search Game playing Logical reasoning Classical planning Probabilistic reasoning Learning probabilistic models Reasoning with utilities Sequential reasoning and decision-making. Learning complex sequential decisions. Applications Basic tools Logical representations Probabilistic representations 10 Utility theory 5

6 About the course: Comments from 2014 Way more boring than I had expected. My interest in machine learning and artificial intelligence is significantly less as a result of the course. I do not recommend this course for people who intend to make use of artificial intelligence or machine learning in the future as one may develop a distaste for the material. Needs more prerequisites. The entire second half of the course is extremely difficult to follow without prior experience with statistics and probability. Too much focus on probability instead of actual AI. The workload for the course (which is 3 credits) was beyond 4-credit level. This course would be better if it did not attempt to appeal to a large class size. This is a 400 level course and cannot be taught like a 200 level intro course. The class was far too large. The TAs were so tight on time that they could barely provide any feedback on the assignments. The only feedback I've received was basically "see the solutions. 11 About the course Textbook: Russell & Norvig. Artificial Intelligence: A Modern Approach, 3 nd ed. Evaluation: 1. Individual quizzes in class (5%) 2. Individual assignments (20%) 3. Project: Implementation and written report (20%) 4. Midterm (15%) 5. Final exam (40%) Lecture notes (slides), assignments, solutions, project information, all available on class website. If all goes well, lectures will be recorded and available on mycourses. 12 6

7 Course Project Design and implement a game playing program. Use ideas from the course to design your algorithm. Basic code (for a random player) will be provided in Java. You can use any programming language. Enter your program in a tournament against programs from other students. Evaluation: 50% code and competition results, 50% written report. Written report must be clear, complete, including appropriate references. Code must compile and run. Project info will be posted as it becomes available on class webpage. 13 Coursework policy Format of coursework: Some programming, some theory, some problem-solving, some application. Quizzes will be given in class, can be solved collaboratively, but must be submitted individually on mycourses by 2pm on the same day. Assignments are individual, submitted through mycourses by 11:59pm on the due date. Project should be submitted also on mycourses. Late submissions are subject to 10% penalty up to 5 days; after this will not be accepted. Late quizzes or assignments will NOT be accepted. No make-up midterm will be offered. Marks for any incomplete item (incl. not submitted or incorrect work) except the project will be shifted to the final exam. 14 7

8 About the course Weekly office hours: Joelle Pineau: Mon. 1:00-2:30pm MC 106N Eric Crawford: T.b.d. MC 111 Angus Leigh: T.b.d. MC 111 Ryan Lowe: T.b.d. MC 111 See copy of syllabus on course website for updated days/times. (Other times possible by appointment.) Best way to contact us: (see course syllabus for addresses) 15 Expectations You must have taken the pre-reqs to register. Come to class prepared, do the readings, follow the lectures. Ask questions, be engaged in your learning, be willing to work hard. Keep up with the assigned coursework. Respect the coursework policy. Use technology ( , discussion boards) appropriately. COMP-598: Applied Machine Learning 16 8

9 On the use of mobile devices in class Many bring mobile computing and communication devices to class. This can be useful! Taking notes, supplementing course material. This can be distracting! For you, for me, for your colleagues. Policy for this course: Use is encouraged during quizzes. Use is tolerated during lectures in support of learning. Use for other purposes happens outside of the classroom. For more discussion of this issue, see: Commun-devices-MC2-guidelines-11June2010.pdf 17 Read this carefully Some of the course work will be individual, other components can be completed in groups. It is the responsibility of each student to understand the policy for each work, and ask questions of the instructor if this is not clear. It is the responsibility of each student to carefully acknowledge all sources (papers, code, books, websites, individual communications) using appropriate referencing style when submitting work. We will use automated systems to detect possible cases of text or software plagiarism. Cases that warrant further investigation will be referred to the university disciplinary officers. Students who have concerns about how to properly use and acknowledge third-party software should consult the course instructor or TAs. COMP-598: Applied Machine Learning 18 9

10 Questions? COMP-598: Applied Machine Learning 19 What is biological intelligence? Sensory processing: Visual cortex. Auditory cortex. Somatosensory cortex. Motor cortex. Cognitive functions: Memory. Reasoning. Executive control. Learning. Language

11 What is biological intelligence? A mix of general-purpose and special-purpose algorithms. General-purpose: Memory formation, updating, retrieval. Learning new tasks. Special-purpose: Recognizing visual patterns. Recognizing sounds. Learning language. All are integrated seamlessly! 21 What is AI? 22 11

12 What is AI? Some answers: Modeling human cognition using computers. Studying problems that others don t know how to solve. Cool stuff! Game playing, machine learning, data mining, speech recognition, computer vision, web agents, robots. Useful stuff! Medical diagnosis, fraud detection, genome analysis, object identification, space shuttle scheduling, information retrieval. My (current) best answer: Developing models and algorithms that can produce rational behaviors in response to incoming stimulus and information. 23 What is AI? Human intelligence: Artificial Intelligence: Sensory processing: Visual cortex. è Computer vision Auditory cortex. è Signal/speech processing Somatosensory cortex. è Haptics Motor cortex. è Robotics Cognitive functions Memory. è Knowledge representation. Reasoning. è Search, inference. Executive control. è Planning, decision-making. Learning. è Model learning. Language. è Language understanding

13 About the course Search Basic tools Game playing Logical reasoning Logical representations + search, inference, planning Classical planning Probabilistic reasoning Learning probabilistic models Probabilistic representations + inference, learning Reasoning with utilities Sequential reasoning and decision-making. Learning complex sequential decisions. + planning, decision-making Applications 25 Different goals of AI This would be pretty awesome! Thinking Humanly Acting Humanly Thinking Rationally Acting Rationally 26 13

14 Acting humanly AI is about duplicating what the (human) brain DOES. Alan Turing ( ) had interesting thoughts about this. Can a machine think? -> If it could, how would we tell? Turing (1950): Computing machinery and intelligence Human interrogator? Human AI agent An operator interacts with either the human or the AI agent. Can he correctly guess which one? 27 Turing s prediction By 2000, a machine would have a 30% chance of fooling a lay person for 5 minutes. Suggested major components of AI: Knowledge representation, automated reasoning, language understanding, machine learning But here s a thought: We succeeded in building flying machines when we stopped trying to imitate birds, and started learning about aerodynamics

15 Different goals of AI Thinking Humanly Acting Humanly Thinking Rationally Acting Rationally Let s try this! 29 Acting rationally Rational behaviour = doing the right thing. Doing what is expected to maximize goal achievement, given the available information and available resources. Does not necessarily require thinking (e.g. blinking reflex). But in many cases, thinking serves rational behaviour. This is the flavour of AI we will focus on

16 Big picture Action THE WORLD Task & Environment AI Agent Perception 31 Rational agents This course is about designing rational agents. An agent is an entity that perceives and acts. Goal: Learn a function mapping percept histories to actions: f : P h A A rational agent implements this function such as to maximize performance. Performance measures: goal achievement, resource consumption,... Caveat: Many constraints can come into play (time, space, energy, bandwidth, ) which make perfect rationality unachievable. Objective: Find best function for given information and resources

17 AI Beginnings ENIAC: First super-computer, created in Early work in 1950s: Rosenblatt s perceptron Samuel s checkers player 33 Dartmouth Conference (1956) 34 17

18 Dartmouth Conference (1956) Some of the attendees: John McCarthy: LISP, time-sharing, application of logic to reasoning Marvin Minsky: popularized neural networks and showed their limits, introduced slots and frames Claude Shannon: information theory, juggling machine Allen Newell and Herb Simon: bounded rationality, general problem solver, SOAR The meeting coined the term artificial intelligence'' 35 Early AI hopes and dreams Make programs that exhibit similar signs of intelligence as people: prove theorems, play chess, have a conversation. Logical reasoning was key. Learning from experience was considered important. The research agenda was geared towards building general problem solvers. There was a lot of hope that natural language could be easily understood and processed

19 Recent AI: Math to the rescue! Heavy use of probability theory, decision theory, statistics. Trying to solve specific problems rather than aim for general reasoning. AI today is a collection of sub-fields: Perception and computer vision. Natural language understanding. Robotics Etc. Reasoning is now the part named ``AI''. A lot of progress was made in this way! Some recent efforts try to put all this together (e.g. in robotics). 37 Example AI system (1997): Chess playing IBM Deep Blue defeats Garry Kasparov. Perception: advanced features of the board. Actions: choose a move. Reasoning: search and evaluation of possible board positions

20 Example AI system (2008): Poker playing University of Alberta s Polaris defeats some of the world s best online pros. One variety of poker: Heads-up limit Texas Hold em (two players, limited betting amounts) Perception: features of the game. Actions: choose a move. Reasoning: search and evaluation of possible moves, machine learning Example AI system (2011): Jeopardy! 40 20

21 AI meets markets Trading agent competition ( ): Trades Stock market Trading Agent Rates, news 41 AI meets markets 42 21

22 Example AI system (1992): Medical diagnosis Pathfinder (D. Heckerman, Microsoft Research) Perception: symptoms, test results. Actions: suggest tests, make diagnosis. Reasoning: bayesian inference, machine learning, Monte-Carlo simulation Example AI system (2008): Reading the Mind Brain Image Analysis (T. Mitchell, CMU) Perception: brain imaging using fmri technology. Actions: detect which word (e.g. hammer, apartment, ) is being read by the human subject. Reasoning: statistical machine learning

23 Example AI system (2003): Digit recognition Handwritten digit recognition: <1% error. New example to classify Previously seen known examples... Boxes represent the weights into a hidden node in a neural network learner. COMP-424: Applied COMP-598: ArtificialMachine intelligence Learning 45 Example AI system (2014): Object recognition ImageNet Large Scale Visual Recognition Challenge Image database with 1000 object categories, hundreds of example images for each class, over 1 million images in total. Current best results: 7% classification error

24 Example AI system (1998): Automatic driver ALVINN (D. Pomerleau, CMU) drives autonomously for 21 miles on the highway at speeds of up to 55 miles/hour. Perception: digitized camera images of the road. Actions: 64 steering angles. Reasoning: artificial neural network. 47 Example AI system (2005): Off-road driving Stanley (Stanford University) navigates 132 miles through desert terrain in less than 10 hours, with no human intervention. Perception: GPS, 6-D inertial measurement, wheel speed, 4 lasers, 1 radar, stereo and monocular cameras. Actions: actuation of drive-by-wire system. Reasoning: position estimation, path planning

25 Example AI system (2014): City driving Google cars have logged over 700,000 miles in autonomous mode without any accident. Sensors and actuators similar to Stanley (GPS, 3D laser point cloud, cameras, odometry) Significant prior knowledge: City of Mountain View (12-square-mile) is fully mapped at high resolution. 49 AI and the Web Web crawling, search engines, information retrieval. Exploiting web-based content for other tasks: translation, text summarization, fact checking. Social networking, trend spotting. Recommendation systems. Etc

26 Final comments Come to class! Come prepared! Be willing to learn and work hard! For next class: Read chapters 1&2 in Russell & Norvig. Review the course syllabus. Questions? 51 26

COMP-424: Artificial intelligence. Lecture 2: Introduction to AI!

COMP-424: Artificial intelligence. Lecture 2: Introduction to AI! COMP 424 - Artificial Intelligence Lecture 2: Introduction to AI! Instructor: Joelle Pineau (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/comp424 Unless otherwise noted, all material

More information

What is Artificial Intelligence?

What is Artificial Intelligence? CSE 3401: Intro to Artificial Intelligence & Logic Programming Introduction Required Readings: Russell & Norvig Chapters 1 & 2. Lecture slides adapted from those of Fahiem Bacchus. 1 What is AI? What is

More information

CSC384 Intro to Artificial Intelligence

CSC384 Intro to Artificial Intelligence CSC384 Intro to Artificial Intelligence What is Artificial Intelligence? What is Intelligence? Are these Intelligent? CSC384, University of Toronto 3 What is Intelligence? Webster says: The capacity to

More information

COMP 590: Artificial Intelligence

COMP 590: Artificial Intelligence COMP 590: Artificial Intelligence Today Course overview What is AI? Examples of AI today Who is this course for? An introductory survey of AI techniques for students who have not previously had an exposure

More information

CSE 517A MACHINE LEARNING INTRODUCTION

CSE 517A MACHINE LEARNING INTRODUCTION CSE 517A MACHINE LEARNING INTRODUCTION Spring 2016 Marion Neumann Contents in these slides may be subject to copyright. Some materials are adopted from Killian Weinberger. Thanks, Killian! Machine Learning

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Chapter 1 Chapter 1 1 Outline What is AI? A brief history The state of the art Chapter 1 2 What is AI? Systems that think like humans Systems that think rationally Systems that

More information

Acting humanly: The Turing test. Artificial Intelligence. Thinking humanly: Cognitive Science. Outline. What is AI?

Acting humanly: The Turing test. Artificial Intelligence. Thinking humanly: Cognitive Science. Outline. What is AI? Acting humanly: The Turing test Artificial Intelligence Turing (1950) Computing machinery and intelligence : Can machines think? Can machines behave intelligently? Operational test for intelligent behavior:

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence Kalev Kask ICS 271 Fall 2014 http://www.ics.uci.edu/~kkask/fall-2014 CS271/ Course requirements Assignments: There will be weekly homework assignments, a project,

More information

Course Outline Department of Computing Science Faculty of Science. COMP 3710-3 Applied Artificial Intelligence (3,1,0) Fall 2015

Course Outline Department of Computing Science Faculty of Science. COMP 3710-3 Applied Artificial Intelligence (3,1,0) Fall 2015 Course Outline Department of Computing Science Faculty of Science COMP 710 - Applied Artificial Intelligence (,1,0) Fall 2015 Instructor: Office: Phone/Voice Mail: E-Mail: Course Description : Students

More information

CS440/ECE448: Artificial Intelligence. Course website: http://slazebni.cs.illinois.edu/fall15/

CS440/ECE448: Artificial Intelligence. Course website: http://slazebni.cs.illinois.edu/fall15/ CS440/ECE448: Artificial Intelligence Course website: http://slazebni.cs.illinois.edu/fall15/ Last time: What is AI? Definitions from Chapter 1 of the textbook: 1. Thinking humanly 2. Acting humanly 3.

More information

Learning is a very general term denoting the way in which agents:

Learning is a very general term denoting the way in which agents: What is learning? Learning is a very general term denoting the way in which agents: Acquire and organize knowledge (by building, modifying and organizing internal representations of some external reality);

More information

CHAPTER 15: IS ARTIFICIAL INTELLIGENCE REAL?

CHAPTER 15: IS ARTIFICIAL INTELLIGENCE REAL? CHAPTER 15: IS ARTIFICIAL INTELLIGENCE REAL? Multiple Choice: 1. During Word World II, used Colossus, an electronic digital computer to crack German military codes. A. Alan Kay B. Grace Murray Hopper C.

More information

The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better.

The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better. Syllabus Artificial Intelligence CSCI E-220 Fall 2012 Time Thursdays, 5:30-7:30pm Location Maxwell-Dworkin G135 Instructor Eric Breck (http://www-personal.umich.edu/~ebreck) Email ebreck@fas.harvard.edu

More information

Appendices master s degree programme Artificial Intelligence 2014-2015

Appendices master s degree programme Artificial Intelligence 2014-2015 Appendices master s degree programme Artificial Intelligence 2014-2015 Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability

More information

Artificial Intelligence and Robotics @ Politecnico di Milano. Presented by Matteo Matteucci

Artificial Intelligence and Robotics @ Politecnico di Milano. Presented by Matteo Matteucci 1 Artificial Intelligence and Robotics @ Politecnico di Milano Presented by Matteo Matteucci What is Artificial Intelligence «The field of theory & development of computer systems able to perform tasks

More information

Machine Learning. 01 - Introduction

Machine Learning. 01 - Introduction Machine Learning 01 - Introduction Machine learning course One lecture (Wednesday, 9:30, 346) and one exercise (Monday, 17:15, 203). Oral exam, 20 minutes, 5 credit points. Some basic mathematical knowledge

More information

Course 395: Machine Learning

Course 395: Machine Learning Course 395: Machine Learning Lecturers: Maja Pantic (maja@doc.ic.ac.uk) Stavros Petridis (sp104@doc.ic.ac.uk) Goal (Lectures): To present basic theoretical concepts and key algorithms that form the core

More information

PSYC 1000A General Psychology 2014-15, 1 st Term Department of Psychology The Chinese University of Hong Kong

PSYC 1000A General Psychology 2014-15, 1 st Term Department of Psychology The Chinese University of Hong Kong PSYC 1000A General Psychology 2014-15, 1 st Term Department of Psychology The Chinese University of Hong Kong 1. Course Description: What is the course about? This is a course introducing psychology, the

More information

Psychology 261, Winter 2013 Physiological Psychology

Psychology 261, Winter 2013 Physiological Psychology Psychology 261, Winter 2013 Physiological Psychology Time: Mon/Wed/Fri 9:30AM 10:20AM Place: RCH 101 Instructor: Roxane Itier Office: PAS 4023 Phone: (519) 888-4567 ext. 32629 E-mail: ritier@uwaterloo.ca

More information

Vorlesung Grundlagen der Künstlichen Intelligenz

Vorlesung Grundlagen der Künstlichen Intelligenz Vorlesung Grundlagen der Künstlichen Intelligenz Reinhard Lafrenz / Prof. A. Knoll Robotics and Embedded Systems Department of Informatics I6 Technische Universität München www6.in.tum.de lafrenz@in.tum.de

More information

Psychology 261, Fall 2012 Physiological Psychology

Psychology 261, Fall 2012 Physiological Psychology Last Updated: September 9 th, 2012 1 Psychology 261, Fall 2012 Physiological Psychology Class Time: Tuesdays & Thursdays, 11:30 12:50 Location: AL 113 Instructor: Candice Jensen Office: PAS 2248 Office

More information

Levels of Analysis and ACT-R

Levels of Analysis and ACT-R 1 Levels of Analysis and ACT-R LaLoCo, Fall 2013 Adrian Brasoveanu, Karl DeVries [based on slides by Sharon Goldwater & Frank Keller] 2 David Marr: levels of analysis Background Levels of Analysis John

More information

CS Master Level Courses and Areas COURSE DESCRIPTIONS. CSCI 521 Real-Time Systems. CSCI 522 High Performance Computing

CS Master Level Courses and Areas COURSE DESCRIPTIONS. CSCI 521 Real-Time Systems. CSCI 522 High Performance Computing CS Master Level Courses and Areas The graduate courses offered may change over time, in response to new developments in computer science and the interests of faculty and students; the list of graduate

More information

Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15

Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15 Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15 GENIVI is a registered trademark of the GENIVI Alliance in the USA and other countries Copyright GENIVI Alliance

More information

Graduate Co-op Students Information Manual. Department of Computer Science. Faculty of Science. University of Regina

Graduate Co-op Students Information Manual. Department of Computer Science. Faculty of Science. University of Regina Graduate Co-op Students Information Manual Department of Computer Science Faculty of Science University of Regina 2014 1 Table of Contents 1. Department Description..3 2. Program Requirements and Procedures

More information

Hyper-connectivity and Artificial Intelligence

Hyper-connectivity and Artificial Intelligence Hyper-connectivity and Artificial Intelligence How hyper-connectivity changes AI through contextual computing Chuan (Coby) M 04/03/15 Description of Major Sections Background Artificial intelligence (AI)

More information

Appendices master s degree programme Human Machine Communication 2014-2015

Appendices master s degree programme Human Machine Communication 2014-2015 Appendices master s degree programme Human Machine Communication 2014-2015 Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability

More information

Computational Cognitive Science. Lecture 1: Introduction

Computational Cognitive Science. Lecture 1: Introduction Computational Cognitive Science Lecture 1: Introduction Lecture outline Boring logistical details What is computational cognitive science? - Why is human cognition a puzzle? - What kinds of questions can

More information

Applications of Artificial Intelligence. Omark Phatak

Applications of Artificial Intelligence. Omark Phatak Applications of Artificial Intelligence Omark Phatak Applications of artificial intelligence (AI) are a convergence of cutting edge research in computer science and robotics. The goal is to create smart

More information

School of Computer Science

School of Computer Science School of Computer Science Computer Science - Honours Level - 2014/15 October 2014 General degree students wishing to enter 3000- level modules and non- graduating students wishing to enter 3000- level

More information

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski trakovski@nyus.edu.mk Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems

More information

CS 2750 Machine Learning. Lecture 1. Machine Learning. http://www.cs.pitt.edu/~milos/courses/cs2750/ CS 2750 Machine Learning.

CS 2750 Machine Learning. Lecture 1. Machine Learning. http://www.cs.pitt.edu/~milos/courses/cs2750/ CS 2750 Machine Learning. Lecture Machine Learning Milos Hauskrecht milos@cs.pitt.edu 539 Sennott Square, x5 http://www.cs.pitt.edu/~milos/courses/cs75/ Administration Instructor: Milos Hauskrecht milos@cs.pitt.edu 539 Sennott

More information

Programming Languages

Programming Languages Programming Languages Qing Yi Course web site: www.cs.utsa.edu/~qingyi/cs3723 cs3723 1 A little about myself Qing Yi Ph.D. Rice University, USA. Assistant Professor, Department of Computer Science Office:

More information

Fall 2012 Q530. Programming for Cognitive Science

Fall 2012 Q530. Programming for Cognitive Science Fall 2012 Q530 Programming for Cognitive Science Aimed at little or no programming experience. Improve your confidence and skills at: Writing code. Reading code. Understand the abilities and limitations

More information

2013 International Symposium on Green Manufacturing and Applications Honolulu, Hawaii

2013 International Symposium on Green Manufacturing and Applications Honolulu, Hawaii Green Robotics, Automation, and Machine Intelligence; a new Engineering Course in Sustainable Design Joseph T. Wunderlich, PhD College, PA, USA 2013 International Symposium on Green Manufacturing and Applications

More information

MACHINE LEARNING BASICS WITH R

MACHINE LEARNING BASICS WITH R MACHINE LEARNING [Hands-on Introduction of Supervised Machine Learning Methods] DURATION 2 DAY The field of machine learning is concerned with the question of how to construct computer programs that automatically

More information

EXECUTIVE SUPPORT SYSTEMS (ESS) STRATEGIC INFORMATION SYSTEM DESIGNED FOR UNSTRUCTURED DECISION MAKING THROUGH ADVANCED GRAPHICS AND COMMUNICATIONS *

EXECUTIVE SUPPORT SYSTEMS (ESS) STRATEGIC INFORMATION SYSTEM DESIGNED FOR UNSTRUCTURED DECISION MAKING THROUGH ADVANCED GRAPHICS AND COMMUNICATIONS * EXECUTIVE SUPPORT SYSTEMS (ESS) STRATEGIC INFORMATION SYSTEM DESIGNED FOR UNSTRUCTURED DECISION MAKING THROUGH ADVANCED GRAPHICS AND COMMUNICATIONS * EXECUTIVE SUPPORT SYSTEMS DRILL DOWN: ability to move

More information

Masters in Information Technology

Masters in Information Technology Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101

More information

ECE 297 Design and Communication. Course Syllabus, January 2015

ECE 297 Design and Communication. Course Syllabus, January 2015 ECE 297 Design and Communication Course Syllabus, January 2015 Lecturers and Office Hours: Design Communication Lecturer Vaughn Betz Ken Tallman Office Location 311 Engineering Annex Sanford Fleming, SF

More information

CPSC 340: Machine Learning and Data Mining. Mark Schmidt University of British Columbia Fall 2015

CPSC 340: Machine Learning and Data Mining. Mark Schmidt University of British Columbia Fall 2015 CPSC 340: Machine Learning and Data Mining Mark Schmidt University of British Columbia Fall 2015 Outline 1) Intro to Machine Learning and Data Mining: Big data phenomenon and types of data. Definitions

More information

Course Notes Psychology 271 Online. Course Introduction

Course Notes Psychology 271 Online. Course Introduction Course Notes Psychology 271 Online Course Introduction P a g e 2 Queen s University. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means,

More information

Draft dpt for MEng Electronics and Computer Science

Draft dpt for MEng Electronics and Computer Science Draft dpt for MEng Electronics and Computer Science Year 1 INFR08012 Informatics 1 - Computation and Logic INFR08013 Informatics 1 - Functional Programming INFR08014 Informatics 1 - Object- Oriented Programming

More information

Artificial Intelligence (AI)

Artificial Intelligence (AI) Overview Artificial Intelligence (AI) A brief introduction to the field. Won t go too heavily into the theory. Will focus on case studies of the application of AI to business. AI and robotics are closely

More information

History of Artificial Intelligence. Introduction to Intelligent Systems

History of Artificial Intelligence. Introduction to Intelligent Systems History of Artificial Intelligence Introduction to Intelligent Systems What is An Intelligent System? A more difficult question is: What is intelligence? This question has puzzled philosophers, biologists

More information

Introduction to predictive modeling and data mining

Introduction to predictive modeling and data mining Introduction to predictive modeling and data mining Rebecca C. Steorts Predictive Modeling and Data Mining: STA 521 August 25 2015 1 Today s Menu 1. Brief history of data science (from slides of Bin Yu)

More information

A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum

A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum Diane J. Cook and Lawrence B. Holder Department of Computer Science and Engineering Box 19015 University of Texas at Arlington

More information

CSE841 Artificial Intelligence

CSE841 Artificial Intelligence CSE841 Artificial Intelligence Dept. of Computer Science and Eng., Michigan State University Fall, 2014 Course web: http://www.cse.msu.edu/~cse841/ Description: Graduate survey course in Artificial Intelligence.

More information

PSYC 1200 Introduction to Psychology Syllabus

PSYC 1200 Introduction to Psychology Syllabus PSYC 1200 Introduction to Psychology Syllabus The field of psychology is relatively young, compared to other sciences, such as physics and biology. As you ll discover, the official beginning of psychology

More information

Artificial Intelligence for ICT Innovation

Artificial Intelligence for ICT Innovation 2016 ICT 산업전망컨퍼런스 Artificial Intelligence for ICT Innovation October 5, 2015 Sung-Bae Cho Dept. of Computer Science, Yonsei University http://sclab.yonsei.ac.kr Subjective AI Hype Cycle Expert System Neural

More information

Abdullah Mohammed Abdullah Khamis

Abdullah Mohammed Abdullah Khamis Abdullah Mohammed Abdullah Khamis Jeddah, Saudi Arabia Email: Abdullahkhamis@gmail.com Mobile: +966 567243182 Tel: +966 2 6340699 (Yemeni) Research and Professional Objective To Complete my Ph.D. in Pattern

More information

I N T E L L I G E N T S O L U T I O N S, I N C. DATA MINING IMPLEMENTING THE PARADIGM SHIFT IN ANALYSIS & MODELING OF THE OILFIELD

I N T E L L I G E N T S O L U T I O N S, I N C. DATA MINING IMPLEMENTING THE PARADIGM SHIFT IN ANALYSIS & MODELING OF THE OILFIELD I N T E L L I G E N T S O L U T I O N S, I N C. OILFIELD DATA MINING IMPLEMENTING THE PARADIGM SHIFT IN ANALYSIS & MODELING OF THE OILFIELD 5 5 T A R A P L A C E M O R G A N T O W N, W V 2 6 0 5 0 USA

More information

Network Machine Learning Research Group. Intended status: Informational October 19, 2015 Expires: April 21, 2016

Network Machine Learning Research Group. Intended status: Informational October 19, 2015 Expires: April 21, 2016 Network Machine Learning Research Group S. Jiang Internet-Draft Huawei Technologies Co., Ltd Intended status: Informational October 19, 2015 Expires: April 21, 2016 Abstract Network Machine Learning draft-jiang-nmlrg-network-machine-learning-00

More information

Bowdoin Computer Science

Bowdoin Computer Science Bowdoin Science What is computer science, what are its applications in other disciplines, and its impact in society? 101: Introduction to CS Pre-requisites: none Assumes no prior knowledge of programming

More information

MA2823: Foundations of Machine Learning

MA2823: Foundations of Machine Learning MA2823: Foundations of Machine Learning École Centrale Paris Fall 2015 Chloé-Agathe Azencot Centre for Computational Biology, Mines ParisTech chloe agathe.azencott@mines paristech.fr TAs: Jiaqian Yu jiaqian.yu@centralesupelec.fr

More information

Psych 211: Developmental Psychology WINTER 2013. Course Location : Arts Lecture Hall 116 Meeting Times: Mondays & Wednesdays, 4:30pm to 5:50pm

Psych 211: Developmental Psychology WINTER 2013. Course Location : Arts Lecture Hall 116 Meeting Times: Mondays & Wednesdays, 4:30pm to 5:50pm Psych 211: al Psychology WINTER 2013 Course Location : Arts Lecture Hall 116 Meeting Times: Mondays & Wednesdays, 4:30pm to 5:50pm Instructor: Mathieu Le Corre Office Number: PAS 4010 Office Hours: By

More information

Introduction to Machine Learning Lecture 1. Mehryar Mohri Courant Institute and Google Research mohri@cims.nyu.edu

Introduction to Machine Learning Lecture 1. Mehryar Mohri Courant Institute and Google Research mohri@cims.nyu.edu Introduction to Machine Learning Lecture 1 Mehryar Mohri Courant Institute and Google Research mohri@cims.nyu.edu Introduction Logistics Prerequisites: basics concepts needed in probability and statistics

More information

New Predictive Analysis Solutions for Health Care

New Predictive Analysis Solutions for Health Care New Predictive Analysis Solutions for Health Care More accurate forecasts of risk and cost for health care providers, payers, ACOs and Medical Home programs Leveraging HIT and Innovation to Support New

More information

Spring 2015: Gordon State College. Barnesville, GA Online Course: Econ 2106 Microeconomics. Course Meeting Time and Location: Internet (D2L)

Spring 2015: Gordon State College. Barnesville, GA Online Course: Econ 2106 Microeconomics. Course Meeting Time and Location: Internet (D2L) Spring 2015: Gordon State College. Barnesville, GA Online Course: Econ 2106 Microeconomics Course Meeting Time and Location: Internet (D2L) Tentative Syllabus- will have some changes as semester begins

More information

Machine Learning. CUNY Graduate Center, Spring 2013. Professor Liang Huang. huang@cs.qc.cuny.edu

Machine Learning. CUNY Graduate Center, Spring 2013. Professor Liang Huang. huang@cs.qc.cuny.edu Machine Learning CUNY Graduate Center, Spring 2013 Professor Liang Huang huang@cs.qc.cuny.edu http://acl.cs.qc.edu/~lhuang/teaching/machine-learning Logistics Lectures M 9:30-11:30 am Room 4419 Personnel

More information

Masters in Human Computer Interaction

Masters in Human Computer Interaction Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from

More information

Masters in Advanced Computer Science

Masters in Advanced Computer Science Masters in Advanced Computer Science Programme Requirements Taught Element, and PG Diploma in Advanced Computer Science: 120 credits: IS5101 CS5001 up to 30 credits from CS4100 - CS4450, subject to appropriate

More information

Course Design and Syllabus Construction

Course Design and Syllabus Construction Course Design and Syllabus Construction In pairs, compare your fall class syllabi What features do they have in common? What features are different? What is the purpose of each feature? Syllabus Requirements

More information

Masters in Artificial Intelligence

Masters in Artificial Intelligence Masters in Artificial Intelligence Programme Requirements Taught Element, and PG Diploma in Artificial Intelligence: 120 credits: IS5101 CS5001 CS5010 CS5011 CS4402 or CS5012 in total, up to 30 credits

More information

Online Computer Science Degree Programs. Bachelor s and Associate s Degree Programs for Computer Science

Online Computer Science Degree Programs. Bachelor s and Associate s Degree Programs for Computer Science Online Computer Science Degree Programs EDIT Online computer science degree programs are typically offered as blended programs, due to the internship requirements for this field. Blended programs will

More information

The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes

The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes NE5C-MT January 2015 NE5C-MT 1 Contents Section Slide

More information

About the Author. The Role of Artificial Intelligence in Software Engineering. Brief History of AI. Introduction 2/27/2013

About the Author. The Role of Artificial Intelligence in Software Engineering. Brief History of AI. Introduction 2/27/2013 About the Author The Role of Artificial Intelligence in Software Engineering By: Mark Harman Presented by: Jacob Lear Mark Harman is a Professor of Software Engineering at University College London Director

More information

Master of Science in Artificial Intelligence

Master of Science in Artificial Intelligence Master of Science in Artificial Intelligence Options: Engineering and Computer Science (ECS) Speech and Language Technology (SLT) Big Data Analytics (BDA) Faculty of Engineering Science Faculty of Science

More information

Design and Development of Electronic Prescription and Patient Information Systems for Developing World By

Design and Development of Electronic Prescription and Patient Information Systems for Developing World By Design and Development of Electronic Prescription and Patient Information Systems for Developing World By Dr Boniface Ekechukwu* and Chidi Obi **Dr Arinze Nweze* *Department of Computer Science, Nnamdi

More information

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving 3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving AIT Austrian Institute of Technology Safety & Security Department Christian Zinner Safe and Autonomous Systems

More information

Video Game Programming ITP 380 (4 Units)

Video Game Programming ITP 380 (4 Units) Video Game Programming ITP 380 (4 Units) Objective This course provides students with an in-depth introduction to technologies and techniques used in the game industry today. At semester s end, students

More information

INFS5873 Business Analytics. Course Outline Semester 2, 2014

INFS5873 Business Analytics. Course Outline Semester 2, 2014 UNSW Australia Business School School of Information Systems, Technology and Management INFS5873 Business Analytics Course Outline Semester 2, 2014 Part A: Course-Specific Information Please consult Part

More information

Government of Russian Federation. Faculty of Computer Science School of Data Analysis and Artificial Intelligence

Government of Russian Federation. Faculty of Computer Science School of Data Analysis and Artificial Intelligence Government of Russian Federation Federal State Autonomous Educational Institution of High Professional Education National Research University «Higher School of Economics» Faculty of Computer Science School

More information

INTRODUCTION TO MACHINE LEARNING 3RD EDITION

INTRODUCTION TO MACHINE LEARNING 3RD EDITION ETHEM ALPAYDIN The MIT Press, 2014 Lecture Slides for INTRODUCTION TO MACHINE LEARNING 3RD EDITION alpaydin@boun.edu.tr http://www.cmpe.boun.edu.tr/~ethem/i2ml3e CHAPTER 1: INTRODUCTION Big Data 3 Widespread

More information

Machine Learning. Chapter 18, 21. Some material adopted from notes by Chuck Dyer

Machine Learning. Chapter 18, 21. Some material adopted from notes by Chuck Dyer Machine Learning Chapter 18, 21 Some material adopted from notes by Chuck Dyer What is learning? Learning denotes changes in a system that... enable a system to do the same task more efficiently the next

More information

School of Kinesiology Faculty of Health Sciences Western University. KIN 2032b Research Design in Human Movement Science January to April 2016

School of Kinesiology Faculty of Health Sciences Western University. KIN 2032b Research Design in Human Movement Science January to April 2016 1 School of Kinesiology Faculty of Health Sciences Western University KIN 2032b Research Design in Human Movement Science January to April 2016 Instructor: Lindsay Nagamatsu, PhD Location: Natural Sciences

More information

Masters in Computing and Information Technology

Masters in Computing and Information Technology Masters in Computing and Information Technology Programme Requirements Taught Element, and PG Diploma in Computing and Information Technology: 120 credits: IS5101 CS5001 or CS5002 CS5003 up to 30 credits

More information

Masters in Networks and Distributed Systems

Masters in Networks and Distributed Systems Masters in Networks and Distributed Systems Programme Requirements Taught Element, and PG Diploma in Networks and Distributed Systems: 120 credits: IS5101 CS5001 CS5021 CS4103 or CS5023 in total, up to

More information

INFS5991 BUSINESS INTELLIGENCE METHODS. Course Outline Semester 1, 2015

INFS5991 BUSINESS INTELLIGENCE METHODS. Course Outline Semester 1, 2015 Business School School of Information Systems, Technology and Management INFS5991 BUSINESS INTELLIGENCE METHODS Course Outline Semester 1, 2015 Part A: Course-Specific Information Please consult Part B

More information

Fluency in Information Technology

Fluency in Information Technology Fluency in Information Technology Bulletin Description The nature of computers, their capabilities, and limitations. How computers work, popular applications, problem-solving skills, algorithms and programming.

More information

Lecture 1: Introduction to Reinforcement Learning

Lecture 1: Introduction to Reinforcement Learning Lecture 1: Introduction to Reinforcement Learning David Silver Outline 1 Admin 2 About Reinforcement Learning 3 The Reinforcement Learning Problem 4 Inside An RL Agent 5 Problems within Reinforcement Learning

More information

1 What is Machine Learning?

1 What is Machine Learning? COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #1 Scribe: Rob Schapire February 4, 2008 1 What is Machine Learning? Machine learning studies computer algorithms for learning to do

More information

ARTIFICIAL INTELLIGENCE METHODS IN EARLY MANUFACTURING TIME ESTIMATION

ARTIFICIAL INTELLIGENCE METHODS IN EARLY MANUFACTURING TIME ESTIMATION 1 ARTIFICIAL INTELLIGENCE METHODS IN EARLY MANUFACTURING TIME ESTIMATION B. Mikó PhD, Z-Form Tool Manufacturing and Application Ltd H-1082. Budapest, Asztalos S. u 4. Tel: (1) 477 1016, e-mail: miko@manuf.bme.hu

More information

Gogebic Community College PSY 111 HONORS GENERAL PSYCHOLOGY SYLLABUS FALL, 2015. Section 01; room A326; 10:10:53 MW and 10:11:53 a.m.

Gogebic Community College PSY 111 HONORS GENERAL PSYCHOLOGY SYLLABUS FALL, 2015. Section 01; room A326; 10:10:53 MW and 10:11:53 a.m. Gogebic Community College PSY 111 HONORS GENERAL PSYCHOLOGY SYLLABUS FALL, 2015 Section 01; room A326; 10:10:53 MW and 10:11:53 a.m. T INSTRUCTOR: Tricia Cullen OFFICE: A314 PHONE: 906.932.4231, ext. 290

More information

Chapter 11. Managing Knowledge

Chapter 11. Managing Knowledge Chapter 11 Managing Knowledge VIDEO CASES Video Case 1: How IBM s Watson Became a Jeopardy Champion. Video Case 2: Tour: Alfresco: Open Source Document Management System Video Case 3: L'Oréal: Knowledge

More information

Machine Learning and Data Mining. Fundamentals, robotics, recognition

Machine Learning and Data Mining. Fundamentals, robotics, recognition Machine Learning and Data Mining Fundamentals, robotics, recognition Machine Learning, Data Mining, Knowledge Discovery in Data Bases Their mutual relations Data Mining, Knowledge Discovery in Databases,

More information

Introduction to Psychology

Introduction to Psychology I V Y T E C H C O M M U N I T Y C O L L E G E Introduction to Psychology P S Y C 1 0 1-0 0 K F A L L 2 0 1 1 I N S T R U C T O R : Rebecca Rahschulte O F F I C E : Lawrenceburg Room 406 O F F I C E H O

More information

Activities and Assignments. Chapter 1: 2-14, 24-27. Vocabulary Quiz 01. Chapter 2: 29-66. Vocabulary Quiz 02. Vocabulary Quiz 03

Activities and Assignments. Chapter 1: 2-14, 24-27. Vocabulary Quiz 01. Chapter 2: 29-66. Vocabulary Quiz 02. Vocabulary Quiz 03 MASTER PSYCH 261 Online - Syllabus - Course Schedule IMPORTANT: ALL TIMES EASTERN - Please see the University Policies section of your Syllabus for details. Week Module Readings and Other Assigned Material

More information

SLHS 1301W The Physics and Biology of the Spoken Language. Spring Semester 2010

SLHS 1301W The Physics and Biology of the Spoken Language. Spring Semester 2010 SLHS 1301W The Physics and Biology of the Spoken Language Spring Semester 2010 Lectures: MWF 10:10 am 11:00 am (20 Shevlin) Instructor: Yang Zhang, Ph.D., Assistant Professor E-mail: zhang470@umn.edu Phone:

More information

Faculty of Science School of Mathematics and Statistics

Faculty of Science School of Mathematics and Statistics Faculty of Science School of Mathematics and Statistics MATH5836 Data Mining and its Business Applications Semester 1, 2014 CRICOS Provider No: 00098G MATH5836 Course Outline Information about the course

More information

Knowledge-based systems and the need for learning

Knowledge-based systems and the need for learning Knowledge-based systems and the need for learning The implementation of a knowledge-based system can be quite difficult. Furthermore, the process of reasoning with that knowledge can be quite slow. This

More information

CAS 464/464-L: Advanced Practicum in Early Childhood

CAS 464/464-L: Advanced Practicum in Early Childhood CAS 464/464-L: Advanced Practicum in Early Childhood Meetings Class: Tuesdays 7:00 9:00 PM Lab/Fieldwork: To be arranged Professor: Phone: 714-278-2930 Office Hours: Monday 2:00-3:00 PM & Tuesday 6:00-7:00

More information

Improving Decision Making and Managing Knowledge

Improving Decision Making and Managing Knowledge Improving Decision Making and Managing Knowledge Decision Making and Information Systems Information Requirements of Key Decision-Making Groups in a Firm Senior managers, middle managers, operational managers,

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence 1st year undergraduate degrees with AI and/or CS http://www.cs.bham.ac.uk/~jxb/iai.html Lecturer: Dr. John A. Bullinaria http://www.cs.bham.ac.uk/~jxb John A. Bullinaria,

More information

Financial Optimization ISE 347/447. Preliminaries. Dr. Ted Ralphs

Financial Optimization ISE 347/447. Preliminaries. Dr. Ted Ralphs Financial Optimization ISE 347/447 Preliminaries Dr. Ted Ralphs ISE 347/447 Preliminaries 1 Introductory Stuff Welcome! Class Meeting Time Office Hours TBD Surveys ISE 347/447 Preliminaries 2 What will

More information

COURSE OBJECTIVES AND STUDENT LEARNING OUTCOMES:

COURSE OBJECTIVES AND STUDENT LEARNING OUTCOMES: Psychology 2301: General Psychology Blinn College, Spring 2011 Course Syllabus Section N4 Instructor: Barbara Corbisier, M.A., M.S. Office Hours: A238 T/TH 10-noon or by appt. Office Phone: 209-7314 email:

More information

Psychology 201: Mind and Brain Winter 2014 (CRN # 26347), Mon/Wed 4:00-5:50, 150 Columbia

Psychology 201: Mind and Brain Winter 2014 (CRN # 26347), Mon/Wed 4:00-5:50, 150 Columbia Psychology 201: Mind and Brain Winter 2014 (CRN # 26347), Mon/Wed 4:00-5:50, 150 Columbia Instructor: Dr. Margaret Sereno 330 LISB, 346-4915, msereno@uoregon.edu Office hours: Tues 4:00-5:30 or by appointment

More information

EDF 6211 Educational Psychology

EDF 6211 Educational Psychology EDF 6211 Educational Psychology Instructor: Dr. Sharon McGee Time: Tuesday 5:00-7:40 Home: 305-253-8757 Email: smcgee@dadeschools.net Room: GC 285 Office Hours: Before and after class General Course Description

More information

Course of Study for the Robotics Ph.D. Program

Course of Study for the Robotics Ph.D. Program Course of Study for the Robotics Ph.D. Program by the Faculty of the Ph.D. Program in Robotics Carnegie Mellon University Pittsburgh, Pennsylvania 15213 Revised May 2014 and applied ongoing from August

More information

Doctor of Philosophy in Computer Science

Doctor of Philosophy in Computer Science Doctor of Philosophy in Computer Science Background/Rationale The program aims to develop computer scientists who are armed with methods, tools and techniques from both theoretical and systems aspects

More information