Review of AI from Chapter 3. Journal May 13  What advantages and disadvantages do you see with using Expert Systems in real world applications like business,

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 5 Input and Output.
Advertisements

Input Jeopardy The Keyboard Pointing Devices Pictures and Sounds Scanners and Readers Grab Bag $100100$100100$100100$100100$ $200200$200200$200200$200200$
Chapter 5 Input and Output. What Is Input? What is input? p. 166 Fig. 5-1 Next  Input device is any hardware component used to enter data or instructions.
Automatic Data Capture Devices & Methods
Input & Output Devices ASHIMA KALRA.
Commercial Data Processing Lesson 2: The Data Processing Cycle.
Input to the Computer * Input * Keyboard * Pointing Devices
Lesson 4 Alternative Methods Of Input.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
AUTOMATIC DATA CAPTURE  a term to describe technologies which aim to immediately identify data with 100 percent accuracy.
بسم الله الرحمن الرحيم معالج الحروف الضوئي OCR. Introduction Definition : OCR stands for O ptical C haracter R ecognition refers to the branch of computer.
Complete the below… Input Complete the below… Processing Input Complete the below…
CP1610: Introduction to Computer Components
3.11 Robotics, artificial intelligence and expert systems Strand 3 Karley Holland.
Chapter 5 Input. What Is Input? What are the input devices? Input device is any hardware component used to enter data or instructions Data or instructions.
IT Introduction to Information Technology CHAPTER 05 - INPUT.
INPUT DEVICES. KEYBOARD Most common input device for a computer.
   Input Devices Main Memory Backing Storage PROCESSOR
Chapter 12 Designing the Inputs and User Interface.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Terms 2 Terms 3 Terms 4 Terms 5 Terms.
: Chapter 1: Introduction 1 Montri Karnjanadecha ac.th/~montri Principles of Pattern Recognition.
Input, Chapter 4 ITSC 1401, Intro to Computers Instructor: Glenda H. Easter.
Alternative Input Devices Part B There will be a test on this information (both part a & b).
AS Module 2 Information; Management and Management and Manipulation or what to do with data, how to do it, and……... ensure it provides useful information.
Input Devices Manual and Automatic By Laura and Gracie.
Input Devices.
1 Interacting with your computer Chapter 3 Mailto: Web :
Computer main parts. Hardware  It refers to all physical parts of a computer system.
Unit 1_9 Human Computer Interface. Why have an Interface? The user needs to issue instructions Problem diagnosis The Computer needs to tell the user what.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Terms 2 Terms 3 Terms 4 Terms 5 Terms.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
COMPUTER PARTS AND COMPONENTS INPUT DEVICES
Intro to Scanners. A scanner works by creating a digital image. When you scan a document, you are making a picture of it. This digital image can be used.
Specialized Input and Output. Inputting Sound ● The microphone is the most basic device for inputting sounds into a computer ● Microphones capture sounds.
Peter Norton, 6 th edition By: Rena Essa. Lesson 3A:Using the Keyboard and Mouse.
Win OS & Hardware. Input Getting data into the computer.
PRESENTATION ON BIOMETRICS
Higher Vision, language and movement. Strong AI Is the belief that AI will eventually lead to the development of an autonomous intelligent machine. Some.
Specialized Input Devices
Computers Storage and Input/Output Devices Input and Output Devices Input device – converts our commands and data into a form a computer can understand.
Collecting.  What are some Tools for Information Processes?  Collecting is the information process that involves deciding what to collect, locating.
Section 2B. Objectives List two reasons why some people prefer alternative methods of input over a standard keyboard or mouse. List three categories of.
Chapter 2 HAEDWAER.
INPUT DEVICES. Keyboard & Mouse  Keyboard: Enter text and commands  Mouse: Point, Select & enter Commands.
The Big Picture Things to think about What different ways are there to collect information automatically? What are the advantages and disadvantages of.
QSREALM.BLOGSPOT.COM Input Output Devices. QSREALM.BLOGSPOT.COM Input – Output Devices Also known as Peripheral Devices. These surround a computer’s CPU.
Introduction to Input Devices. Input Devices Units that gather information and transform that information into a series of electronic signals for the.
Chapter 14 Working with Graphics
Input devices Device that accepts data and instructions from the outside world Keyboard Mouse Trackball Joystick Light pen Touch Screen Scanner Bar code.
Input & Output Devices ASHIMA KALRA.
Lesson 4 Alternative Methods Of Input.
A device tat transfers data from the outside world into a computer
Chp 4: Input and Output Devices
Presentation of Input & Output Devices
Alternative Methods Of Input
MAGNETIC STRIPE READER
Input and output devices for visually impaired users
Standard Methods of Input.
Designing the Inputs and User Interface
Digital Video Library - Jacky Ma.
Methods of Computer Input and Output
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
LECTURE Course Name: Computer Application
Lesson 4 Alternative Methods Of Input.
McGraw-Hill Technology Education
Inputting Data In Other Ways
Introduction to Computers
Lesson 4 Alternative Methods Of Input.
Introduction to Computers
Presentation transcript:

Review of AI from Chapter 3

Journal May 13  What advantages and disadvantages do you see with using Expert Systems in real world applications like business, industry, medicine, etc.?

Review of Expert Systems  What is an expert system?  What are some components of expert systems?  Knowledge base  If-then rules  Interface  How the user is interacting with the system  Process for matching, selecting, and executing the rules  This is called an inference engine

Pattern Recognition  Identifying recurring patterns in input data with the goal of understanding or categorizing that input  Where have we seen Pattern Recognition before?  OCR  CAPTCHA  Remember CAPTCHA is an image, not text

Optical Character Recognition  Locating and identifying printed characters embedded in an image, allowing the text to be stored as an editable document. OCR can be performed by wand readers, pen scanners, and OCR software.

Steps for OCR  How do OCRs work?  First step is to scan the image of the page into the computer’s memory with a scanner, digital camera, or fax modem  Remember that the scanned image is nothing more than a series of bits (0s or 1s) in memory  Before the computer can process the text on the page, it needs to recognize the individual characters  OCR software scans the scanned image, locating and identifying each character, comparing them to a database of stored characters  When a match with close enough likeness is found, a text version of that character is then inputted into a new document

Why is OCR not perfect?  Handwriting lacks consistency  Scan of paper may be of poor quality  Older documents may be faded or pages off color  Outdated database of characters  How do OCRs overcome this?  Segmentation of the page  Expert systems  Using knowledge base to recognize rules that distinguish character  Context experts  Feedback from humans-CAPTCHA

Speech Recognition/Text-to-speech  These softwares also use AI in order to work properly  Speech recognition uses techniques similar to OCR  Segmentation of input sounds into individual words and phonemes  Expert rules for interpreting sounds  Context experts  Learning for human trainers  Remember that training speech recognition is becoming less common due to advances made by companies like Google  What does Google do?

Image Analysis  One of the most difficult tasks to accomplish for computers is Image Analysis  Used for everything from:  Autofocusing cameras on humans  Piloting cruise missiles  Security programs (biometrics)  Space technology (Mars rover)  Robotics

Complications with Image Analysis  Masses of irrelevant data  Objects that partially cover other objects  Indistinct edges  Changes in light and shadows  Changes in the scene as objects move  Face recognition Face recognition