SlideShare une entreprise Scribd logo
1  sur  25
JIT BarabankiMr Satyendra Mohan Srivastava
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 2
Introduction
Intelligence :
 Intelligence is the ability to acquire, understood and apply knowledge.
 Intelligence is the ability to adapt new situation.
 Intelligence is the ability to learn and solve problems
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 3
Artificial Intelligence
 In 1956, the term AI was coined by John McCarthy.
 The various definition proposed by the various research scholars are:
 “Artificial Intelligence is the branch of computer science dealing with symbolic
and non-algorithmic methods of problem solving.” ---- Bruce & Edward
 “Artificial Intelligence is the study of how to make computers do things at
which at the moment, people are better.” ---- Elaine Rich
 “Artificial Intelligence is the branch of computer science that deals with the
way of representing knowledge using symbols rather than numbers and with
the rules of thumb, or heuristic method for processing information”
---- Bruce G Buchanan
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 4
Goal of AI
 To develop the machine that acts as an intelligent machine
 To develop the machine that is useful in real world scenario
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 5
D/F b/w Intelligence and A.I.
Intelligence Artificial Intelligence
It is natural in human being. It is programmed by human being.
Increase with the experiences Increase with the human experiences
It may or may not be hereditary Nothing called hereditary in A.I.
No external electricity is required External electricity is required
Knowledge is required for intelligence Knowledge is required for output
It is increased by the teaching mechanism It may be increased by other mechanism
May or may not creative Non creative
May or may not Consistent Non-Consistent
May or may not Multitasking Non Multitasking
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 6
Major drawbacks in A.I.
 Limited Ability
 Can’t Handle Emergency Situation
 Slow Real Time Response
 Difficult code
 High Cost
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 7
Why computer’s in A.I.
The computer are mainly required for the numerical computation in the real world
scenario. Following are the few major advantages of computers over human being:
1) Numerical and Analytical Computation
2) Repetitive Operations
3) Information Storage
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 8
D/f b/w conventional &
A.I. program
A.I. program Conventional program
A.I. program is symbolic in processing Conventional program is numeric in
processing
Heuristic search Algorithmic search
Larger knowledge base is required Large database is required
Frequent modification approach is
required
Rare modification is required
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 9
Application area of A.I.
 Game playing
 Speech recognition
 The process
 A thread is also known as light weight process
 A thread can be define as primary unit of CPU utilization
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 10
D/f b/w weak & strong A.I.
Strong A.I. Weak A.I.
Machine may or not posses human
like thought processes
Machine can not posses human like
thought processing, capabilities
It claims, the existence of intelligence,
mind and understanding in the
machine
Machine may act intelligently in some
specific situation.
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 11
Components of A.I.
 A.I. Hardware
 A.I. Software
 Knowledge Representation
 Heuristic Search
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 12
Intelligent Agent
 A.I. agent is one of the software entity which senses the
environment and carries out operations for users or on
behalf of user’s goals or desires.
 An intelligent agent can interacts with the environment
with the help of sensor and effectors.
Environment
Sensors
Effectors
Actions
Percepts
Fig: Intelligent agent
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 13
Intelligent Agent
Percepts : The term percepts is the agent’s perceptual inputs at any given
instant of period. The major behaviors or characteristics of agent can be
described by the agent function that maps any percept sequence to an
action.
The major task of AI is to design an effective and efficient program that
implements the agent function mapping from percepts to action. The
architecture of such program comprises physical sensors and actuators on
the computing device.
The relationship between agent, program and architecture is shown below:
Agent = Program + Architecture
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 14
Type of Agent Program
Following are major four type of intelligent systems are:
 Simplex reflex agents
 Model based reflex agents
 Goal based agent
 Utility based agents
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 15
Simplex Reflex Agents
Agent
Sensors
What the world is
like now
What action I should
do now
Actuators
Agent
Condition-action rules
E
N
V
I
O
R
N
M
E
N
T
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 16
Model Based Reflex Agents
Agent
Sensors
What the world is
like now
What action I should
do now
ActuatorsAgent
Condition-action rules
E
N
V
I
O
R
N
M
E
N
T
State
How the world
evolves
What my actions do
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 17
Goal Based Agent
Agent
Sensors
What the world is like now
What action I should do now
ActuatorsAgent
Goals
E
N
V
I
O
R
N
M
E
N
T
State
How the world evolves
What my actions do
What it will be like if I do action A
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 18
Utility Based Agents
Agent
Sensors
What the world is like now
What action I should do now
ActuatorsAgent
Goals
E
N
V
I
O
R
N
M
E
N
T
State
How the world evolves
What my actions do What it will be like if i do action A
How happy I will be in such a state
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 19
Learning Agents
Agent
Performance standard
Sensors
Effectors
AGENT
E
N
V
I
O
R
N
M
E
N
T
Critics
Learning
element
Agent
feedback
Learning goals
Problem
Generator
Performance
element
Changes
Knowledge
Experiments
Actions
Percepts
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 20
Computer Vision
 Computer vision is one of the interdisciplinary field that
deals with the understanding of the machine or
computer through digital images or videos.
 Computer vision mainly deals with the automatic
analysis, extraction and understanding of information
from images.
 The image can be a single image or a sequence of
images.
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 21
Computer Vision Hierarchy
 Low Level Vision
 Intermediate Level Vision
 High Level Vision
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 22
 Image Acquisition
 Image Analysis
 Image Processing
 Image Understanding
Computer Vision Activities
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 23
 A.I. Hardware
 A.I. Software
 Knowledge Representation
 Heuristic Search
Natural Language Processing (NLP)
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 24
Component / Element of NLP
 Phonological
 Morphological
 Syntactic
 Semantic
 Pragmatic
 Word
6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 25

Contenu connexe

Tendances

Artificial intelligence and its application
Artificial intelligence and its applicationArtificial intelligence and its application
Artificial intelligence and its applicationMohammed Abdel Razek
 
Introduction to Big Data Analytics and Data Science
Introduction to Big Data Analytics and Data ScienceIntroduction to Big Data Analytics and Data Science
Introduction to Big Data Analytics and Data ScienceData Science Thailand
 
Reflex and model based agents
Reflex and model based agentsReflex and model based agents
Reflex and model based agentsMegha Sharma
 
Data Analytics for Finance
Data Analytics for FinanceData Analytics for Finance
Data Analytics for Financeellenica
 
Data science presentation
Data science presentationData science presentation
Data science presentationMSDEVMTL
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environmentMinakshi Atre
 
Business Intelligence - A Management Perspective
Business Intelligence - A Management PerspectiveBusiness Intelligence - A Management Perspective
Business Intelligence - A Management Perspectivevinaya.hs
 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...Edureka!
 
IOT in Agriculture slide.pptx
IOT in Agriculture slide.pptxIOT in Agriculture slide.pptx
IOT in Agriculture slide.pptxDHANPDGHALE
 
Advanced Use of Properties and Scripts in TIBCO Spotfire
Advanced Use of Properties and Scripts in TIBCO SpotfireAdvanced Use of Properties and Scripts in TIBCO Spotfire
Advanced Use of Properties and Scripts in TIBCO SpotfireHerwig Van Marck
 
Data Science Tutorial | Introduction To Data Science | Data Science Training ...
Data Science Tutorial | Introduction To Data Science | Data Science Training ...Data Science Tutorial | Introduction To Data Science | Data Science Training ...
Data Science Tutorial | Introduction To Data Science | Data Science Training ...Edureka!
 
Artificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsArtificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsSiddhant Agarwal
 
Introduction to Data Science and Analytics
Introduction to Data Science and AnalyticsIntroduction to Data Science and Analytics
Introduction to Data Science and AnalyticsSrinath Perera
 
Big data analytics and innovation
Big data analytics and innovationBig data analytics and innovation
Big data analytics and innovationAhmed Fattah
 

Tendances (20)

Artificial intelligence and its application
Artificial intelligence and its applicationArtificial intelligence and its application
Artificial intelligence and its application
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Introduction to Big Data Analytics and Data Science
Introduction to Big Data Analytics and Data ScienceIntroduction to Big Data Analytics and Data Science
Introduction to Big Data Analytics and Data Science
 
Reflex and model based agents
Reflex and model based agentsReflex and model based agents
Reflex and model based agents
 
Data Analytics
Data AnalyticsData Analytics
Data Analytics
 
Data Analytics for Finance
Data Analytics for FinanceData Analytics for Finance
Data Analytics for Finance
 
Data science presentation
Data science presentationData science presentation
Data science presentation
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environment
 
Business Intelligence - A Management Perspective
Business Intelligence - A Management PerspectiveBusiness Intelligence - A Management Perspective
Business Intelligence - A Management Perspective
 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
 
IOT in Agriculture slide.pptx
IOT in Agriculture slide.pptxIOT in Agriculture slide.pptx
IOT in Agriculture slide.pptx
 
Advanced Use of Properties and Scripts in TIBCO Spotfire
Advanced Use of Properties and Scripts in TIBCO SpotfireAdvanced Use of Properties and Scripts in TIBCO Spotfire
Advanced Use of Properties and Scripts in TIBCO Spotfire
 
Business analyst ppt
Business analyst pptBusiness analyst ppt
Business analyst ppt
 
Data Science Tutorial | Introduction To Data Science | Data Science Training ...
Data Science Tutorial | Introduction To Data Science | Data Science Training ...Data Science Tutorial | Introduction To Data Science | Data Science Training ...
Data Science Tutorial | Introduction To Data Science | Data Science Training ...
 
BIG DATA and USE CASES
BIG DATA and USE CASESBIG DATA and USE CASES
BIG DATA and USE CASES
 
Data analytics
Data analyticsData analytics
Data analytics
 
Artificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsArtificial Intelligence and Expert Systems
Artificial Intelligence and Expert Systems
 
SOAR Architecture
SOAR ArchitectureSOAR Architecture
SOAR Architecture
 
Introduction to Data Science and Analytics
Introduction to Data Science and AnalyticsIntroduction to Data Science and Analytics
Introduction to Data Science and Analytics
 
Big data analytics and innovation
Big data analytics and innovationBig data analytics and innovation
Big data analytics and innovation
 

Similaire à Introduction of Artificial Intelligence

Teaching cognitive computing with ibm watson
Teaching cognitive computing with ibm watsonTeaching cognitive computing with ibm watson
Teaching cognitive computing with ibm watsondiannepatricia
 
Dr Bonnie Cheuk IDC Future of Work Keynote: Workforce Transformation Human Ma...
Dr Bonnie Cheuk IDC Future of Work Keynote: Workforce Transformation Human Ma...Dr Bonnie Cheuk IDC Future of Work Keynote: Workforce Transformation Human Ma...
Dr Bonnie Cheuk IDC Future of Work Keynote: Workforce Transformation Human Ma...Bonnie Cheuk
 
IRJET- To Study Impact of Artificial Intelligence on Human Resource Manag...
IRJET-  	  To Study Impact of Artificial Intelligence on Human Resource Manag...IRJET-  	  To Study Impact of Artificial Intelligence on Human Resource Manag...
IRJET- To Study Impact of Artificial Intelligence on Human Resource Manag...IRJET Journal
 
The Role of Artificial Intelligence in Corporate Innovation
The Role of Artificial Intelligence in Corporate InnovationThe Role of Artificial Intelligence in Corporate Innovation
The Role of Artificial Intelligence in Corporate InnovationDickson Lukose
 
Diksha in big data analytics fgfgydxyuuhf13.pdf
Diksha in big data analytics fgfgydxyuuhf13.pdfDiksha in big data analytics fgfgydxyuuhf13.pdf
Diksha in big data analytics fgfgydxyuuhf13.pdfAditi943522
 
Artificial intelligence in Retail
Artificial intelligence in RetailArtificial intelligence in Retail
Artificial intelligence in RetailSnehal Nemane
 
AI 4 Institution Leaders_Feb 2019
AI  4 Institution Leaders_Feb 2019AI  4 Institution Leaders_Feb 2019
AI 4 Institution Leaders_Feb 2019Mahesh Kumar CV
 
Data for Impact Fellowship - SocialCops Careers
Data for Impact Fellowship - SocialCops CareersData for Impact Fellowship - SocialCops Careers
Data for Impact Fellowship - SocialCops CareersSocialCops
 
Artificial data in big data analytics 33.pdf
Artificial data in big data analytics 33.pdfArtificial data in big data analytics 33.pdf
Artificial data in big data analytics 33.pdfAditi943522
 
Loren McDonald - AI and Machine Learning Technologies: What They Mean for Mar...
Loren McDonald - AI and Machine Learning Technologies: What They Mean for Mar...Loren McDonald - AI and Machine Learning Technologies: What They Mean for Mar...
Loren McDonald - AI and Machine Learning Technologies: What They Mean for Mar...Julia Grosman
 
01 - AI PPT - 261118.pptx
01 - AI PPT - 261118.pptx01 - AI PPT - 261118.pptx
01 - AI PPT - 261118.pptxXcillEnze
 
Get Smart: The Present and Future of Data Discovery
Get Smart: The Present and Future of Data DiscoveryGet Smart: The Present and Future of Data Discovery
Get Smart: The Present and Future of Data DiscoveryInside Analysis
 
UX STRAT Asia 2020: Kévin Boezennec, Bank of Singapore
UX STRAT Asia 2020: Kévin Boezennec, Bank of SingaporeUX STRAT Asia 2020: Kévin Boezennec, Bank of Singapore
UX STRAT Asia 2020: Kévin Boezennec, Bank of SingaporeUX STRAT
 
RETHINKING USER CENTERED DESIGN FOR AI ENABLED EXPERIENCES_UX India 2023_ Jas...
RETHINKING USER CENTERED DESIGN FOR AI ENABLED EXPERIENCES_UX India 2023_ Jas...RETHINKING USER CENTERED DESIGN FOR AI ENABLED EXPERIENCES_UX India 2023_ Jas...
RETHINKING USER CENTERED DESIGN FOR AI ENABLED EXPERIENCES_UX India 2023_ Jas...Jasmeet Sethi
 

Similaire à Introduction of Artificial Intelligence (20)

Leading the Future
Leading the FutureLeading the Future
Leading the Future
 
Teaching cognitive computing with ibm watson
Teaching cognitive computing with ibm watsonTeaching cognitive computing with ibm watson
Teaching cognitive computing with ibm watson
 
Dr Bonnie Cheuk IDC Future of Work Keynote: Workforce Transformation Human Ma...
Dr Bonnie Cheuk IDC Future of Work Keynote: Workforce Transformation Human Ma...Dr Bonnie Cheuk IDC Future of Work Keynote: Workforce Transformation Human Ma...
Dr Bonnie Cheuk IDC Future of Work Keynote: Workforce Transformation Human Ma...
 
IRJET- To Study Impact of Artificial Intelligence on Human Resource Manag...
IRJET-  	  To Study Impact of Artificial Intelligence on Human Resource Manag...IRJET-  	  To Study Impact of Artificial Intelligence on Human Resource Manag...
IRJET- To Study Impact of Artificial Intelligence on Human Resource Manag...
 
The Role of Artificial Intelligence in Corporate Innovation
The Role of Artificial Intelligence in Corporate InnovationThe Role of Artificial Intelligence in Corporate Innovation
The Role of Artificial Intelligence in Corporate Innovation
 
Diksha in big data analytics fgfgydxyuuhf13.pdf
Diksha in big data analytics fgfgydxyuuhf13.pdfDiksha in big data analytics fgfgydxyuuhf13.pdf
Diksha in big data analytics fgfgydxyuuhf13.pdf
 
Final pm ppt.pptx
Final pm ppt.pptxFinal pm ppt.pptx
Final pm ppt.pptx
 
Artificial intelligence in Retail
Artificial intelligence in RetailArtificial intelligence in Retail
Artificial intelligence in Retail
 
AI 4 Institution Leaders_Feb 2019
AI  4 Institution Leaders_Feb 2019AI  4 Institution Leaders_Feb 2019
AI 4 Institution Leaders_Feb 2019
 
Relationship Between Big Data & AI
Relationship Between Big Data & AIRelationship Between Big Data & AI
Relationship Between Big Data & AI
 
Project 1.docx
Project 1.docxProject 1.docx
Project 1.docx
 
Data for Impact Fellowship - SocialCops Careers
Data for Impact Fellowship - SocialCops CareersData for Impact Fellowship - SocialCops Careers
Data for Impact Fellowship - SocialCops Careers
 
Artificial data in big data analytics 33.pdf
Artificial data in big data analytics 33.pdfArtificial data in big data analytics 33.pdf
Artificial data in big data analytics 33.pdf
 
Nikhil Mane
Nikhil ManeNikhil Mane
Nikhil Mane
 
Loren McDonald - AI and Machine Learning Technologies: What They Mean for Mar...
Loren McDonald - AI and Machine Learning Technologies: What They Mean for Mar...Loren McDonald - AI and Machine Learning Technologies: What They Mean for Mar...
Loren McDonald - AI and Machine Learning Technologies: What They Mean for Mar...
 
01 - AI PPT - 261118.pptx
01 - AI PPT - 261118.pptx01 - AI PPT - 261118.pptx
01 - AI PPT - 261118.pptx
 
Get Smart: The Present and Future of Data Discovery
Get Smart: The Present and Future of Data DiscoveryGet Smart: The Present and Future of Data Discovery
Get Smart: The Present and Future of Data Discovery
 
UX STRAT Asia 2020: Kévin Boezennec, Bank of Singapore
UX STRAT Asia 2020: Kévin Boezennec, Bank of SingaporeUX STRAT Asia 2020: Kévin Boezennec, Bank of Singapore
UX STRAT Asia 2020: Kévin Boezennec, Bank of Singapore
 
UNIT I - AI.pptx
UNIT I - AI.pptxUNIT I - AI.pptx
UNIT I - AI.pptx
 
RETHINKING USER CENTERED DESIGN FOR AI ENABLED EXPERIENCES_UX India 2023_ Jas...
RETHINKING USER CENTERED DESIGN FOR AI ENABLED EXPERIENCES_UX India 2023_ Jas...RETHINKING USER CENTERED DESIGN FOR AI ENABLED EXPERIENCES_UX India 2023_ Jas...
RETHINKING USER CENTERED DESIGN FOR AI ENABLED EXPERIENCES_UX India 2023_ Jas...
 

Plus de Satyendra Mohan

Principal of Programming Language
Principal of Programming Language Principal of Programming Language
Principal of Programming Language Satyendra Mohan
 
Marketing of CSE Department
Marketing of CSE DepartmentMarketing of CSE Department
Marketing of CSE DepartmentSatyendra Mohan
 
Transport layer features and functionality
Transport layer features and functionalityTransport layer features and functionality
Transport layer features and functionalitySatyendra Mohan
 
Memory and file system concepts
Memory and file system conceptsMemory and file system concepts
Memory and file system conceptsSatyendra Mohan
 
Process and its related concept with problems.
Process and its related concept with problems.Process and its related concept with problems.
Process and its related concept with problems.Satyendra Mohan
 
Ipc nee 303 ppt even sem
Ipc nee 303 ppt even semIpc nee 303 ppt even sem
Ipc nee 303 ppt even semSatyendra Mohan
 

Plus de Satyendra Mohan (14)

Principal of Programming Language
Principal of Programming Language Principal of Programming Language
Principal of Programming Language
 
Marketing of CSE Department
Marketing of CSE DepartmentMarketing of CSE Department
Marketing of CSE Department
 
Application layer
Application layer Application layer
Application layer
 
Transport layer features and functionality
Transport layer features and functionalityTransport layer features and functionality
Transport layer features and functionality
 
The Network Layer in CN
The Network Layer in CNThe Network Layer in CN
The Network Layer in CN
 
DDL and Physical Layer
DDL and Physical LayerDDL and Physical Layer
DDL and Physical Layer
 
Computer Network basic
Computer Network basicComputer Network basic
Computer Network basic
 
Memory and file system concepts
Memory and file system conceptsMemory and file system concepts
Memory and file system concepts
 
Process and its related concept with problems.
Process and its related concept with problems.Process and its related concept with problems.
Process and its related concept with problems.
 
Operating system
Operating systemOperating system
Operating system
 
Digital india
Digital indiaDigital india
Digital india
 
Material science eeem
Material science eeemMaterial science eeem
Material science eeem
 
Material science eeem
Material science eeemMaterial science eeem
Material science eeem
 
Ipc nee 303 ppt even sem
Ipc nee 303 ppt even semIpc nee 303 ppt even sem
Ipc nee 303 ppt even sem
 

Dernier

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 

Dernier (20)

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 

Introduction of Artificial Intelligence

  • 1. JIT BarabankiMr Satyendra Mohan Srivastava
  • 2. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 2 Introduction Intelligence :  Intelligence is the ability to acquire, understood and apply knowledge.  Intelligence is the ability to adapt new situation.  Intelligence is the ability to learn and solve problems
  • 3. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 3 Artificial Intelligence  In 1956, the term AI was coined by John McCarthy.  The various definition proposed by the various research scholars are:  “Artificial Intelligence is the branch of computer science dealing with symbolic and non-algorithmic methods of problem solving.” ---- Bruce & Edward  “Artificial Intelligence is the study of how to make computers do things at which at the moment, people are better.” ---- Elaine Rich  “Artificial Intelligence is the branch of computer science that deals with the way of representing knowledge using symbols rather than numbers and with the rules of thumb, or heuristic method for processing information” ---- Bruce G Buchanan
  • 4. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 4 Goal of AI  To develop the machine that acts as an intelligent machine  To develop the machine that is useful in real world scenario
  • 5. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 5 D/F b/w Intelligence and A.I. Intelligence Artificial Intelligence It is natural in human being. It is programmed by human being. Increase with the experiences Increase with the human experiences It may or may not be hereditary Nothing called hereditary in A.I. No external electricity is required External electricity is required Knowledge is required for intelligence Knowledge is required for output It is increased by the teaching mechanism It may be increased by other mechanism May or may not creative Non creative May or may not Consistent Non-Consistent May or may not Multitasking Non Multitasking
  • 6. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 6 Major drawbacks in A.I.  Limited Ability  Can’t Handle Emergency Situation  Slow Real Time Response  Difficult code  High Cost
  • 7. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 7 Why computer’s in A.I. The computer are mainly required for the numerical computation in the real world scenario. Following are the few major advantages of computers over human being: 1) Numerical and Analytical Computation 2) Repetitive Operations 3) Information Storage
  • 8. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 8 D/f b/w conventional & A.I. program A.I. program Conventional program A.I. program is symbolic in processing Conventional program is numeric in processing Heuristic search Algorithmic search Larger knowledge base is required Large database is required Frequent modification approach is required Rare modification is required
  • 9. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 9 Application area of A.I.  Game playing  Speech recognition  The process  A thread is also known as light weight process  A thread can be define as primary unit of CPU utilization
  • 10. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 10 D/f b/w weak & strong A.I. Strong A.I. Weak A.I. Machine may or not posses human like thought processes Machine can not posses human like thought processing, capabilities It claims, the existence of intelligence, mind and understanding in the machine Machine may act intelligently in some specific situation.
  • 11. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 11 Components of A.I.  A.I. Hardware  A.I. Software  Knowledge Representation  Heuristic Search
  • 12. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 12 Intelligent Agent  A.I. agent is one of the software entity which senses the environment and carries out operations for users or on behalf of user’s goals or desires.  An intelligent agent can interacts with the environment with the help of sensor and effectors. Environment Sensors Effectors Actions Percepts Fig: Intelligent agent
  • 13. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 13 Intelligent Agent Percepts : The term percepts is the agent’s perceptual inputs at any given instant of period. The major behaviors or characteristics of agent can be described by the agent function that maps any percept sequence to an action. The major task of AI is to design an effective and efficient program that implements the agent function mapping from percepts to action. The architecture of such program comprises physical sensors and actuators on the computing device. The relationship between agent, program and architecture is shown below: Agent = Program + Architecture
  • 14. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 14 Type of Agent Program Following are major four type of intelligent systems are:  Simplex reflex agents  Model based reflex agents  Goal based agent  Utility based agents
  • 15. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 15 Simplex Reflex Agents Agent Sensors What the world is like now What action I should do now Actuators Agent Condition-action rules E N V I O R N M E N T
  • 16. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 16 Model Based Reflex Agents Agent Sensors What the world is like now What action I should do now ActuatorsAgent Condition-action rules E N V I O R N M E N T State How the world evolves What my actions do
  • 17. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 17 Goal Based Agent Agent Sensors What the world is like now What action I should do now ActuatorsAgent Goals E N V I O R N M E N T State How the world evolves What my actions do What it will be like if I do action A
  • 18. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 18 Utility Based Agents Agent Sensors What the world is like now What action I should do now ActuatorsAgent Goals E N V I O R N M E N T State How the world evolves What my actions do What it will be like if i do action A How happy I will be in such a state
  • 19. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 19 Learning Agents Agent Performance standard Sensors Effectors AGENT E N V I O R N M E N T Critics Learning element Agent feedback Learning goals Problem Generator Performance element Changes Knowledge Experiments Actions Percepts
  • 20. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 20 Computer Vision  Computer vision is one of the interdisciplinary field that deals with the understanding of the machine or computer through digital images or videos.  Computer vision mainly deals with the automatic analysis, extraction and understanding of information from images.  The image can be a single image or a sequence of images.
  • 21. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 21 Computer Vision Hierarchy  Low Level Vision  Intermediate Level Vision  High Level Vision
  • 22. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 22  Image Acquisition  Image Analysis  Image Processing  Image Understanding Computer Vision Activities
  • 23. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 23  A.I. Hardware  A.I. Software  Knowledge Representation  Heuristic Search Natural Language Processing (NLP)
  • 24. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 24 Component / Element of NLP  Phonological  Morphological  Syntactic  Semantic  Pragmatic  Word
  • 25. 6/10/2017 Mr Satyendra Mohan Srivastava, JIT Barabanki 25