Artificial Intelligence And Machine learning. Drag picture to placeholder or click icon to add What is AI?

Slides:



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

Managing Knowledge in the Digital Firm (II) Soetam Rizky.
Todd W. Neller Gettysburg College
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
AI 授課教師:顏士淨 2013/09/12 1. Part I & Part II 2  Part I Artificial Intelligence 1 Introduction 2 Intelligent Agents Part II Problem Solving 3 Solving Problems.
Intelligent systems Colloquium 1 Positive and negative of logic in thinking and AI.
2 We need programming languages to communicate with a computer. The two broad classifications of programming languages are: Low-level and High- level.
WHAT IS ARTIFICIAL INTELLIGENCE?
CS440/ECE448: Artificial Intelligence
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester, 2010
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
From Discrete Mathematics to AI applications: A progression path for an undergraduate program in math Abdul Huq Middle East College of Information Technology,
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Intelligent Systems Group Emmanuel Fernandez Larry Mazlack Ali Minai (coordinator) Carla Purdy William Wee.
Random Administrivia In CMC 306 on Monday for LISP lab.
1. 1 Text Book Artificial Intelligence: A Modern Approach, S. Russell and P. Norvig, 3/e, Prentice Hall, 2010 References  Artificial Intelligence, Patrick.
19 April, 2017 Knowledge and image processing algorithms for real-life applications. Dr. Maria Athelogou Principal Scientist & Scientific Liaison Manager.
Artificial Intelligence
Artificial Intelligence
INTEGRATION OF ARTIFICIAL INTELLIGENCE [AI] SYSTEMS FOR NUCLEAR POWER PLANT SURVEILLANCE & DIAGNOSTICS.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
What is AIBO ? AIBO is produced by SONY Marketed as an entertainment robot Has sensors for input Has LEDs and sound for output as well as motors for movement.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
INTELLIGENT CONTROLLER UNIT I. INTRODUCTION  Intelligent control is a class of control techniques that use various AI computing approaches.  Intelligent.
Artificial Intelligence: Definition “... the branch of computer science that is concerned with the automation of intelligent behavior.” (Luger, 2009) “The.
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
INTRODUCTION to... … Artificial Intelligence ... this course
11 C H A P T E R Artificial Intelligence and Expert Systems.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
Artificial Intelligence
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
Artificial Intelligence and Robotics Ross Clark Trevor Sheehan.
For Friday Read chapter 27 Program 5 due.
For Friday Read chapter 27 Program 5 due. Program 5 Any questions?
Introduction to Artificial Intelligence and Soft Computing
Cybernetics Linda Spain/Joe’l Lewis. What Is Cybernetics? Cybernetics began as the science of communication and control in the animal, machine, and society;
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
Types of Artificial Intelligence & Pioneers in the Field By Vernon Crowder.
1 2010/2011 Semester 2 Introduction: Chapter 1 ARTIFICIAL INTELLIGENCE.
Chapter 4 Decision Support System & Artificial Intelligence.
Intelligent System Ming-Feng Yeh Department of Electrical Engineering Lunghwa University of Science and Technology Website:
Artificial Intelligence By: Ian, Chelsea, Doug, & Grace.
Definitions of AI There are as many definitions as there are practitioners. How would you define it? What is important for a system to be intelligent?
CH751 퍼지시스템 특강 Uncertainties in Intelligent Systems 2004 년도 제 1 학기.
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
Introduction to Artificial Intelligence CS 438 Spring 2008.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved CHAPTER 9 Enabling the Organization—Decision Making.
INTRODUCTION TO COGNITIVE SCIENCE NURSING INFORMATICS CHAPTER 3 1.
ARTIFICIAL INTELLIGENCE. Contents Introduction Branches of AI Control Theory Cybernetics Artificial Neural Networks Application Advantage And Disadvantage.
Introduction to Math Methods Math Standards. Why can math be fun? Math can be fun because… it can have so much variety in topics. many different ways.
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Artificial Intelligence
Artificial intelligence (AI)
Artificial Intelligence (CS 370D)
ARTIFICIAL INTELLIGENCE
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester,
Artificial Intelligence introduction(2)
Future of Artificial Intelligence
Institute of Computing Technology
Artificial Intelligence
Artificial Intelligence Machine Learning
Habib Ullah qamar Mscs(se)
Presentation transcript:

Artificial Intelligence And Machine learning

Drag picture to placeholder or click icon to add What is AI?

Different kinds of AI  Cybernetics and brain simulation  Symbolic  Sub-Symbolic  Statistical

Cybernetics and Brain Simulation  In the 1940’s and 50’s a number of researchers explored the connection between Neurology information theory and cybernetics.  some of the researchers used electronic networks to exhibit rudimentary intelligence.  Some examples of this are W. Grey Walters “turtles” and Johns Hopkins “Beast”

Symbolic  In the 1950’s when access to digital computers became possible, AI research began to explore the possibility that human intelligence could be reduced to symbol representation.  Since the 1960’s, symbolic approaches had achieved great success at simulating high-level thinking in small demonstration programs.  Symbolic AI can be broken down into the following categories: Cognitive simulation, Logic-based and knowledge-based

Sub-Symbolic  In the 1980’s the progress in Symbolic AI had stalled and many believed that symbolic systems would never be able to imitate all the processes of human cognition.

Statistical  This type of research was started in the 1990s  It focused on advanced mathematical tools to solve specific problems  The results of these tests were both measurable and variable and have been some of the biggest contributors to many success’s in AI research

Integrating the approaches  Intelligent agents  Multi- agent system

Tools to achieve this  Logic  Probabilistic methods for uncertain reasoning  Classifiers and statistical learning methods

Search and optimization  Many of the problems that AI face can in theory be solved by searching through many possible solutions.  logical proof can be seen as searching for a path that leads from premises to conclusions.  In the 1990s a different kind of search came to prominence, it was based on the mathematical theory of optimization.

Logic  Logic is most commonly used for knowledge representation and problem solving  There are a few different forms of logic used in AI research  Propositional logic, first-order logic, fuzzy logic, subjective logic

Probabilistic methods for uncertain reasoning  Many of the problems faced in AI research require an outside source to operate with incomplete or uncertain information.  Some of the tools used to solve these problems use various methods from probability theory and economics.  A key concept from the science of economics is "utility": a measure of how valuable something is to an intelligent agent, using this an agent can make choices and plan.

Classifiers and statistical learning methods  The two simplest types of AI applications can be divided into Classifiers and controllers.  An example of this is: Classifier (“ if round then ball”) and the controller (“ if round then move”)  One of the most widely used classifiers is neural network

Evaluation of AI  Optimal: it is not possible to preform better.  Strong super-human: preforms better than all humans.  Super-human: preforms better than most humans  Sub-human: preforms worse than most humans

Drag picture to placeholder or click icon to add The Future of Robotics and Artificial Intelligence  Drag picture to placeholder or click icon to add

Bibliograph chine-learning