Artificial intelligence, simulation and modelling Append to your document pcet.doc See W:\IST\Mr Charles\pcet\pcet6.doc for images 01/06/09 PCE&T.

Slides:



Advertisements
Similar presentations
Chapter 09 AI techniques in different game genres (Puzzle/Card/Shooting)
Advertisements

Artificial Intelligence
Applications of Embedded systems, Smart systems, A.I.
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,
MIS INTELLIGENT INFORMATION SYSTEMS CHAPTER 13 Att and future
Premier Director Document Imaging
Chapter Eleven Artificial Intelligence II: Operational Perspective.
Artificial Intelligence
Will Androids Dream of Electric Sheep? A Glimpse of Current and Future Developments in Artificial Intelligence Henry Kautz Computer Science & Engineering.
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Chapter 13 Artificial Intelligence. Introduction Artificial intelligence (AI) is the part of computer science that attempts to make computers act like.
Artificial intelligence 4 Expert systems 4 Neural nets 4 Data base mining.
Artificial Neural Networks (ANNs)
Chapter 12: Intelligent Systems in Business
بسم الله الرحمن الرحيم معالج الحروف الضوئي OCR. Introduction Definition : OCR stands for O ptical C haracter R ecognition refers to the branch of computer.
ICT in Healthcare Expert Systems.
Artificial Intelligence
3.11 Robotics, artificial intelligence and expert systems Strand 3 Karley Holland.
Sequencing Miss Regan. Blood Hound  Does anyone know what the Bloodhound project is?  Video 1 Video 1  Video 2 Video 2  Link to website Link to website.
Chapter 7 Artificial Neural Networks
CHAPTER 11 Managerial Support Systems. CHAPTER OUTLINE  Managers and Decision Making  Business Intelligence Systems  Data Visualization Technologies.
Chapter 13: Is Artificial Intelligence Real?
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Department of Information Technology Indian Institute of Information Technology and Management Gwalior AASF hIQ 1 st Nov ‘09 Department of Information.
The impact of technology on the environment Append to your document pcet.doc See W:\IST\Mr Charles\pcet\pcet10.doc for images 16/06/09 PCE&T.
Introduction GAM 376 Robin Burke Winter Outline Introductions Syllabus.
(CMSC5720-1) MSC projects by Prof K.H. Wong (21 July2014) (shb907) MSC projects supervised by Prof.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Course Instructor: K ashif I hsan 1. Chapter # 2 Kashif Ihsan, Lecturer CS, MIHE2.
Neural Networks Dr. Thompson March 19, Artificial Intelligence Robotics Computer Vision & Speech Recognition Expert Systems Pattern Recognition.
I Robot.
Natural intelligence Artificial intelligence (AI) History of AI Characteristics of AI system AI tasks AI roots and applications.
Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS. What is Knowledge? Data: Raw facts, e.g., Annual Expenses = $2 million Information: Data given context,
Storage capacity and Moore’s Law Computer size and cost Convergence of technologies The nature of work and study The paperless office Append to your document.
WEEK INTRODUCTION IT440 ARTIFICIAL INTELLIGENCE.
Fundamentals of Information Systems, Third Edition1 The Knowledge Base Stores all relevant information, data, rules, cases, and relationships used by the.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
Convergence of technologies The nature of work and study The paperless office Append to your document pcet.doc Images on W:drive and Edmodo 29/03/11 PCE&T.
ARTIFICIALINTELLIGENCE ARTIFICIAL INTELLIGENCE EXPERT SYSTEMS.
CHAPTER 11 MANAGING KNOWLEDGE
Authoring and Multimedia Append to your document pcet.doc See W:\IST\Mr Charles\pcet\pcet7.doc for images 03/06/09 PCE&T.
NATURAL LANGUAGE PROCESSING Zachary McNellis. Overview  Background  Areas of NLP  How it works?  Future of NLP  References.
Fundamentals of Information Systems, Third Edition 1 Information and Decision Support Systems: Management Information Systems Management information system.
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.
Section 2B. Objectives List two reasons why some people prefer alternative methods of input over a standard keyboard or mouse. List three categories of.
CSCI 101 Rouda’s Sections.  Application Software  Microsoft Word  Photoshop  Business Software  Inventory and Shipping control  Financial Analysis.
Artificial Intelligence, simulation and modelling.
  Computer vision is a field that includes methods for acquiring,prcessing, analyzing, and understanding images and, in general, high-dimensional data.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
NEURAL NETWORKS. An extremely simplified model of the brain !
Introduction to Machine Learning, its potential usage in network area,
MATLAB® An Introduction.
Organization and Knowledge Management
Fourth Generation Present: Microprocessors
POPULAR TYPES OF AUTOMATION SYSTEMS
What is an ANN ? The inventor of the first neuro computer, Dr. Robert defines a neural network as,A human brain like system consisting of a large number.
SPECIALIZED APPLICATION SOFTWARE
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
کتابهای تازه خریداری شده دروس عمومی 1397
Is Artificial Intelligence Real?
کتابهای خریداری شده دروس عمومی 1397
Artificial Intelligence
Introduction.
AI Application Session 12
Technology of Data Glove
Presentation transcript:

Artificial intelligence, simulation and modelling Append to your document pcet.doc See W:\IST\Mr Charles\pcet\pcet6.doc for images 01/06/09 PCE&T

1.Artificial intelligence, simulation and modelling Human thought and interaction have been a dream for a long time. This has not eventuated. Computers are good at calculating and this power is used to simulate human interaction Pattern matching is used after a document has been scanned to identify characters. This is called OCR (Optical Character Recognition). Recent development have included face recognition in airports to identify criminals Language translation sites are becoming more useful and powerful Voice recognition used by computers has developed slowly with minimal use. An area of usage is call centre automation where the user attempts to ask for a service The Sims

1.Continued… Expert systems are computer program that perform diagnostic functions. The are common in hospitals for diagnosing medical conditions. The are also used in Telstra to fault find network problems. Expert system use rules developed by experts. Neural networks use trial and error to guess outcomes. They operate similar to the human brain and are used to identify signatures and heart attack risk

2.Class Task Research and describe in one paragraph an example of an ‘expert system’ (rules set by a SME Subject matter Expert) and a ‘neural network’ Examples may come from industries such as Defence Mobile phone engineering Automotive engine management system Rail network planning Real estate Airport scheduling Gaming Share market trading Medical diagnostics

If (Clock.Hour < 12) Then TextWindow.WriteLine("Good Morning World") EndIf If (Clock.Hour >= 12) Then TextWindow.WriteLine("Good Evening World") EndIf If (Clock.Hour < 12) Then TextWindow.WriteLine("Good Morning World") TextWindow.WriteLine("How was your breakfast") EndIf If (Clock.Hour >= 12) Then TextWindow.WriteLine("Good Evening World") EndIf

i = 1 start: TextWindow.WriteLine(i) i = i + 1 If (i < 25) Then Goto start EndIf For i = 10 To 1 Step -1 TextWindow.WriteLine(i) EndFor

TextWindow.Write("Enter a number: ") num = TextWindow.ReadNumber() remainder = Math.Remainder(num, 2) If (remainder = 0) Then TextWindow.WriteLine("The number is Evan") Else TextWindow.WriteLine("The number is Odd") EndIf