SlideShare a Scribd company logo
1
DISCOVER . LEARN . EMPOWER
UNIVERSITY INSTITUTE OF
ENGINEERING
DEPARTMENT OF COMPUTER SCIENCE
AND ENGG.
Bachelor of Engineering (Computer Science & Engineering)
Artificial Intelligence and Machine Learning(21CSH-316)
Prepared by:
Sitaram patel(E13285)
Chapter-1.1 Lecture-1
www.cuchd.in Computer Science and Engineering Department
AI
Creating Machine
with
Intelligence
www.cuchd.in Computer Science and Engineering Department
COURSE OUTCOMES
3
CO1-Understand the fundamental concepts and
techniques of artificial intelligence and machine
learning.
CO2- Apply the basic of python programming to
various problems related to AI
COURSE OBJECTIVES
4
To make familiar with the domain and
fundamentals of Artificial intelligence.
To provide a
comprehensive foundation
to Machine Learning and
Optimization methodology
with applications t.
To study learning processes:
supervised and unsupervised,
deterministic and statistical
knowledge of Machine learners,
and ensemble learning
To understand modern
techniques and practical trends
of Machine learning.
SYLLABUS
UNIT-I
Chapter-1
Concept of AI, history, current status, scope, agents, environments, Problem
Formulations, Review of tree and graph structures, State space representation,
Search graph and Search tree.
5
AREAS OF AI AND SOME
DEPENDENCIES
Search
Vision
Planning
Machine Learning
Knowledge Representation
Logic
Expert Systems
Robotics
NLP
WHAT IS ARTIFICIAL INTELLIGENCE ?
 making computers that think?
 the automation of activities we associate with human thinking, like decision
making, learning ... ?
 the art of creating machines that perform functions that require intelligence
when performed by people ?
 the study of mental faculties through the use of computational models ?
WHAT IS ARTIFICIAL INTELLIGENCE ?
 the study of computations that make it possible to perceive, reason and
act ?
 a field of study that seeks to explain and emulate intelligent behaviour
in terms of computational processes ?
 a branch of computer science that is concerned with the automation of
intelligent behaviour ?
 anything in Computing Science that we don't yet know how to do
properly ? (!)
WHAT IS ARTIFICIAL INTELLIGENCE ?
Systems that act
rationally
Systems that think
like humans
Systems that think
rationally
Systems that act
like humans
THOUGHT
BEHAVIOUR
HUMAN RATIONAL
GOALS OF AI
 To make computers more useful by letting them take over dangerous or tedious
tasks from human
 Understand principles of human intelligence
11
AI AGENTS & ENVIRONMENTS
-
 An AI system is composed of an agent and its environment.The agents act in their
environment.The environment may contain other agents.
What are Agent and Environment?
 An agent is anything that can perceive its environment through sensors and acts upon that
environment through effectors.
 A human agent has sensory organs such as eyes, ears, nose, tongue and skin parallel to the
sensors, and other organs such as hands, legs, mouth, for effectors.
 A robotic agent replaces cameras and infrared range finders for the sensors, and various
motors and actuators for effectors.
 A software agent has encoded bit strings as its programs and actions.
www.cuchd.in Computer Science and Engineering Department
CONT
 Agent Terminology
 Performance Measure of Agent It is the criteria, which determines how
−
successful an agent is.
 Behavior of Agent 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.
−
Scope of AI (AI Careers)
Fresher's should analyze their competencies and skills and choose a better AI
role with the potential for upward mobility.The future scope of Artificial
Intelligence continues to grow due to new job roles and advancements in the AI
field.The various roles in an AI career are as follows:
SCOPE OF AI (AI CAREERS)
 AI Analysts and Developers
 AI Engineer and Scientist
 AI researcher
 AI Algorithms Expert
 Robotics specialist
 Military and aviation specialist
 Maintenance and mechanical engineer
 Surgical AI technician
 The future of AI
 The future of Artificial Intelligence is bright in India, with many organizations opting for AI automation. It is
essential to understand the recent developments in AI to find suitable job roles based on your competencies.
The scope of Artificial Intelligence is limited to domestic and commercial purposes as the medical and aviation
sectors are also using AI to improve their services. If AI is outperforming human efforts, then opting for AI
automation will reduce costs in the long run for a business.
Automation in operational vehicles has created a buzz in the logistics industry as it is expected that
automated trucks/vehicles may soon be used.
14
HISTORY OF ARTIFICIAL INTELLIGENCE
 Myths –Greek Gaint Bronze warrior ‘Talos’
 1950- Alan Turing Proposed the popular ‘Turing Test’
 1951- The year of ‘Game AI’
 1956- John McCarthy coined the term ‘Artificial Intelligence’ at Dartmouth Conference
 1959-First AI Laboratory ‘MIT Lab’ established
 1960-First Robot introduced to the general motors assembly line
 1961-First Chatbot ‘Eliza’ invented
 1997-IBM’s Deep Blue beat World Chess Champion
 2005-Robotic car Stanley won DARPA grand challenge
 2011- IBM’s Watson
www.cuchd.in Computer Science and Engineering Department
15
DEMAND OF AI
 More Computation Power(advanced technology, GPUs)
 Big Data(Enormous data generated from all possible sources)
 Better Algorithms(new efficient algorithms based on neural networks, deep
learning)
 Popularity among Tech Gaints(Universities, Governments, Startups and leading IT
companies like Google, Microsoft, Facebook investing in AI)
www.cuchd.in Computer Science and Engineering Department
16
ARTIFICIAL INTELLIGENCE
 The term AI was first coined in the year 1956 by John McCarthy at Dartmouth
Conference.
 He defined AI as the science and engineering of making intelligent machines.
 AI can be defined as the theory and development of computer systems to be able
to perform task that normally require human intelligence.
www.cuchd.in Computer Science and Engineering Department
State spac representation
SPR
SEARCH ALGORITHMS
 Search algorithms differ by the order in which they visit (reach) the states in
the state graph following the edges between them. For some algorithms, that
order creates a tree superimposed over the state graph and whose root is the start
state.We call that tree a search tree and will consider only the algorithms that grow
it.But, how do we grow a search tree in those algorithms? Whenever we reach a
state, we create a node we mark with that state. Later, we insert the node into the
tree as a child of the node from whose state we reached it.
 We see the differences between the states in the state graph and nodes in the
search tree. Each state appears in the graph only once. But, it may appear in the
tree multiple times. That’s because, in the general case, there may be more than
one path from the start state to any other state in the graph. So, different search-
tree nodes marked with the same state represent different paths from the start
to that state.
 There lies the difference between the tree-like and the graph search
strategies.The latter avoids repeating the states in the search tree.
SEARCH GRAPH
 Graph search by AI refers to the process of using artificial intelligence techniques to search
and navigate through a graph data structure. A graph consists of nodes (vertices) and edges
that connect these nodes. Graph search algorithms aim to find specific nodes or paths within a
graph based on certain criteria.
 AI-powered graph search algorithms leverage techniques such as heuristic search, depth-first
search, breadth-first search, A* search, or other optimization methods to efficiently explore the
graph.These algorithms can be used in various domains, including computer science, data
analysis, recommendation systems, natural language processing, and more.
 By employing AI in graph search, algorithms can intelligently traverse the graph, evaluating
nodes and edges based on predefined rules or learned patterns.This allows for efficient
navigation, problem-solving, and decision-making within complex and interconnected data
structures. AI-powered graph search can be particularly useful in scenarios where traditional
search algorithms may be inefficient or impractical due to the size or complexity of the graph.
AI-APPLICATION
www.cuchd.in Computer Science and Engineering Department
 more powerful and more useful computers
 new and improved interfaces
 solving new problems
 better handling of information
 relieves information overload
 conversion of information into knowledge
Some Advantages of Artificial Intelligence
THE DISADVANTAGES
 increased costs
 difficulty with software development - slow and expensive
 few experienced programmers
 few practical products have reached the market as yet.
USEFUL RESOURCES
TEXT BOOKS:
 Rich E., Artificial Intelligence,Tata McGraw Hills.
 George F. Luger, Artificial Intelligence: Structures and Strategies for Complex Problem Solving,
Pearson Education Asia.
REFERENCE BOOKS:
 D.W.Patterson, Introduction to AI and Expert Systems, PHI.
 N.J.Nilsson, Principles of Artificial Intelligence, Kaufmann,1980
 Saroj Kaushik,Logic and Prolog Programming, New Age International Publications.
 PH.Winston,Artificial Intelligence, Addison Wesley.
www.cuchd.in Computer Science and Engineering Department
THANK YOU
For queries
Email: jasneete7747@cumail.in
25

More Related Content

PPTX
Artificial Intelligence (A.I) and Its Application -Seminar
PPTX
The Evolution and Impact of Artificial Intelligence
PPT
28th Jan Intro to AI.ppt
PPTX
AI 21-22 chpt 1 .pptx
PPTX
DakshSemwalcsA38
PPTX
ARTIFICIAL INTELLIGENCE for Human beings MORE SLIDES.pptx
PPTX
Artificial intelligence introduction and basis
PPTX
Lect-11- Artificial Intelligence technology.pptx
Artificial Intelligence (A.I) and Its Application -Seminar
The Evolution and Impact of Artificial Intelligence
28th Jan Intro to AI.ppt
AI 21-22 chpt 1 .pptx
DakshSemwalcsA38
ARTIFICIAL INTELLIGENCE for Human beings MORE SLIDES.pptx
Artificial intelligence introduction and basis
Lect-11- Artificial Intelligence technology.pptx

Similar to Machine learning and artificial intelligence solutions (20)

PPTX
Lecture 1- Artificial Intelligence - Introduction
PPTX
ARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALA
PPTX
Introduction-to-Artificial Intelligence and Data Science
PPTX
Artificial Intteligence-unit 1.pptx
PPTX
Artificial intelligence
PDF
ARTIFICIAL INTELLIGENCE_21CS3002.pdf pppt
PDF
Chapter three - Artificial intelligence.pdf
PPTX
Jainish ms ai
PPTX
ARTIFICIAL INTELLIGENCE-New.pptx
PPTX
AI Introduction-History-Foundation-Applications
PPTX
Artificial Intelligence -1.pptx. ajudnshdbdb
PPTX
Artificial Intelligence: How to prepare yourself for the future
PPTX
Artificial Intelligence (AI)Somali heer Jaamacadeed ah.pptx
PPTX
Artificial intelligence tapan
PPSX
Week 1 a - Introduction.ppsx this is good ppt
PPTX
Module 1_Artificial Intelligence_1234.pptx
DOCX
what is artificial intelligence,types how it works
PPTX
Exploring the World of Artificial Intelligence: Concepts , Applications , Imp...
PPTX
Artificial Intelligence.pptx
PPTX
chapter-1-1.pptxmsdsdvsdvnsdvndsvdvds i.
Lecture 1- Artificial Intelligence - Introduction
ARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALA
Introduction-to-Artificial Intelligence and Data Science
Artificial Intteligence-unit 1.pptx
Artificial intelligence
ARTIFICIAL INTELLIGENCE_21CS3002.pdf pppt
Chapter three - Artificial intelligence.pdf
Jainish ms ai
ARTIFICIAL INTELLIGENCE-New.pptx
AI Introduction-History-Foundation-Applications
Artificial Intelligence -1.pptx. ajudnshdbdb
Artificial Intelligence: How to prepare yourself for the future
Artificial Intelligence (AI)Somali heer Jaamacadeed ah.pptx
Artificial intelligence tapan
Week 1 a - Introduction.ppsx this is good ppt
Module 1_Artificial Intelligence_1234.pptx
what is artificial intelligence,types how it works
Exploring the World of Artificial Intelligence: Concepts , Applications , Imp...
Artificial Intelligence.pptx
chapter-1-1.pptxmsdsdvsdvnsdvndsvdvds i.
Ad

Recently uploaded (20)

PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PDF
Launch Your Data Science Career in Kochi – 2025
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PDF
Introduction to Business Data Analytics.
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
Computer network topology notes for revision
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PPTX
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
PPTX
climate analysis of Dhaka ,Banglades.pptx
PPTX
Major-Components-ofNKJNNKNKNKNKronment.pptx
PPTX
Global journeys: estimating international migration
PPTX
Supervised vs unsupervised machine learning algorithms
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PDF
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PDF
Clinical guidelines as a resource for EBP(1).pdf
PPT
Reliability_Chapter_ presentation 1221.5784
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
Launch Your Data Science Career in Kochi – 2025
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Introduction to Business Data Analytics.
IB Computer Science - Internal Assessment.pptx
Computer network topology notes for revision
IBA_Chapter_11_Slides_Final_Accessible.pptx
Data_Analytics_and_PowerBI_Presentation.pptx
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
climate analysis of Dhaka ,Banglades.pptx
Major-Components-ofNKJNNKNKNKNKronment.pptx
Global journeys: estimating international migration
Supervised vs unsupervised machine learning algorithms
Introduction-to-Cloud-ComputingFinal.pptx
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
Clinical guidelines as a resource for EBP(1).pdf
Reliability_Chapter_ presentation 1221.5784
Ad

Machine learning and artificial intelligence solutions

  • 1. 1 DISCOVER . LEARN . EMPOWER UNIVERSITY INSTITUTE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE AND ENGG. Bachelor of Engineering (Computer Science & Engineering) Artificial Intelligence and Machine Learning(21CSH-316) Prepared by: Sitaram patel(E13285) Chapter-1.1 Lecture-1 www.cuchd.in Computer Science and Engineering Department
  • 3. COURSE OUTCOMES 3 CO1-Understand the fundamental concepts and techniques of artificial intelligence and machine learning. CO2- Apply the basic of python programming to various problems related to AI
  • 4. COURSE OBJECTIVES 4 To make familiar with the domain and fundamentals of Artificial intelligence. To provide a comprehensive foundation to Machine Learning and Optimization methodology with applications t. To study learning processes: supervised and unsupervised, deterministic and statistical knowledge of Machine learners, and ensemble learning To understand modern techniques and practical trends of Machine learning.
  • 5. SYLLABUS UNIT-I Chapter-1 Concept of AI, history, current status, scope, agents, environments, Problem Formulations, Review of tree and graph structures, State space representation, Search graph and Search tree. 5
  • 6. AREAS OF AI AND SOME DEPENDENCIES Search Vision Planning Machine Learning Knowledge Representation Logic Expert Systems Robotics NLP
  • 7. WHAT IS ARTIFICIAL INTELLIGENCE ?  making computers that think?  the automation of activities we associate with human thinking, like decision making, learning ... ?  the art of creating machines that perform functions that require intelligence when performed by people ?  the study of mental faculties through the use of computational models ?
  • 8. WHAT IS ARTIFICIAL INTELLIGENCE ?  the study of computations that make it possible to perceive, reason and act ?  a field of study that seeks to explain and emulate intelligent behaviour in terms of computational processes ?  a branch of computer science that is concerned with the automation of intelligent behaviour ?  anything in Computing Science that we don't yet know how to do properly ? (!)
  • 9. WHAT IS ARTIFICIAL INTELLIGENCE ? Systems that act rationally Systems that think like humans Systems that think rationally Systems that act like humans THOUGHT BEHAVIOUR HUMAN RATIONAL
  • 10. GOALS OF AI  To make computers more useful by letting them take over dangerous or tedious tasks from human  Understand principles of human intelligence
  • 11. 11 AI AGENTS & ENVIRONMENTS -  An AI system is composed of an agent and its environment.The agents act in their environment.The environment may contain other agents. What are Agent and Environment?  An agent is anything that can perceive its environment through sensors and acts upon that environment through effectors.  A human agent has sensory organs such as eyes, ears, nose, tongue and skin parallel to the sensors, and other organs such as hands, legs, mouth, for effectors.  A robotic agent replaces cameras and infrared range finders for the sensors, and various motors and actuators for effectors.  A software agent has encoded bit strings as its programs and actions. www.cuchd.in Computer Science and Engineering Department
  • 12. CONT  Agent Terminology  Performance Measure of Agent It is the criteria, which determines how − successful an agent is.  Behavior of Agent 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. − Scope of AI (AI Careers) Fresher's should analyze their competencies and skills and choose a better AI role with the potential for upward mobility.The future scope of Artificial Intelligence continues to grow due to new job roles and advancements in the AI field.The various roles in an AI career are as follows:
  • 13. SCOPE OF AI (AI CAREERS)  AI Analysts and Developers  AI Engineer and Scientist  AI researcher  AI Algorithms Expert  Robotics specialist  Military and aviation specialist  Maintenance and mechanical engineer  Surgical AI technician  The future of AI  The future of Artificial Intelligence is bright in India, with many organizations opting for AI automation. It is essential to understand the recent developments in AI to find suitable job roles based on your competencies. The scope of Artificial Intelligence is limited to domestic and commercial purposes as the medical and aviation sectors are also using AI to improve their services. If AI is outperforming human efforts, then opting for AI automation will reduce costs in the long run for a business. Automation in operational vehicles has created a buzz in the logistics industry as it is expected that automated trucks/vehicles may soon be used.
  • 14. 14 HISTORY OF ARTIFICIAL INTELLIGENCE  Myths –Greek Gaint Bronze warrior ‘Talos’  1950- Alan Turing Proposed the popular ‘Turing Test’  1951- The year of ‘Game AI’  1956- John McCarthy coined the term ‘Artificial Intelligence’ at Dartmouth Conference  1959-First AI Laboratory ‘MIT Lab’ established  1960-First Robot introduced to the general motors assembly line  1961-First Chatbot ‘Eliza’ invented  1997-IBM’s Deep Blue beat World Chess Champion  2005-Robotic car Stanley won DARPA grand challenge  2011- IBM’s Watson www.cuchd.in Computer Science and Engineering Department
  • 15. 15 DEMAND OF AI  More Computation Power(advanced technology, GPUs)  Big Data(Enormous data generated from all possible sources)  Better Algorithms(new efficient algorithms based on neural networks, deep learning)  Popularity among Tech Gaints(Universities, Governments, Startups and leading IT companies like Google, Microsoft, Facebook investing in AI) www.cuchd.in Computer Science and Engineering Department
  • 16. 16 ARTIFICIAL INTELLIGENCE  The term AI was first coined in the year 1956 by John McCarthy at Dartmouth Conference.  He defined AI as the science and engineering of making intelligent machines.  AI can be defined as the theory and development of computer systems to be able to perform task that normally require human intelligence. www.cuchd.in Computer Science and Engineering Department
  • 18. SPR
  • 19. SEARCH ALGORITHMS  Search algorithms differ by the order in which they visit (reach) the states in the state graph following the edges between them. For some algorithms, that order creates a tree superimposed over the state graph and whose root is the start state.We call that tree a search tree and will consider only the algorithms that grow it.But, how do we grow a search tree in those algorithms? Whenever we reach a state, we create a node we mark with that state. Later, we insert the node into the tree as a child of the node from whose state we reached it.  We see the differences between the states in the state graph and nodes in the search tree. Each state appears in the graph only once. But, it may appear in the tree multiple times. That’s because, in the general case, there may be more than one path from the start state to any other state in the graph. So, different search- tree nodes marked with the same state represent different paths from the start to that state.  There lies the difference between the tree-like and the graph search strategies.The latter avoids repeating the states in the search tree.
  • 20. SEARCH GRAPH  Graph search by AI refers to the process of using artificial intelligence techniques to search and navigate through a graph data structure. A graph consists of nodes (vertices) and edges that connect these nodes. Graph search algorithms aim to find specific nodes or paths within a graph based on certain criteria.  AI-powered graph search algorithms leverage techniques such as heuristic search, depth-first search, breadth-first search, A* search, or other optimization methods to efficiently explore the graph.These algorithms can be used in various domains, including computer science, data analysis, recommendation systems, natural language processing, and more.  By employing AI in graph search, algorithms can intelligently traverse the graph, evaluating nodes and edges based on predefined rules or learned patterns.This allows for efficient navigation, problem-solving, and decision-making within complex and interconnected data structures. AI-powered graph search can be particularly useful in scenarios where traditional search algorithms may be inefficient or impractical due to the size or complexity of the graph.
  • 21. AI-APPLICATION www.cuchd.in Computer Science and Engineering Department
  • 22.  more powerful and more useful computers  new and improved interfaces  solving new problems  better handling of information  relieves information overload  conversion of information into knowledge Some Advantages of Artificial Intelligence
  • 23. THE DISADVANTAGES  increased costs  difficulty with software development - slow and expensive  few experienced programmers  few practical products have reached the market as yet.
  • 24. USEFUL RESOURCES TEXT BOOKS:  Rich E., Artificial Intelligence,Tata McGraw Hills.  George F. Luger, Artificial Intelligence: Structures and Strategies for Complex Problem Solving, Pearson Education Asia. REFERENCE BOOKS:  D.W.Patterson, Introduction to AI and Expert Systems, PHI.  N.J.Nilsson, Principles of Artificial Intelligence, Kaufmann,1980  Saroj Kaushik,Logic and Prolog Programming, New Age International Publications.  PH.Winston,Artificial Intelligence, Addison Wesley. www.cuchd.in Computer Science and Engineering Department
  • 25. THANK YOU For queries Email: jasneete7747@cumail.in 25