SlideShare una empresa de Scribd logo
1 de 35
Descargar para leer sin conexión
Artificial Intelligence
Introduction
What is AI ?
• According to the father of Artificial
Intelligence, John McCarthy, it is “The science
and engineering of making intelligent
machines, especially intelligent computer
programs”.
• Any machine thinks out side of its program &
behaves like an intelligent human being
What to achieve with AI
• To create expert systems with human
intelligence such as learning , reasoning ,
applying & problem solving.
What disciplines contribute to AI
Applications of AI
• Games
• Natural language processing
• Expert systems
• Vision systems
• Speech recognition
• Hand writing recognition
• Intelligent Robots
What is Intelligence ?
• The ability of a system to calculate, reason,
perceive relationships and analogies, learn
from experience, store and retrieve
information from memory, solve problems,
comprehend complex ideas, use natural
language fluently, classify, generalize, and
adapt new situations.
Types of Intelligence
• Linguistic ( human tongue)
• Musical ( human ear)
• Logical ( human thinking)
• Spatial (human eyes & imagination)
• Bodily –kinesthetic ( human bodily
movements)
• Intra-personal ( human self realization)
• Interpersonal (understanding others
emotions)
Constituents of Intelligence
• Learning
• Perception
• Reasoning
• Problem solving
• Linguistic intelligence
Constituents Contd…
Constituents “Learning”
• Activity of Gaining knowledge or skill by
studying , practicing , being taught or experience
– Auditory (listening)
– Episodic ( a sequence of events)
– Motor ( bodily movement like writing)
– Observational
– Perceptual ( remembering past events)
– Relational ( remembering past event & acting now)
– Spatial ( visualization)
– Stimulus Response ( response to certain stimulus)
Constituents “Perception”
• It is the process of acquiring, interpreting,
selecting, and organizing sensory information
• Perception presumes sensing. In humans,
perception is aided by sensory organs. In the
domain of AI, perception mechanism puts the
data acquired by the sensors together in a
meaningful manner
Constituents “Reasoning”
• It is the set of processes that enables us to
provide basis for judgement, making
decisions, and prediction
– Inductive
• It conducts specific observations to
makes broad general statements
– Deductive
• It starts with a general statement and examines
the possibilities to reach a specific, logical
conclusion
Constituents “Problem Solving”
• It is the process in which one perceives and
tries to arrive at a desired solution from a
present situation by taking some path, which
is blocked by known or unknown hurdles
• Problem solving also includes decision making,
which is the process of selecting the best
suitable alternative out of multiple
alternatives to reach the desired goal are
available
Constituents “Linguistic Intelligence ”
• It is one’s ability to use, comprehend,
speak, and write the verbal and written
language. It is important in interpersonal
communication
Classification -AI
System Composition -AI
• System comprises
– Agent
• Perceives environment through sensors & acts
on the environment through effectors
– Environment
System Composition-AI Contd …
Agent-Terminology
• Performance Measure
– It is the criteria, which determines how successful an
agent is.
• Behavior
– It is the action that agent performs after any given
sequence of percepts.
• Percept
– It is agent’s perceptual inputs at a given instance.
• Percept Sequence
– It is the history of all that an agent has perceived till date.
• Agent Function
– It is a map from the precept sequence to an action
Ideal Rational Agent
• Capability of doing expected actions to
maximize its performance measure
Agent Structure
• Agent = Architecture + Agent Program
• Architecture = the machinery that an
agent executes on.
• Agent Program = an implementation of
an agent function.
Simple Reflex Agent
• It choose actions only based on the
current percept.
• It is rational only if a correct decision is
made only on the basis of current
precept.
• Its environment is completely observable
Simple Reflex Agent Contd…
Model Reflex Agent
• It uses a model of the world to choose their
actions. They maintain an internal state.
• Model − The knowledge about “how the things
happen in the world”.
• Internal State − It is a representation of
unobserved aspects of current state depending
on percept history.
• Updating the state requires the information
about −
• How the world evolves.
• How the agent’s actions affect the world
Model Reflex Agent Contd…
Goal Based Agent
• It chooses its actions in order to achieve
goals.
• Goal-based approach is more flexible than
reflex agent since the knowledge supporting
a decision is explicitly modeled, thereby
allowing for modifications.
• Goal − It is the description of desirable
situations
Goal based Agent Contd…
Utility Based Agent
• It chooses actions based on a preference
(utility) for each state.
• Goals are inadequate when −
– There are conflicting goals, out of which only few
can be achieved.
– Goals have some uncertainty of being achieved
and you need to weigh likelihood of success
against the importance of a goal.
Utility based Agent Contd…
Nature of Environment
• Real
– Continuous Interaction with Real world
• Artificial
– Other systems like key board , database etc..
Properties of Environment
• Discrete / Continuous − If there are a limited number of
distinct, clearly defined, states of the environment, the
environment is discrete (For example, chess); otherwise
it is continuous (For example, driving).
• Observable / Partially Observable − If it is possible to
determine the complete state of the environment at
each time point from the percepts it is observable;
otherwise it is only partially observable.
• Static / Dynamic − If the environment does not change
while an agent is acting, then it is static; otherwise it is
dynamic.
Properties of Environment Contd...
• Single agent / Multiple agents − The environment
may contain other agents which may be of the same
or different kind as that of the agent.
• Accessible / Inaccessible − If the agent’s sensory
apparatus can have access to the complete state of
the environment, then the environment is accessible
to that agent.
Properties of Environment Contd...
• Deterministic / Non-deterministic − If the next state of
the environment is completely determined by the
current state and the actions of the agent, then the
environment is deterministic; otherwise it is non-
deterministic.
• Episodic / Non-episodic − In an episodic environment,
each episode consists of the agent perceiving and then
acting. The quality of its action depends just on the
episode itself. Subsequent episodes do not depend on
the actions in the previous episodes. Episodic
environments are much simpler because the agent does
not need to think ahead
Research Areas AI
Programming Languages -AI
• Python
– Simple
– Libs like Numpy(scientific computaion)
Scypy(Advanced computing) Pybrian(machine
learning)
• Java
• C++
– Speed , talk to hardware level
• Lisp
• Prolog
Thank You
Contact Info: sales@wdbsystems.com
Visit us at www.wdbsystems.com

Más contenido relacionado

La actualidad más candente

La actualidad más candente (16)

Intelligent agent
Intelligent agentIntelligent agent
Intelligent agent
 
The structure of agents
The structure of agentsThe structure of agents
The structure of agents
 
Intelligent Agent Perception
Intelligent Agent PerceptionIntelligent Agent Perception
Intelligent Agent Perception
 
Intelligent agents
Intelligent agentsIntelligent agents
Intelligent agents
 
Lecture 04 intelligent agents
Lecture 04 intelligent agentsLecture 04 intelligent agents
Lecture 04 intelligent agents
 
Agent properties
Agent propertiesAgent properties
Agent properties
 
Ai Slides
Ai SlidesAi Slides
Ai Slides
 
AI
AIAI
AI
 
Intelligent agent
Intelligent agent Intelligent agent
Intelligent agent
 
AI Lesson 02
AI Lesson 02AI Lesson 02
AI Lesson 02
 
Beyond believable agents - employing AI for improving game like simulations f...
Beyond believable agents - employing AI for improving game like simulations f...Beyond believable agents - employing AI for improving game like simulations f...
Beyond believable agents - employing AI for improving game like simulations f...
 
AI Lesson 01
AI Lesson 01AI Lesson 01
AI Lesson 01
 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agents
 
1 artificial intelligence
1  artificial intelligence1  artificial intelligence
1 artificial intelligence
 
Intro to artificial intelligence
Intro to artificial intelligenceIntro to artificial intelligence
Intro to artificial intelligence
 
Ai assignment
Ai assignmentAi assignment
Ai assignment
 

Similar a Artificial Intelligence - An Introduction

IntelligentAgents.ppt
IntelligentAgents.pptIntelligentAgents.ppt
IntelligentAgents.pptjuwel16
 
SANG AI 1.pptx
SANG AI 1.pptxSANG AI 1.pptx
SANG AI 1.pptxSanGeet25
 
Artificial intelligence(03)
Artificial intelligence(03)Artificial intelligence(03)
Artificial intelligence(03)Nazir Ahmed
 
Types of Artificial Intelligence.ppt
Types of Artificial Intelligence.pptTypes of Artificial Intelligence.ppt
Types of Artificial Intelligence.pptGEETHAS668001
 
1.1 What are Agent and Environment.pptx
1.1 What are Agent and Environment.pptx1.1 What are Agent and Environment.pptx
1.1 What are Agent and Environment.pptxSuvamvlogs
 
Detail about agent with it's types in AI
Detail about agent with it's types in AI Detail about agent with it's types in AI
Detail about agent with it's types in AI bhubohara
 
2.IntelligentAgents.ppt
2.IntelligentAgents.ppt2.IntelligentAgents.ppt
2.IntelligentAgents.pptGopiSuresh8
 
Artificial Intelligence and Machine Learning.pptx
Artificial Intelligence and Machine Learning.pptxArtificial Intelligence and Machine Learning.pptx
Artificial Intelligence and Machine Learning.pptxMANIPRADEEPS1
 
Intelligent (Knowledge Based) agent in Artificial Intelligence
Intelligent (Knowledge Based) agent in Artificial IntelligenceIntelligent (Knowledge Based) agent in Artificial Intelligence
Intelligent (Knowledge Based) agent in Artificial IntelligenceKuppusamy P
 
CS 3491 Artificial Intelligence and Machine Learning Unit I Problem Solving
CS 3491 Artificial Intelligence and Machine Learning Unit I Problem SolvingCS 3491 Artificial Intelligence and Machine Learning Unit I Problem Solving
CS 3491 Artificial Intelligence and Machine Learning Unit I Problem SolvingBalamuruganV28
 
artificial intelligence document final.pptx
artificial intelligence document final.pptxartificial intelligence document final.pptx
artificial intelligence document final.pptxthahaxaina025
 
ARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxashudhanraj
 
introduction to inteligent IntelligentAgent.ppt
introduction to inteligent IntelligentAgent.pptintroduction to inteligent IntelligentAgent.ppt
introduction to inteligent IntelligentAgent.pptdejene3
 

Similar a Artificial Intelligence - An Introduction (20)

IntelligentAgents.ppt
IntelligentAgents.pptIntelligentAgents.ppt
IntelligentAgents.ppt
 
SANG AI 1.pptx
SANG AI 1.pptxSANG AI 1.pptx
SANG AI 1.pptx
 
Lecture 2 Agents.pptx
Lecture 2 Agents.pptxLecture 2 Agents.pptx
Lecture 2 Agents.pptx
 
Artificial intelligence(03)
Artificial intelligence(03)Artificial intelligence(03)
Artificial intelligence(03)
 
Types of Artificial Intelligence.ppt
Types of Artificial Intelligence.pptTypes of Artificial Intelligence.ppt
Types of Artificial Intelligence.ppt
 
1.1 What are Agent and Environment.pptx
1.1 What are Agent and Environment.pptx1.1 What are Agent and Environment.pptx
1.1 What are Agent and Environment.pptx
 
Detail about agent with it's types in AI
Detail about agent with it's types in AI Detail about agent with it's types in AI
Detail about agent with it's types in AI
 
2.IntelligentAgents.ppt
2.IntelligentAgents.ppt2.IntelligentAgents.ppt
2.IntelligentAgents.ppt
 
Artificial Intelligence and Machine Learning.pptx
Artificial Intelligence and Machine Learning.pptxArtificial Intelligence and Machine Learning.pptx
Artificial Intelligence and Machine Learning.pptx
 
m2-agents.pptx
m2-agents.pptxm2-agents.pptx
m2-agents.pptx
 
AI week 2.pdf
AI week 2.pdfAI week 2.pdf
AI week 2.pdf
 
Intelligent (Knowledge Based) agent in Artificial Intelligence
Intelligent (Knowledge Based) agent in Artificial IntelligenceIntelligent (Knowledge Based) agent in Artificial Intelligence
Intelligent (Knowledge Based) agent in Artificial Intelligence
 
CS 3491 Artificial Intelligence and Machine Learning Unit I Problem Solving
CS 3491 Artificial Intelligence and Machine Learning Unit I Problem SolvingCS 3491 Artificial Intelligence and Machine Learning Unit I Problem Solving
CS 3491 Artificial Intelligence and Machine Learning Unit I Problem Solving
 
Lec 2-agents
Lec 2-agentsLec 2-agents
Lec 2-agents
 
artificial intelligence document final.pptx
artificial intelligence document final.pptxartificial intelligence document final.pptx
artificial intelligence document final.pptx
 
Unit 1.ppt
Unit 1.pptUnit 1.ppt
Unit 1.ppt
 
ARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptx
 
Intelligent agents (bsc csit) lec 2
Intelligent agents (bsc csit) lec 2Intelligent agents (bsc csit) lec 2
Intelligent agents (bsc csit) lec 2
 
introduction to inteligent IntelligentAgent.ppt
introduction to inteligent IntelligentAgent.pptintroduction to inteligent IntelligentAgent.ppt
introduction to inteligent IntelligentAgent.ppt
 
Intelligent agents (bsc csit) lec 2
Intelligent agents (bsc csit) lec 2Intelligent agents (bsc csit) lec 2
Intelligent agents (bsc csit) lec 2
 

Más de Emertxe Information Technologies Pvt Ltd

Más de Emertxe Information Technologies Pvt Ltd (20)

premium post (1).pdf
premium post (1).pdfpremium post (1).pdf
premium post (1).pdf
 
Career Transition (1).pdf
Career Transition (1).pdfCareer Transition (1).pdf
Career Transition (1).pdf
 
10_isxdigit.pdf
10_isxdigit.pdf10_isxdigit.pdf
10_isxdigit.pdf
 
01_student_record.pdf
01_student_record.pdf01_student_record.pdf
01_student_record.pdf
 
02_swap.pdf
02_swap.pdf02_swap.pdf
02_swap.pdf
 
01_sizeof.pdf
01_sizeof.pdf01_sizeof.pdf
01_sizeof.pdf
 
07_product_matrix.pdf
07_product_matrix.pdf07_product_matrix.pdf
07_product_matrix.pdf
 
06_sort_names.pdf
06_sort_names.pdf06_sort_names.pdf
06_sort_names.pdf
 
05_fragments.pdf
05_fragments.pdf05_fragments.pdf
05_fragments.pdf
 
04_magic_square.pdf
04_magic_square.pdf04_magic_square.pdf
04_magic_square.pdf
 
03_endianess.pdf
03_endianess.pdf03_endianess.pdf
03_endianess.pdf
 
02_variance.pdf
02_variance.pdf02_variance.pdf
02_variance.pdf
 
01_memory_manager.pdf
01_memory_manager.pdf01_memory_manager.pdf
01_memory_manager.pdf
 
09_nrps.pdf
09_nrps.pdf09_nrps.pdf
09_nrps.pdf
 
11_pangram.pdf
11_pangram.pdf11_pangram.pdf
11_pangram.pdf
 
10_combinations.pdf
10_combinations.pdf10_combinations.pdf
10_combinations.pdf
 
08_squeeze.pdf
08_squeeze.pdf08_squeeze.pdf
08_squeeze.pdf
 
07_strtok.pdf
07_strtok.pdf07_strtok.pdf
07_strtok.pdf
 
06_reverserec.pdf
06_reverserec.pdf06_reverserec.pdf
06_reverserec.pdf
 
05_reverseiter.pdf
05_reverseiter.pdf05_reverseiter.pdf
05_reverseiter.pdf
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 

Último (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 

Artificial Intelligence - An Introduction

  • 2. What is AI ? • According to the father of Artificial Intelligence, John McCarthy, it is “The science and engineering of making intelligent machines, especially intelligent computer programs”. • Any machine thinks out side of its program & behaves like an intelligent human being
  • 3. What to achieve with AI • To create expert systems with human intelligence such as learning , reasoning , applying & problem solving.
  • 5. Applications of AI • Games • Natural language processing • Expert systems • Vision systems • Speech recognition • Hand writing recognition • Intelligent Robots
  • 6. What is Intelligence ? • The ability of a system to calculate, reason, perceive relationships and analogies, learn from experience, store and retrieve information from memory, solve problems, comprehend complex ideas, use natural language fluently, classify, generalize, and adapt new situations.
  • 7. Types of Intelligence • Linguistic ( human tongue) • Musical ( human ear) • Logical ( human thinking) • Spatial (human eyes & imagination) • Bodily –kinesthetic ( human bodily movements) • Intra-personal ( human self realization) • Interpersonal (understanding others emotions)
  • 8. Constituents of Intelligence • Learning • Perception • Reasoning • Problem solving • Linguistic intelligence
  • 10. Constituents “Learning” • Activity of Gaining knowledge or skill by studying , practicing , being taught or experience – Auditory (listening) – Episodic ( a sequence of events) – Motor ( bodily movement like writing) – Observational – Perceptual ( remembering past events) – Relational ( remembering past event & acting now) – Spatial ( visualization) – Stimulus Response ( response to certain stimulus)
  • 11. Constituents “Perception” • It is the process of acquiring, interpreting, selecting, and organizing sensory information • Perception presumes sensing. In humans, perception is aided by sensory organs. In the domain of AI, perception mechanism puts the data acquired by the sensors together in a meaningful manner
  • 12. Constituents “Reasoning” • It is the set of processes that enables us to provide basis for judgement, making decisions, and prediction – Inductive • It conducts specific observations to makes broad general statements – Deductive • It starts with a general statement and examines the possibilities to reach a specific, logical conclusion
  • 13. Constituents “Problem Solving” • It is the process in which one perceives and tries to arrive at a desired solution from a present situation by taking some path, which is blocked by known or unknown hurdles • Problem solving also includes decision making, which is the process of selecting the best suitable alternative out of multiple alternatives to reach the desired goal are available
  • 14. Constituents “Linguistic Intelligence ” • It is one’s ability to use, comprehend, speak, and write the verbal and written language. It is important in interpersonal communication
  • 16. System Composition -AI • System comprises – Agent • Perceives environment through sensors & acts on the environment through effectors – Environment
  • 18. Agent-Terminology • Performance Measure – It is the criteria, which determines how successful an agent is. • Behavior – It is the action that agent performs after any given sequence of percepts. • Percept – It is agent’s perceptual inputs at a given instance. • Percept Sequence – It is the history of all that an agent has perceived till date. • Agent Function – It is a map from the precept sequence to an action
  • 19. Ideal Rational Agent • Capability of doing expected actions to maximize its performance measure
  • 20. Agent Structure • Agent = Architecture + Agent Program • Architecture = the machinery that an agent executes on. • Agent Program = an implementation of an agent function.
  • 21. Simple Reflex Agent • It choose actions only based on the current percept. • It is rational only if a correct decision is made only on the basis of current precept. • Its environment is completely observable
  • 23. Model Reflex Agent • It uses a model of the world to choose their actions. They maintain an internal state. • Model − The knowledge about “how the things happen in the world”. • Internal State − It is a representation of unobserved aspects of current state depending on percept history. • Updating the state requires the information about − • How the world evolves. • How the agent’s actions affect the world
  • 24. Model Reflex Agent Contd…
  • 25. Goal Based Agent • It chooses its actions in order to achieve goals. • Goal-based approach is more flexible than reflex agent since the knowledge supporting a decision is explicitly modeled, thereby allowing for modifications. • Goal − It is the description of desirable situations
  • 26. Goal based Agent Contd…
  • 27. Utility Based Agent • It chooses actions based on a preference (utility) for each state. • Goals are inadequate when − – There are conflicting goals, out of which only few can be achieved. – Goals have some uncertainty of being achieved and you need to weigh likelihood of success against the importance of a goal.
  • 29. Nature of Environment • Real – Continuous Interaction with Real world • Artificial – Other systems like key board , database etc..
  • 30. Properties of Environment • Discrete / Continuous − If there are a limited number of distinct, clearly defined, states of the environment, the environment is discrete (For example, chess); otherwise it is continuous (For example, driving). • Observable / Partially Observable − If it is possible to determine the complete state of the environment at each time point from the percepts it is observable; otherwise it is only partially observable. • Static / Dynamic − If the environment does not change while an agent is acting, then it is static; otherwise it is dynamic.
  • 31. Properties of Environment Contd... • Single agent / Multiple agents − The environment may contain other agents which may be of the same or different kind as that of the agent. • Accessible / Inaccessible − If the agent’s sensory apparatus can have access to the complete state of the environment, then the environment is accessible to that agent.
  • 32. Properties of Environment Contd... • Deterministic / Non-deterministic − If the next state of the environment is completely determined by the current state and the actions of the agent, then the environment is deterministic; otherwise it is non- deterministic. • Episodic / Non-episodic − In an episodic environment, each episode consists of the agent perceiving and then acting. The quality of its action depends just on the episode itself. Subsequent episodes do not depend on the actions in the previous episodes. Episodic environments are much simpler because the agent does not need to think ahead
  • 34. Programming Languages -AI • Python – Simple – Libs like Numpy(scientific computaion) Scypy(Advanced computing) Pybrian(machine learning) • Java • C++ – Speed , talk to hardware level • Lisp • Prolog
  • 35. Thank You Contact Info: sales@wdbsystems.com Visit us at www.wdbsystems.com