Artificial Intelligence, P.II

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Introduction to Machine Learning BITS C464/BITS F464
Artificial Intelligence By: David Hunt Lee Evans Jonathan Moreton Rachel Moss.
Business Analytics BI applications to support human and automated decision making Business Analytics—predict future outcomes Decision Support Systems.
Computational Methods for Data Analysis
Tools: Computers and IT. VB, VBA, Excel, InterDev, Etc. Humans: Decision Making Process Algorithms: Math/Flow Chart stuff that helps the tools help the.
Artificial Intelligence
Chapter 4 DECISION SUPPORT AND ARTIFICIAL INTELLIGENCE
ETHEM ALPAYDIN © The MIT Press, Lecture Slides for.
The Decision-Making Process IT Brainpower
Introduction to Neural Network Justin Jansen December 9 th 2002.
Chapter 12: Intelligent Systems in Business
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
Chapter 5 Data mining : A Closer Look.
Artificial Intelligence
Introduction to machine learning
What is Machine Learning?
TURKISH STATISTICAL INSTITUTE INFORMATION TECHNOLOGIES DEPARTMENT (Muscat, Oman) DATA MINING.
CS Machine Learning. What is Machine Learning? Adapt to / learn from data  To optimize a performance function Can be used to:  Extract knowledge.
CHAPTER 11 Managerial Support Systems. CHAPTER OUTLINE  Managers and Decision Making  Business Intelligence Systems  Data Visualization Technologies.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 4 Analytics, Decision Support, and Artificial Intelligence:
Data Mining Dr. Chang Liu. What is Data Mining Data mining has been known by many different terms Data mining has been known by many different terms Knowledge.
Lecture 2: Introduction to Machine Learning
4-1 Chapter 4 Decision Support and Artificial Intelligence Brainpower for Your Business.
Computer Brainpower How Can You Use Your Computer to Help You Think? Chapter 15.
Artificial Intelligence Robbie Nakatsu AIMS 2710.
Introduction to Machine Learning MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way Based in part on notes from Gavin Brown, University of Manchester.
MACHINE LEARNING 張銘軒 譚恆力 1. OUTLINE OVERVIEW HOW DOSE THE MACHINE “ LEARN ” ? ADVANTAGE OF MACHINE LEARNING ALGORITHM TYPES  SUPERVISED.
Machine Learning An Introduction. What is Learning?  Herbert Simon: “Learning is any process by which a system improves performance from experience.”
Outline What Neural Networks are and why they are desirable Historical background Applications Strengths neural networks and advantages Status N.N and.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
Lecture 10: 8/6/1435 Machine Learning Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
1 Machine Learning 1.Where does machine learning fit in computer science? 2.What is machine learning? 3.Where can machine learning be applied? 4.Should.
AN INTELLIGENT AGENT is a software entity that senses its environment and then carries out some operations on behalf of a user, with a certain degree of.
Week 1 - An Introduction to Machine Learning & Soft Computing
Data Mining: Knowledge Discovery in Databases Peter van der Putten ALP Group, LIACS Pre-University College LAPP-Top Computer Science February 2005.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
Introduction Welcome Machine Learning.
ARTIFICIALINTELLIGENCE ARTIFICIAL INTELLIGENCE EXPERT SYSTEMS.
MIS2502: Data Analytics Advanced Analytics - Introduction.
O NCE TRADING BEGINS, PLEASE ALLOW IT TO TRADE O NCE TRADING BEGINS, PLEASE ALLOW IT TO TRADE B E REALISTIC WITH YOUR EXPECTATIONS B E REALISTIC WITH.
Artificial Intelligence, simulation and modelling.
Machine Learning. Definition Machine learning is a subfield of computer science that evolved from the study of pattern recognition and computational.
Introduction to Classification & Clustering Villanova University Machine Learning Lab Module 4.
Business Analytics Several odds and ends Copyright © 2016 Curt Hill.
How do you get here?
Bennie D Waller, Longwood University Bennie D. Waller Longwood University 201 High Street Farmville, VA Intelligent Information Systems.
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
First Lecture of Machine Learning Hung-yi Lee. Learning to say “yes/no” Binary Classification.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Teck Chia Partner, Exponent.vc
Machine Learning, Bio-informatics and Weka
Introduction to Artificial Intelligence
MIS2502: Data Analytics Advanced Analytics - Introduction
Intro to Machine Learning
Application Areas of Artificial Intelligence(AI)
CH. 1: Introduction 1.1 What is Machine Learning Example:
ARTIFICIAL INTELLIGENCE.
MACHINE LEARNING.
What is Pattern Recognition?
Course Instructor: knza ch
Artificial Intelligence Includes:
Integrating Deep Learning with Cyber Forensics
Principles of Computing – UFCFA3-30-1
Machine Learning Algorithms – An Overview
Artificial Intelligence
Artificial Intelligence in Medicine
CS+Social Good.
Machine learning CS 229 / stats 229
Presentation transcript:

Artificial Intelligence, P.II Robbie Nakatsu AIMS 2710

Machine Learning Field of study (a subfield of AI) that gives computers the ability to learn without being explicitly programmed (Arthur Samuel, 1959) Example: Checkers playing program that sees tens of thousands of examples of board positions, and learns over time what the good positions are. Machine Learning in Data Science is about learning from data: the analysis of data to find useful or informative patterns.

Types of Machine Learning Problems Regression problems (predicting continuous-valued outcome) Predicting price of home from its size Predicting price of home based on multiple variables (size, year built, location, condition of the building, etc) Classification problems (predicting discrete-valued outcome) Determining malignancy of a tumor based on its size Determining malignancy of a tumor based on multiple variables (size, age of patient, uniformity of tumor, etc.)

Housing Price Prediction in 1000’s Size in feet2 Regression: predict continuous valued output (price) from home size

Understanding Regression Regression is concerned with specifying the relationship between a single numeric dependent variable (the value to be predicted) and one or more numeric independent variables (the predictors). Fit the best line: y = β0 + β1x Fit the best quadratic equation: y = β0 + β1x + β2x2 In the previous example, y is the price, and x is the size of the home.

Housing Price Prediction

Tumor Malignancy Prediction X’s represent malignant cases O’s represent benign cases Classification: predict discrete valued output (tumor malignancy) from age and tumor size

Examples of Prediction Problems A credit card company wants to predict whether a credit card transaction is fraudulent or not. A company that sells ice cream wants to predict how much ice cream to produce over the summer months (June – August). A software company wants to design an email spam filter to predict whether an email is spam or not. A marketing researcher has customer data and wants to predict who among the customers are the most profitable. Which of the above are classification problems and which are regression problems?

A Neural Network is a type of machine learning that is patterned after the human brain. It is capable of learning to recognize patterns and relationships in the data it processes. A neural network can simulate the human ability to classify things based on the experience of seeing many examples. Neural networks must first be “trained” to recognize the patterns.

A Neural Network can perform pattern recognition tasks like: Reading handwriting Speech recognition Detecting abnormal patterns in electrocardiographs Image analysis/object recognition All the above are examples of classification tasks involving noisy data.

Patterned after the human brain: brain cells, or neurons, interconnected in a network

An Intelligent Agent is an artificial intelligence system that can move around your computer or network performing repetitive tasks independently, adapting itself to your preferences. An intelligent agent is like a travel agent in that it performs tasks that you stipulate.

Examples Intelligent search engines Personal assistants Search engines that know who you are, your preferences, where you are, who your friends are, etc. Personal assistants Check and filter your e-mails Search the web and collect important news items for you

Intelligent Agent Characteristics Autonomy Adaptivity Sociability

A Robot That Lacks Autonomy

Autonomous Cars Minority Report Spiders

The Promise and Limitations of AI IBM’s Deep Blue (AI program that beat the world chess champion) and Watson (Jeopardy playing computer) were crowning AI achievements that represented milestones in intelligent computing. However, we have no computers that are capable of “thinking” like humans.

Augmented Intelligence: Partnering Machine with Man Creating human-computer partnerships may be more powerful than the pursuit of machines that can think on their own. Under this view, AI does not become a replacement for humans. Humans are better than computers at performing certain tasks. Computers are good at processing a lot of data very quickly.

Example: Partner Watson with Human Doctors One project involved using the machine to work in partnership with doctors on cancer treatment plans. The Watson system was fed more than 2 million pages from medical journals, and could search up to 1.5 million patient records. The system provides recommendations, but doctors can critique the recommendations based on their own intuition, experience, and know-how.

Recap and Summary Types of decisions Decision Support Systems OLAP (online analytical processing) Supporting groups with technology Expert Systems Machine Learning including Neural Networks Intelligent Agents Human-Computer partnerships are the future of AI