SlideShare a Scribd company logo
Artificial Intelligence
and
Machine Learning
Dr. Somnath Kolgiri (ME, PhD Mechanical )
SBPCOE, Indapur, Pune
Unit1:Introduction to AI & ML
2
WHAT IS ARTIFICIAL INTELLIGENCE(AI)?
The word Artificial Intelligence comprises of two words
“Artificial” and “Intelligence”. Artificial refers to something
which is made by humans or non-natural thing and Intelligence
means the ability to understand or think.
AI is the study of how to train the computers so that
computers can do things which at present human can do
better. Therefore, AI is an intelligence where we want to add all
the capabilities to machine that human contains.
WHAT IS MACHINE LEARNING(ML)?
3
MACHINE LEARNING is an application of Artificial intelligence in which
machine can automatically learn on its own and improve from
experience without being explicitly programmed.
ML gives computer that which makes it more similar to humans: The
ability to learn.
Machine learning is a subset of AI that focuses on a narrow range of
activities. It is, in fact, the only real artificial intelligence with some
applications in real-world problems.
Introduction
• According to the father of Artificial Intelligence, John McCarthy, it is “The
science and engineering of making intelligent machines, especially intelligent
computer programs”. Artificial Intelligence is a way of making a computer, a
computer-controlled robot, or a software think intelligently, in the similar
manner the intelligent humans think
• Machine Learning (ML) is usually considered as a subfield of AI. ML is a data-
driven approach focused on creating algorithms that has the ability to learn from
the data without being explicitly programmed.
• What is the need of AI?
• AI technology is important because it enables human capabilities –understanding,
reasoning, planning, communication and perception – to be undertaken by
software increasingly effectively, efficiently and at low cost. ... Applications of AI-
powered computer vision will be particularly significant in the transport sector.
4
AI Definitions
• The study of how to make programs/computers do things that people do
better
• The study of how to make computers solve problems which require knowledge
and intelligence
• The exciting new effort to make computers think … machines with minds
• The automation of activities that we associate with human thinking (e.g.,
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
• A field of study that seeks to explain and emulate intelligent behavior in terms
of computational processes
• The branch of computer science that is concerned with the automation of
Thinking
machines or
machine
intelligence
Studying
cognitive
faculties
Problem
Solving and
CS
So What Is AI?
• AI as a field of study
• Computer Science
• Cognitive Science
• Psychology
• Philosophy
• Linguistics
• Neuroscience
• AI is part science, part engineering
• AI often must study other domains in order to implement systems
• e.g., medicine and medical practices for a medical diagnostic system, engineering and
chemistry to monitor a chemical processing plant
• AI is a belief that the brain is a form of biological computer and that the mind is
computational
• AI has had a concrete impact on society but unlike other areas of CS, the impact is
often
• felt only tangentially (that is, people are not aware that system X has AI)
• felt years after the initial investment in the technology
What is Intelligence?
• Is there a “holistic” definition for intelligence?
• Here are some definitions:
• the ability to comprehend; to understand and profit from experience
• a general mental capability that involves the ability to reason, plan, solve problems, think
abstractly, comprehend ideas and language, and learn
• is effectively perceiving, interpreting and responding to the environment
• None of these tells us what intelligence is, so instead, maybe we can enumerate a
list of elements that an intelligence must be able to perform:
• perceive, reason and infer, solve problems, learn and adapt, apply common sense, apply
analogy, recall, apply intuition, reach emotional states, achieve self-awareness
• Which of these are necessary for intelligence? Which are sufficient?
• Artificial Intelligence – should we define this in terms of human intelligence?
• does AI have to really be intelligent?
• what is the difference between being intelligent and demonstrating intelligent behavior?
History of AI
• [1943-1955] The gestation of artificial intelligence ,McCulloch & Pitts: model of artificial neurons
• Two undergraduate students at Harvard, Marvin Minsky and Dean Edmonds, built the first neural
network computer in 1950.
• Alan Turing gave lectures on the topic as early as 1947 at the London Mathematical Society and
articulated a persuasive agenda in his 1950 article "Computing Machinery and Intelligence.
• [1956] The birth of artificial intelligence John McCarthy moved to Dartmouth College. He
convinced Minsky, Claude Shannon, and Nathaniel Rochester to help him bring together
U.S. researchers interested in automata theory, neural nets, and the study of intelligence.
• [1952-1969] Early enthusiasm, great expectations of General Problem Solver (GPS). This
program was designed from the start to imitate human problem-solving protocols. Within
the limited class of puzzles it could handle, it turned out that the order in which the
program considered sub goals and possible actions was similar to that in which humans
approached the same problems.
8
History of AI
• [1966-1973] A dose of reality ○ Simon stated that within 10 years a computer would be
chess champion, and a significant mathematical theorem would be proved by machine.
• [1974-1980] First AI winter ○ (1966), a report by an advisory committee found that "there
has been no machine translation of general scientific text, and none is in immediate
prospect." All U.S. government funding for academic translation projects was canceled.
• [1980-present] AI becomes an industry ○ The first successful commercial expert system,
RI, began operation at the Digital Equipment Corporation (McDermott, 1982).
• [2001-present] The availability of very large data sets ○ Throughout the 60-year history of
computer science, the emphasis has been on the algorithm as the main subject of study.
But some recent work in Al suggests that for many problems, it makes more sense to
worry about the data and be less picky about what algorithm to apply.
9
A Brief History of AI: 1950s
• Computers were thought of as an electronic brains
• Term “Artificial Intelligence” coined by John McCarthy
• John McCarthy also created Lisp in the late 1950s
• Alan Turing defines intelligence as passing the Imitation
Game (Turing Test)
• AI research largely revolves around toy domains
• Computers of the era didn’t have enough power or memory to
solve useful problems
• Problems being researched include
• games (e.g., checkers)
• primitive machine translation
• blocks world (planning and natural language understanding within the
toy domain)
• early neural networks researched: the perceptron
• automated theorem proving and mathematics problem solving
The 1960s
• AI attempts to move beyond toy domains
• Syntactic knowledge alone does not work, domain
knowledge required
• Early machine translation could translate English to Russian (“the
spirit is willing but the flesh is weak” becomes “the vodka is good
but the meat is spoiled”)
• Earliest expert system created: Dendral
• Perceptron research comes to a grinding halt when it is
proved that a perceptron cannot learn the X OR operator
• US sponsored research into AI targets specific areas – not
including machine translation
• Weizenbaum creates Eliza to demonstrate the futility of AI
1970s
• AI researchers address real-world problems and solutions through
expert (knowledge-based) systems
• Medical diagnosis
• Speech recognition
• Planning
• Design
• Uncertainty handling implemented
• Fuzzy logic
• Certainty factors
• Bayesian probabilities
• AI begins to get noticed due to these successes
• AI research increased
• AI labs sprouting up everywhere
• AI shells (tools) created
• AI machines available for Lisp programming
• Criticism: AI systems are too brittle, AI systems take too much time
and effort to create, AI systems do not learn
1980s: AI Winter
• Funding dries up leading to the AI Winter
• Too many expectations were not met
• Expert systems took too long to develop, too much money to
invest, the results did not pay off
• Neural Networks to the rescue!
• Expert systems took programming, and took dozens of man-
years of efforts to develop, but if we could get the computer
to learn how to solve the problem…
• Multi-layered back-propagation networks got around the
problems of perceptrons
• Neural network research heavily funded because it promised
to solve the problems that symbolic AI could not
• By 1990, funding for neural network research was
slowly disappearing as well
• Neural networks had their own problems and largely could
not solve a majority of the AI problems being investigated
• Panic! How can AI continue without funding?
1990s: A Life
• The dumbest smart thing you can do is staying alive
• We start over – lets not create intelligence, lets just create
“life” and slowly build towards intelligence
• Alife is the lower bound of AI
• Alife includes
• evolutionary learning techniques (genetic algorithms)
• artificial neural networks for additional forms of learning
• perception and motor control
• adaptive systems
• modeling the environment
• Let’s disguise AI as something new, maybe we’ll get
some funding that way!
• Problems: genetic algorithms are useful in solving some
optimization problems and some search-based problems, but
not very useful for expert problems
• perceptual problems are among the most difficult being
solved, very slow progress
Today: The New (Old) AI
• Look around, who is doing AI research?
• By their own admission, AI researchers are not doing “AI”, they are
doing
• Intelligent agents, multi-agent systems/collaboration
• Ontologies
• Machine learning and data mining
• Adaptive and perceptual systems
• Robotics, path planning
• Search engines, filtering, recommendation systems
• Areas of current research interest:
• NLU/Information Retrieval, Speech Recognition
• Planning/Design, Diagnosis/Interpretation
• Sensor Interpretation, Perception, Visual Understanding
• Robotics
• Approaches
• Knowledge-based
• Ontologies
• Probabilistic (HMM, Bayesian Nets)
• Neural Networks, Fuzzy Logic, Genetic Algorithms
Brain vs. Computer
• In AI, we compare the brain (or the mind) and the
computer
• Our hope: the brain is a form of computer
• Our goal: we can create computer intelligence through
programming just as people become intelligent by learning
But we see that the computer
is not like the brain
The computer performs tasks
without understanding what
its doing
Does the brain understand
what its doing when it solves
problems?
Comparison of Artificial Intelligence and Data
Science
• Data Science is a
comprehensive process that
involves pre-processing,
analysis, visualization and
prediction.
• On the other hand, AI is
the implementation of a
predictive model to forecast
future events.
• Data Science comprises of
various statistical techniques
whereas AI makes use of
computer algorithms.
17
Need of AI in Mechanical Engineering
• It can be termed as Machine intelligence.
• It combines a wide variety of advanced technologies to give machine
the ability to learn, adapt, make decisions and display behaviors not
explicitly programmed into their original capabilities.
• Different Areas: Robotics, Speech Recognition, Facial Recognition,
navigation mapping, motion, planning, and object recognition.
• Mechanical engineers with AI skills would be required to work on
software which can handle data provided by sensors in components
of power plant, production facility or consumer products. ... Data
collected from Supervisory Control And Data Acquisition (SCADA) can
help predict failures, avoiding any loss of money or life.
18
Introduction to Machine Learning
• Machine learning is making great strides
• Large, good data sets
• Compute power
• Progress in algorithms
• Many interesting applications
• commericial
• scientific
• Links with artificial intelligence
• However, AI  machine learning
19
What are the 5 components of AI
• Research in AI has focused chiefly on the following components of
intelligence: learning, reasoning, problem-solving, perception, and
language-understanding.
• Learning. Learning is distinguished into a number of different forms. ...
• Learning is one of the fundamental building blocks of artificial intelligence (AI) solutions.
• From a conceptual standpoint, learning is a process that improves the knowledge of an
AI program by making observations about its environment.
• Reasoning.
• Problem-solving.
• Perception.
• Language-understanding.
20
• Reasoning: plays a great role in the process of artificial Intelligence. Thus Reasoning can be
defined as the logical process of drawing conclusions, making predictions or constructing
approaches towards a particular thought with the help of existing knowledge.
• Problem Solving: In Artificial Intelligence, the users can solve the problem by performing
logical algorithms, utilizing polynomial and differential equations, and executing them using
modeling paradigms. There can be various solutions to a single problem, which are achieved by
different heuristics.
• Knowledge: Representation and reasoning is the field of artificial intelligence (AI) dedicated to
representing information about the world in a form that a computer system can use to solve
complex tasks such as diagnosing a medical condition or having a dialog in a natural language.
• Planning: in Artificial Intelligence is about the decision making tasks performed by the robots
or computer programs to achieve a specific goal. The execution of planning is about choosing
a sequence of actions with a high likelihood to complete the specific task
• Perception: in Artificial Intelligence is the process of interpreting vision, sounds, smell, and
touch. Perception helps to build machines or robots that react like humans. ... The main
difference between AI and robot is that the robot makes actions in the real world.
• Motion: AI is improving robotic motion tasks by breaking down individual joint movements
into motion primitives or sequences of movement. ... For example, when motors and drives
are in upper-level control, AI can respond to and manipulate uncommon changes in real time.
• Manipulation: Will artificial intelligence one day be able to use our cognitive biases against ...
including the possibility of AI that may one day be able to manipulate
21
Approaches to AI
• Cybernetics and brain simulation
• Cybernetics and artificial intelligence (AI) are often considered the same thing, with cybernetics
having something to do with creating intelligent cyborgs and robots. ... Cybernetics more broadly
encompasses the study of how systems regulate themselves and take action toward goals based
on feedback from the environment.
• Symbolic
• In the Symbolic approach, AI applications process strings of characters that represent real-world
entities or concepts. Symbols can be arranged in structures such as lists, hierarchies, or networks
and these structures show how symbols relate to each other.
• Sub-symbolic
• Implicit representation is derived from the learning from experience with no symbolic
representation of rules and properties. The main assumption of the subsymbolic paradigm is that
the ability to extract a good model with limited experience makes a model successful.
• Statistical
• It's a process where the AI system gather, organize, analyze and interpret numerical information
from data. More and more industries are applying AL to process improvement in the design and
manufacture of their products. 22
Approaches to ML
• Supervised learning
• regression: predict numerical values
• classification: predict categorical values, i.e., labels
• Unsupervised learning
• clustering: group data according to "distance"
• association: find frequent co-occurrences
• link prediction: discover relationships in data
• data reduction: project features to fewer features
• Reinforcement learning
• Reinforcement learning is the training of machine learning models to make a sequence
of decisions.
• To get the machine to do what the programmer wants, the artificial intelligence gets
either rewards or penalties for the actions it performs. Its goal is to maximize the total
reward. 23
Text Books
• 1. Deisenroth, Faisal, Ong, Mathematics for Machine Learning,
Cambridge University Press, 2020.
• 2. B Joshi, Machine Learning and Artificial Intelligence, Springer, 2020.
• 3. Parag Kulkarni and Prachi Joshi, “Artificial Intelligence – Building
Intelligent Systems”, PHI learning Pvt. Ltd., ISBN – 978-81-203-5046-5,
2015
• 4. Stuart Russell and Peter Norvig (1995), “Artificial Intelligence: A
Modern Approach,” Third edition, Pearson, 200
24
References Books
• 1. Solanki, Kumar, Nayyar, Emerging Trends and Applications of
Machine Learning, IGI Global, 2018.
• 2. Mohri, Rostamizdeh, Talwalkar, Foundations of Machine Learning,
MIT Press, 2018.
• 3. Kumar, Zindani, Davim, Artificial Intelligence in Mechanical and
Industrial Engineering, CRC Press, 2021.
• 4. Zsolt Nagy - Artificial Intelligence and Machine Learning
Fundamentals-Apress (2018)
• 5. Artificial Intelligence by Elaine Rich, Kevin Knight and Nair, TMH
25
Web References
• 1. http://nptel.ac.in/courses/111101003/
• 2. https://nptel.ac.in/courses/106/106/106106202/
• 3. https://nptel.ac.in/courses/112/103/112103280/
• 4. https://www.analyticsvidhya.com
26

More Related Content

What's hot

Deep learning
Deep learningDeep learning
Deep learning
Mohamed Loey
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
RajkumarVara
 
Agents1
Agents1Agents1
Agents1
Amar Jukuntla
 
2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence
Mhd Sb
 
Types Of Artificial Intelligence | Edureka
Types Of Artificial Intelligence | EdurekaTypes Of Artificial Intelligence | Edureka
Types Of Artificial Intelligence | Edureka
Edureka!
 
Artificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesArtificial Intelligence Searching Techniques
Artificial Intelligence Searching Techniques
Dr. C.V. Suresh Babu
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
Adarsh Pathak
 
Evolution & Future Of Artificial Intelligence
Evolution & Future Of Artificial IntelligenceEvolution & Future Of Artificial Intelligence
Evolution & Future Of Artificial Intelligence
AishwaryaBhardwaj14
 
Introduction to artificial intelligence lecture 1
Introduction to artificial intelligence lecture 1Introduction to artificial intelligence lecture 1
Introduction to artificial intelligence lecture 1
REHAN IJAZ
 
What is artificial intelligence? What are task domains in AI?
What is artificial intelligence? What are task domains in AI?What is artificial intelligence? What are task domains in AI?
What is artificial intelligence? What are task domains in AI?
Cyber Infrastructure INC
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
Pardeep Vats
 
Informed search
Informed searchInformed search
Informed search
Amit Kumar Rathi
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
Ramla Sheikh
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 
Problem Solving
Problem Solving Problem Solving
Problem Solving
Amar Jukuntla
 
Applications of artificial intelligence assiginment2
Applications of artificial intelligence assiginment2Applications of artificial intelligence assiginment2
Applications of artificial intelligence assiginment2
Pal Neeraj
 
Presentation on artificial intelligence
Presentation on artificial intelligencePresentation on artificial intelligence
Presentation on artificial intelligence
Kawsar Ahmed
 
Turing Test in Artificial Intelligence.pptx
Turing Test in Artificial Intelligence.pptxTuring Test in Artificial Intelligence.pptx
Turing Test in Artificial Intelligence.pptx
RSAISHANKAR
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
Edureka!
 
Hill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial IntelligenceHill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial Intelligence
Bharat Bhushan
 

What's hot (20)

Deep learning
Deep learningDeep learning
Deep learning
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
Agents1
Agents1Agents1
Agents1
 
2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence
 
Types Of Artificial Intelligence | Edureka
Types Of Artificial Intelligence | EdurekaTypes Of Artificial Intelligence | Edureka
Types Of Artificial Intelligence | Edureka
 
Artificial Intelligence Searching Techniques
Artificial Intelligence Searching TechniquesArtificial Intelligence Searching Techniques
Artificial Intelligence Searching Techniques
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Evolution & Future Of Artificial Intelligence
Evolution & Future Of Artificial IntelligenceEvolution & Future Of Artificial Intelligence
Evolution & Future Of Artificial Intelligence
 
Introduction to artificial intelligence lecture 1
Introduction to artificial intelligence lecture 1Introduction to artificial intelligence lecture 1
Introduction to artificial intelligence lecture 1
 
What is artificial intelligence? What are task domains in AI?
What is artificial intelligence? What are task domains in AI?What is artificial intelligence? What are task domains in AI?
What is artificial intelligence? What are task domains in AI?
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
 
Informed search
Informed searchInformed search
Informed search
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
Problem Solving
Problem Solving Problem Solving
Problem Solving
 
Applications of artificial intelligence assiginment2
Applications of artificial intelligence assiginment2Applications of artificial intelligence assiginment2
Applications of artificial intelligence assiginment2
 
Presentation on artificial intelligence
Presentation on artificial intelligencePresentation on artificial intelligence
Presentation on artificial intelligence
 
Turing Test in Artificial Intelligence.pptx
Turing Test in Artificial Intelligence.pptxTuring Test in Artificial Intelligence.pptx
Turing Test in Artificial Intelligence.pptx
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
 
Hill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial IntelligenceHill Climbing Algorithm in Artificial Intelligence
Hill Climbing Algorithm in Artificial Intelligence
 

Similar to AIML_Unit1.pptx

Artificial intelligence.pptx
Artificial intelligence.pptxArtificial intelligence.pptx
Artificial intelligence.pptx
Muahmmad Rafiq
 
A.I.
A.I.A.I.
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introduction
BHAGYAPRASADBUGGE
 
Lec 1 introduction
Lec 1  introductionLec 1  introduction
Lec 1 introduction
Eyob Sisay
 
1 Introduction to AI.pptx
1 Introduction to AI.pptx1 Introduction to AI.pptx
1 Introduction to AI.pptx
BikashAcharya13
 
AI.ppt
AI.pptAI.ppt
AI.ppt
Mard Geer
 
#1 Lecture .pptx
#1 Lecture .pptx#1 Lecture .pptx
#1 Lecture .pptx
ssuserfc00ad
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
pramiidhaaavula
 
Machine Learning, AI and the Brain
Machine Learning, AI and the Brain Machine Learning, AI and the Brain
Machine Learning, AI and the Brain
TechExeter
 
computer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligencecomputer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligence
KhanKhaja1
 
ai.ppt
ai.pptai.ppt
ai.ppt
securework
 
ai.ppt
ai.pptai.ppt
ai.ppt
KhanKhaja1
 
Introduction to Artificial Intelligences
Introduction to Artificial IntelligencesIntroduction to Artificial Intelligences
Introduction to Artificial Intelligences
Meenakshi Paul
 
Artificial Intelligence_Himani Patpatia.pptx
Artificial Intelligence_Himani Patpatia.pptxArtificial Intelligence_Himani Patpatia.pptx
Artificial Intelligence_Himani Patpatia.pptx
HimaniPatpatia
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
mailmerk
 
Cognitive Science.ppt
Cognitive Science.pptCognitive Science.ppt
Cognitive Science.ppt
BalasundaramSr
 

Similar to AIML_Unit1.pptx (20)

Artificial intelligence.pptx
Artificial intelligence.pptxArtificial intelligence.pptx
Artificial intelligence.pptx
 
A.I.
A.I.A.I.
A.I.
 
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introduction
 
Lec 1 introduction
Lec 1  introductionLec 1  introduction
Lec 1 introduction
 
1 Introduction to AI.pptx
1 Introduction to AI.pptx1 Introduction to AI.pptx
1 Introduction to AI.pptx
 
AI.ppt
AI.pptAI.ppt
AI.ppt
 
#1 Lecture .pptx
#1 Lecture .pptx#1 Lecture .pptx
#1 Lecture .pptx
 
Ch~3.pdf
Ch~3.pdfCh~3.pdf
Ch~3.pdf
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Machine Learning, AI and the Brain
Machine Learning, AI and the Brain Machine Learning, AI and the Brain
Machine Learning, AI and the Brain
 
computer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligencecomputer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligence
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
Introduction to Artificial Intelligences
Introduction to Artificial IntelligencesIntroduction to Artificial Intelligences
Introduction to Artificial Intelligences
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
Artificial Intelligence_Himani Patpatia.pptx
Artificial Intelligence_Himani Patpatia.pptxArtificial Intelligence_Himani Patpatia.pptx
Artificial Intelligence_Himani Patpatia.pptx
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Cognitive Science.ppt
Cognitive Science.pptCognitive Science.ppt
Cognitive Science.ppt
 
M1 intro
M1 introM1 intro
M1 intro
 

More from Somnath Kolgiri

Spure gear deging unit 1
Spure gear deging unit 1Spure gear deging unit 1
Spure gear deging unit 1
Somnath Kolgiri
 
Unit 5 threaded joint
Unit 5 threaded jointUnit 5 threaded joint
Unit 5 threaded joint
Somnath Kolgiri
 
Unit 3 design against fluctuation load
Unit 3 design against fluctuation loadUnit 3 design against fluctuation load
Unit 3 design against fluctuation load
Somnath Kolgiri
 
Kolgiri ph d _mech_engg
Kolgiri ph d _mech_enggKolgiri ph d _mech_engg
Kolgiri ph d _mech_engg
Somnath Kolgiri
 
Unit 01
Unit 01Unit 01
Unit1 designof levers
Unit1 designof leversUnit1 designof levers
Unit1 designof levers
Somnath Kolgiri
 
Unit 1 what is machine design
Unit 1 what is machine designUnit 1 what is machine design
Unit 1 what is machine design
Somnath Kolgiri
 
Unit 2 design of shaft
Unit 2 design of shaftUnit 2 design of shaft
Unit 2 design of shaft
Somnath Kolgiri
 

More from Somnath Kolgiri (8)

Spure gear deging unit 1
Spure gear deging unit 1Spure gear deging unit 1
Spure gear deging unit 1
 
Unit 5 threaded joint
Unit 5 threaded jointUnit 5 threaded joint
Unit 5 threaded joint
 
Unit 3 design against fluctuation load
Unit 3 design against fluctuation loadUnit 3 design against fluctuation load
Unit 3 design against fluctuation load
 
Kolgiri ph d _mech_engg
Kolgiri ph d _mech_enggKolgiri ph d _mech_engg
Kolgiri ph d _mech_engg
 
Unit 01
Unit 01Unit 01
Unit 01
 
Unit1 designof levers
Unit1 designof leversUnit1 designof levers
Unit1 designof levers
 
Unit 1 what is machine design
Unit 1 what is machine designUnit 1 what is machine design
Unit 1 what is machine design
 
Unit 2 design of shaft
Unit 2 design of shaftUnit 2 design of shaft
Unit 2 design of shaft
 

Recently uploaded

AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 

Recently uploaded (20)

AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 

AIML_Unit1.pptx

  • 1. Artificial Intelligence and Machine Learning Dr. Somnath Kolgiri (ME, PhD Mechanical ) SBPCOE, Indapur, Pune
  • 2. Unit1:Introduction to AI & ML 2 WHAT IS ARTIFICIAL INTELLIGENCE(AI)? The word Artificial Intelligence comprises of two words “Artificial” and “Intelligence”. Artificial refers to something which is made by humans or non-natural thing and Intelligence means the ability to understand or think. AI is the study of how to train the computers so that computers can do things which at present human can do better. Therefore, AI is an intelligence where we want to add all the capabilities to machine that human contains.
  • 3. WHAT IS MACHINE LEARNING(ML)? 3 MACHINE LEARNING is an application of Artificial intelligence in which machine can automatically learn on its own and improve from experience without being explicitly programmed. ML gives computer that which makes it more similar to humans: The ability to learn. Machine learning is a subset of AI that focuses on a narrow range of activities. It is, in fact, the only real artificial intelligence with some applications in real-world problems.
  • 4. Introduction • According to the father of Artificial Intelligence, John McCarthy, it is “The science and engineering of making intelligent machines, especially intelligent computer programs”. Artificial Intelligence is a way of making a computer, a computer-controlled robot, or a software think intelligently, in the similar manner the intelligent humans think • Machine Learning (ML) is usually considered as a subfield of AI. ML is a data- driven approach focused on creating algorithms that has the ability to learn from the data without being explicitly programmed. • What is the need of AI? • AI technology is important because it enables human capabilities –understanding, reasoning, planning, communication and perception – to be undertaken by software increasingly effectively, efficiently and at low cost. ... Applications of AI- powered computer vision will be particularly significant in the transport sector. 4
  • 5. AI Definitions • The study of how to make programs/computers do things that people do better • The study of how to make computers solve problems which require knowledge and intelligence • The exciting new effort to make computers think … machines with minds • The automation of activities that we associate with human thinking (e.g., 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 • A field of study that seeks to explain and emulate intelligent behavior in terms of computational processes • The branch of computer science that is concerned with the automation of Thinking machines or machine intelligence Studying cognitive faculties Problem Solving and CS
  • 6. So What Is AI? • AI as a field of study • Computer Science • Cognitive Science • Psychology • Philosophy • Linguistics • Neuroscience • AI is part science, part engineering • AI often must study other domains in order to implement systems • e.g., medicine and medical practices for a medical diagnostic system, engineering and chemistry to monitor a chemical processing plant • AI is a belief that the brain is a form of biological computer and that the mind is computational • AI has had a concrete impact on society but unlike other areas of CS, the impact is often • felt only tangentially (that is, people are not aware that system X has AI) • felt years after the initial investment in the technology
  • 7. What is Intelligence? • Is there a “holistic” definition for intelligence? • Here are some definitions: • the ability to comprehend; to understand and profit from experience • a general mental capability that involves the ability to reason, plan, solve problems, think abstractly, comprehend ideas and language, and learn • is effectively perceiving, interpreting and responding to the environment • None of these tells us what intelligence is, so instead, maybe we can enumerate a list of elements that an intelligence must be able to perform: • perceive, reason and infer, solve problems, learn and adapt, apply common sense, apply analogy, recall, apply intuition, reach emotional states, achieve self-awareness • Which of these are necessary for intelligence? Which are sufficient? • Artificial Intelligence – should we define this in terms of human intelligence? • does AI have to really be intelligent? • what is the difference between being intelligent and demonstrating intelligent behavior?
  • 8. History of AI • [1943-1955] The gestation of artificial intelligence ,McCulloch & Pitts: model of artificial neurons • Two undergraduate students at Harvard, Marvin Minsky and Dean Edmonds, built the first neural network computer in 1950. • Alan Turing gave lectures on the topic as early as 1947 at the London Mathematical Society and articulated a persuasive agenda in his 1950 article "Computing Machinery and Intelligence. • [1956] The birth of artificial intelligence John McCarthy moved to Dartmouth College. He convinced Minsky, Claude Shannon, and Nathaniel Rochester to help him bring together U.S. researchers interested in automata theory, neural nets, and the study of intelligence. • [1952-1969] Early enthusiasm, great expectations of General Problem Solver (GPS). This program was designed from the start to imitate human problem-solving protocols. Within the limited class of puzzles it could handle, it turned out that the order in which the program considered sub goals and possible actions was similar to that in which humans approached the same problems. 8
  • 9. History of AI • [1966-1973] A dose of reality ○ Simon stated that within 10 years a computer would be chess champion, and a significant mathematical theorem would be proved by machine. • [1974-1980] First AI winter ○ (1966), a report by an advisory committee found that "there has been no machine translation of general scientific text, and none is in immediate prospect." All U.S. government funding for academic translation projects was canceled. • [1980-present] AI becomes an industry ○ The first successful commercial expert system, RI, began operation at the Digital Equipment Corporation (McDermott, 1982). • [2001-present] The availability of very large data sets ○ Throughout the 60-year history of computer science, the emphasis has been on the algorithm as the main subject of study. But some recent work in Al suggests that for many problems, it makes more sense to worry about the data and be less picky about what algorithm to apply. 9
  • 10. A Brief History of AI: 1950s • Computers were thought of as an electronic brains • Term “Artificial Intelligence” coined by John McCarthy • John McCarthy also created Lisp in the late 1950s • Alan Turing defines intelligence as passing the Imitation Game (Turing Test) • AI research largely revolves around toy domains • Computers of the era didn’t have enough power or memory to solve useful problems • Problems being researched include • games (e.g., checkers) • primitive machine translation • blocks world (planning and natural language understanding within the toy domain) • early neural networks researched: the perceptron • automated theorem proving and mathematics problem solving
  • 11. The 1960s • AI attempts to move beyond toy domains • Syntactic knowledge alone does not work, domain knowledge required • Early machine translation could translate English to Russian (“the spirit is willing but the flesh is weak” becomes “the vodka is good but the meat is spoiled”) • Earliest expert system created: Dendral • Perceptron research comes to a grinding halt when it is proved that a perceptron cannot learn the X OR operator • US sponsored research into AI targets specific areas – not including machine translation • Weizenbaum creates Eliza to demonstrate the futility of AI
  • 12. 1970s • AI researchers address real-world problems and solutions through expert (knowledge-based) systems • Medical diagnosis • Speech recognition • Planning • Design • Uncertainty handling implemented • Fuzzy logic • Certainty factors • Bayesian probabilities • AI begins to get noticed due to these successes • AI research increased • AI labs sprouting up everywhere • AI shells (tools) created • AI machines available for Lisp programming • Criticism: AI systems are too brittle, AI systems take too much time and effort to create, AI systems do not learn
  • 13. 1980s: AI Winter • Funding dries up leading to the AI Winter • Too many expectations were not met • Expert systems took too long to develop, too much money to invest, the results did not pay off • Neural Networks to the rescue! • Expert systems took programming, and took dozens of man- years of efforts to develop, but if we could get the computer to learn how to solve the problem… • Multi-layered back-propagation networks got around the problems of perceptrons • Neural network research heavily funded because it promised to solve the problems that symbolic AI could not • By 1990, funding for neural network research was slowly disappearing as well • Neural networks had their own problems and largely could not solve a majority of the AI problems being investigated • Panic! How can AI continue without funding?
  • 14. 1990s: A Life • The dumbest smart thing you can do is staying alive • We start over – lets not create intelligence, lets just create “life” and slowly build towards intelligence • Alife is the lower bound of AI • Alife includes • evolutionary learning techniques (genetic algorithms) • artificial neural networks for additional forms of learning • perception and motor control • adaptive systems • modeling the environment • Let’s disguise AI as something new, maybe we’ll get some funding that way! • Problems: genetic algorithms are useful in solving some optimization problems and some search-based problems, but not very useful for expert problems • perceptual problems are among the most difficult being solved, very slow progress
  • 15. Today: The New (Old) AI • Look around, who is doing AI research? • By their own admission, AI researchers are not doing “AI”, they are doing • Intelligent agents, multi-agent systems/collaboration • Ontologies • Machine learning and data mining • Adaptive and perceptual systems • Robotics, path planning • Search engines, filtering, recommendation systems • Areas of current research interest: • NLU/Information Retrieval, Speech Recognition • Planning/Design, Diagnosis/Interpretation • Sensor Interpretation, Perception, Visual Understanding • Robotics • Approaches • Knowledge-based • Ontologies • Probabilistic (HMM, Bayesian Nets) • Neural Networks, Fuzzy Logic, Genetic Algorithms
  • 16. Brain vs. Computer • In AI, we compare the brain (or the mind) and the computer • Our hope: the brain is a form of computer • Our goal: we can create computer intelligence through programming just as people become intelligent by learning But we see that the computer is not like the brain The computer performs tasks without understanding what its doing Does the brain understand what its doing when it solves problems?
  • 17. Comparison of Artificial Intelligence and Data Science • Data Science is a comprehensive process that involves pre-processing, analysis, visualization and prediction. • On the other hand, AI is the implementation of a predictive model to forecast future events. • Data Science comprises of various statistical techniques whereas AI makes use of computer algorithms. 17
  • 18. Need of AI in Mechanical Engineering • It can be termed as Machine intelligence. • It combines a wide variety of advanced technologies to give machine the ability to learn, adapt, make decisions and display behaviors not explicitly programmed into their original capabilities. • Different Areas: Robotics, Speech Recognition, Facial Recognition, navigation mapping, motion, planning, and object recognition. • Mechanical engineers with AI skills would be required to work on software which can handle data provided by sensors in components of power plant, production facility or consumer products. ... Data collected from Supervisory Control And Data Acquisition (SCADA) can help predict failures, avoiding any loss of money or life. 18
  • 19. Introduction to Machine Learning • Machine learning is making great strides • Large, good data sets • Compute power • Progress in algorithms • Many interesting applications • commericial • scientific • Links with artificial intelligence • However, AI  machine learning 19
  • 20. What are the 5 components of AI • Research in AI has focused chiefly on the following components of intelligence: learning, reasoning, problem-solving, perception, and language-understanding. • Learning. Learning is distinguished into a number of different forms. ... • Learning is one of the fundamental building blocks of artificial intelligence (AI) solutions. • From a conceptual standpoint, learning is a process that improves the knowledge of an AI program by making observations about its environment. • Reasoning. • Problem-solving. • Perception. • Language-understanding. 20
  • 21. • Reasoning: plays a great role in the process of artificial Intelligence. Thus Reasoning can be defined as the logical process of drawing conclusions, making predictions or constructing approaches towards a particular thought with the help of existing knowledge. • Problem Solving: In Artificial Intelligence, the users can solve the problem by performing logical algorithms, utilizing polynomial and differential equations, and executing them using modeling paradigms. There can be various solutions to a single problem, which are achieved by different heuristics. • Knowledge: Representation and reasoning is the field of artificial intelligence (AI) dedicated to representing information about the world in a form that a computer system can use to solve complex tasks such as diagnosing a medical condition or having a dialog in a natural language. • Planning: in Artificial Intelligence is about the decision making tasks performed by the robots or computer programs to achieve a specific goal. The execution of planning is about choosing a sequence of actions with a high likelihood to complete the specific task • Perception: in Artificial Intelligence is the process of interpreting vision, sounds, smell, and touch. Perception helps to build machines or robots that react like humans. ... The main difference between AI and robot is that the robot makes actions in the real world. • Motion: AI is improving robotic motion tasks by breaking down individual joint movements into motion primitives or sequences of movement. ... For example, when motors and drives are in upper-level control, AI can respond to and manipulate uncommon changes in real time. • Manipulation: Will artificial intelligence one day be able to use our cognitive biases against ... including the possibility of AI that may one day be able to manipulate 21
  • 22. Approaches to AI • Cybernetics and brain simulation • Cybernetics and artificial intelligence (AI) are often considered the same thing, with cybernetics having something to do with creating intelligent cyborgs and robots. ... Cybernetics more broadly encompasses the study of how systems regulate themselves and take action toward goals based on feedback from the environment. • Symbolic • In the Symbolic approach, AI applications process strings of characters that represent real-world entities or concepts. Symbols can be arranged in structures such as lists, hierarchies, or networks and these structures show how symbols relate to each other. • Sub-symbolic • Implicit representation is derived from the learning from experience with no symbolic representation of rules and properties. The main assumption of the subsymbolic paradigm is that the ability to extract a good model with limited experience makes a model successful. • Statistical • It's a process where the AI system gather, organize, analyze and interpret numerical information from data. More and more industries are applying AL to process improvement in the design and manufacture of their products. 22
  • 23. Approaches to ML • Supervised learning • regression: predict numerical values • classification: predict categorical values, i.e., labels • Unsupervised learning • clustering: group data according to "distance" • association: find frequent co-occurrences • link prediction: discover relationships in data • data reduction: project features to fewer features • Reinforcement learning • Reinforcement learning is the training of machine learning models to make a sequence of decisions. • To get the machine to do what the programmer wants, the artificial intelligence gets either rewards or penalties for the actions it performs. Its goal is to maximize the total reward. 23
  • 24. Text Books • 1. Deisenroth, Faisal, Ong, Mathematics for Machine Learning, Cambridge University Press, 2020. • 2. B Joshi, Machine Learning and Artificial Intelligence, Springer, 2020. • 3. Parag Kulkarni and Prachi Joshi, “Artificial Intelligence – Building Intelligent Systems”, PHI learning Pvt. Ltd., ISBN – 978-81-203-5046-5, 2015 • 4. Stuart Russell and Peter Norvig (1995), “Artificial Intelligence: A Modern Approach,” Third edition, Pearson, 200 24
  • 25. References Books • 1. Solanki, Kumar, Nayyar, Emerging Trends and Applications of Machine Learning, IGI Global, 2018. • 2. Mohri, Rostamizdeh, Talwalkar, Foundations of Machine Learning, MIT Press, 2018. • 3. Kumar, Zindani, Davim, Artificial Intelligence in Mechanical and Industrial Engineering, CRC Press, 2021. • 4. Zsolt Nagy - Artificial Intelligence and Machine Learning Fundamentals-Apress (2018) • 5. Artificial Intelligence by Elaine Rich, Kevin Knight and Nair, TMH 25
  • 26. Web References • 1. http://nptel.ac.in/courses/111101003/ • 2. https://nptel.ac.in/courses/106/106/106106202/ • 3. https://nptel.ac.in/courses/112/103/112103280/ • 4. https://www.analyticsvidhya.com 26