Artificial Intelligence By: David Hunt Lee Evans Jonathan Moreton Rachel Moss.

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

Information and Software Technology Option: Artificial intelligence, simulation and modelling.
Artificial Intelligence
Information and Software Technology
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
ITEC 1010 Information and Organizations Artificial Intelligence.
Introduction to AI Kaziwa H. Saleh. What is AI? John McCarthy defines AI as “the science and engineering to make intelligent machines”. AI is the study.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
4 Intelligent Systems.
Presentation By: Tripti Negi Priyanka Kapil gogia Gurpeet Singh.
WHAT IS ARTIFICIAL INTELLIGENCE?
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
Artificial Intelligence
3.11 Robotics, artificial intelligence and expert systems Strand 3 Karley Holland.
Artificial Intelligence
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Chapter 10 Artificial Intelligence. © 2005 Pearson Addison-Wesley. All rights reserved 10-2 Chapter 10: Artificial Intelligence 10.1 Intelligence and.
What is Artificial Intelligence? AI is the effort to develop systems that can behave/act like humans. Turing Test The problem = unrestricted domains –human.
Artificial Intelligence
intelligence study and design of intelligent agentsis the intelligence of machines and the branch of computer science that aims to create it. AI textbooks.
THE HISTORY OF NATURAL LANGUAGE PROCESSING (NLP) By: Ryan Lichtig.
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
The Von Neumann Model The approach to solving problems is to process a set of instructions and data stored in locations. The instructions are processed.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
Succeeding with Technology: Second Edition
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
NEURAL - FUZZY LOGIC FOR AUTOMATIC OBJECT RECOGNITION.
I Robot.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
WEEK INTRODUCTION IT440 ARTIFICIAL INTELLIGENCE.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
Artificial Intelligence IES 503 Asst. Prof. Dr. Senem Kumova Metin.
Higher Vision, language and movement. Strong AI Is the belief that AI will eventually lead to the development of an autonomous intelligent machine. Some.
ARTIFICIALINTELLIGENCE ARTIFICIAL INTELLIGENCE EXPERT SYSTEMS.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Presented by:- Reema Tariq Artificial Intelligence.
ARTIFICIAL INTELLIGENCE include people, procedures, hardware, software, data and knowledge needed to develop computer systems and machines that demonstrated.
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
Artificial Intelligence, simulation and modelling.
1 Artificial Intelligence & Prolog Programming CSL 302.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Classification of models
Artificial Intelligence, P.II
Fundamentals of Information Systems
Artificial intelligence (AI)
PART IV: The Potential of Algorithmic Machines.
Artificial Intelligence
Artificial Intelligence
Artificial Intelligence
Fourth Generation Present: Microprocessors
Fourth Generation Present: Microprocessors
ARTIFICIAL INTELLIGENCE.
Artificial Intelligence
What is Pattern Recognition?
Implementing AI solutions using the cognitive services in Azure
Artificial Intelligence
Course Instructor: knza ch
Artificial Intelligence introduction(2)
Kocaeli University Introduction to Engineering Applications
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
Future of Artificial Intelligence
Artificial Intelligence
Artificial Intelligence
Artificial Intelligence Machine Learning
Presentation transcript:

Artificial Intelligence By: David Hunt Lee Evans Jonathan Moreton Rachel Moss

Introduction What is AI? Theory behind AI The development of AI How AI is being used in the identification of individuals Current Issues Conclusion

What is AI? 2 main branches of AI research: Biological Phenomenal Type of AI Logical Search Pattern Recognition

What Makes AI Intelligent? Intelligence is the ability to achieve goals in the world Written in specialist programming languages

AI In Life And Business Computer games, Expert systems, Speech recognition Deep Blue Widely used in businesses to organize operations

Interoperation of data Intelligence is about the interpretation of data Turing test thought of in 1950 Humans remember mental images, machines raw data

AI vs Humans AI – Very precise, can cope with high amounts of data, needs vast amount of hardware power to achieve worthwhile goals Human – Can react to a situation quickly and (usually) efficiently, highly advanced hardware capabilities, highly adaptable and self sufficient

Theoretical concepts behind AI Computers are unable to recognise shapes and recall them like the human mind.

The human mind uses neurons as the basic unit of memory, and can explain the human minds ability to recall and recognise people for example. Neural networks have developed as a result of research into the human neuron. A neural network draws from and emulates the structure of the brain in terms of neurons. These draw from and emulate the structure of the brain in terms of neurons. The networks are made to ‘learn’ from training sessions and repeat what has been learnt when given new data.

The Artificial Neuron The Artificial Neuron receives one or more inputs and sum them to produce an output. The original artificial neuron is the Threshold Logic Unit, it is a step function taking on the values 1 or 0 only, as required by microprocessor technology.

How AI has developed

Key Developments in AI 1950  Alan Turing introduces the Turing test to test of a machine’s capability to perform human-like conversation  John McCarthy invented the Lisp programming language  The Prolog programming langauge was developed by Alan Golmeraver  The first expert system was developed for medical diagnosis and therapy  The Deep Blue Chess program beats world chess champion.

Recent Developments After the September 11, 2001 Terrorist Attacks there has been much interest and funding for threat-detection. AI systems have potential in this area and why they are being used in the identification of individuals.

How AI is being used in the identification of Individuals Fingerprint recognition – algorithms to identify and match minutiae (ridge characteristics to stored images. Facial recognition – algorithms to find and measure the nodal points needed for facial recognition. Speech recognition – algorithms to match your speech to recorded data allowing it to understand and convert it to data. e.g. text

How AI is being used in the identification of Individuals – Fingerprint Recognition The minutiae are extracted from the image and post processed to be easier identify. The ridges are then thinned and then the minutiae are detected. These are then matched to a database.

In Conclusion… The field of AI has developed in a short period of time. These developments are being used in the “War on Terror.”

Any Questions?