SlideShare a Scribd company logo
Presented By
Er. Bikash Acharya
Artificial Intelligence
Chapter 1:
INTRODUCTION
BE 6th Semester(TU)
Course Contents
1. Definition of Artificial Intelligence
2. Importance of Artificial Intelligence
3. AI and related fields
4. Brief history of Artificial Intelligence
5. Applications of Artificial Intelligence
6. Definition and importance of Knowledge, and learning.
Knowledge and Wisdom
Expectations
VS
Reality
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
• Act Humanly: Turing Test Approach
• Think Humanly: Cognitive Modelling Approach
• Think Rationally: The Laws of Thought Approach
• Act Rationally: The Rational Agent Approach
ARTIFICIAL INTELLIGENCE
One is concerned with thought processes and reasoning,
where as other addresses the behavior.
acting humanly: Searle’s Chinese Room
• Another famous test is called the “Chinese Room” which was proposed by John Searle in
a paper published in 1980.
• Suppose you have a computer in a room that reads Chinese characters as input, follows a
program and outputs (other) Chinese characters.
Suppose this computer does this so well that it passes the Turing Test (convinces a human
Chinese speaker that it is talking to another human Chinese speaker). Does the computer
understand Chinese?
• Suppose Searle is in the room, and he uses a dictionary to translate the input characters
from Chinese to English; he then constructs his answer to the question, translates that back
into Chinese and delivers the output—does Searle understand Chinese?
• Of course not
. • This is Searle’s argument: the computer doesn’t understand it either, because all it is
doing is translating words (symbols) from one language (representation) to another.
thinking humanly: Cognitive Modeling
Thinking humanly means trying to understand and model how the human mind works.
-- There are (at least) two possible routes that humans use to find the answer to a question:
– We reason about it to find the answer. This is called “introspection”.
– We conduct experiments to find the answer, drawing upon scientific techniques to
conduct controlled experiments and measure change.
--The field of Cognitive Science focuses on modeling how people think.
thinking humanly: Cognitive Modeling
thinking humanly: Cognitive Modeling
thinking rationally
• Trying to understand how we actually think is one route to AI. • But another approach is
to model how how we should think.
• The “thinking rationally” approach to AI uses symbolic logic to capture the laws of
rational thought as symbols that can be manipulated.
• Reasoning involves manipulating the symbols according to well-defined rules, kind of like
algebra.
• The result is an idealized model of human reasoning. This approach is attractive to
theoretists, i.e., modeling how humans should think and reason in an ideal world.
acting rationally: Rational Agents
• Acting rationally means acting to achieve one’s goals, given one’s beliefs or understanding
about the world. An agent is a system that perceives an environment and acts within that
environment. An intelligent agent is one that acts rationally with respect to its goals. For
example, an agent that is designed to play a game should make moves that increase its
chances of winning the game. • When constructing an intelligent agent, emphasis shifts
from designing the theoretically best decision-making procedure to designing the best
decision-making procedure possible within the circumstances in which the agent is acting. •
Logical approaches may be used to help find the best action, but there are also other
approaches. • Achieving so-called “perfect rationality”, making the best decision
theoretically possible, is not usually possible due to limited resources in a real environment
(e.g., time, memory, computational power, uncertainty, etc.). • The trick is to do the best
with the information and resources you have. This represents a shift in the field of AI from
optimizing (early AI) to satisfying (more recent AI).
Foundations of AI
Philosophy:
Logic, reasoning, mind as a physical system, foundations of learning, language and rationality.
1. Where does knowledge come from?
 How does knowledge lead to action?
 How does mental mind arise from physical brain?
2. Can formal rules be used to draw valid conclusions?
Mathematics:
Formal representation and proof algorithms, computation, undecidability, intractability, probability.
1. What are the formal rules to draw the valid conclusions?
 What can be computed?
 How do we reason with uncertain information?
Psychology:
Adaptation, phenomena of perception and motor control.
1. How humans and animals think and act?
Foundations of AI
Economics:
Formal theory of rational decisions, game theory, operation research.
 How should we make decisions so as to maximize payoff?
 How should we do this when others may not go along?
 How should we do this when the payoff may be far in future?
Linguistics:
Knowledge representation, grammar
 How does language relate to thought? Neuroscience:
Physical substrate for mental activities
 How do brains process information?
Computer Engineering:
 How do we build efficient computers?
Control Theory:
Homeostatic systems (devices containing appropriate feedbacks to achieve stable adaptive behaviour), stability,
optimal agent design
 How can artifacts operate under their own control?
BRIEF HISTORY OF AI
The gestation of of AI (1943-
1955):
–1943: Warren Mc Culloch and
Walter Pitts: a model of artificial
boolean neurons to perform
computations.
– First steps toward connectionist
computation and learning (Hebbian
learning).
BRIEF HISTORY OF AI
The Birth of an Idea (1950)
Alan Turing’s “Computing Machinery and Intelligence”
First complete vision of AI.
Alan Turing published a landmark paper in 1950,
speculating about creating machines that “think.”
The premise of the Turing Test was that a computer
was truly intelligent if a normal human could not
design questions that could differentiate between a
computer response and a human one.
The Birth of AI (1956)
• Dartmouth Workshop bringing together top minds on automata theory, neural nets and the study of intelligence.
• Allen Newell and Herbert Simon: The logic theorist (first nonnumeric thinking program used for theorem proving)
– For the next 20 years the field was dominated by these participants.
Great expectations (1952-1969):
• Newell and Simon introduced the General Problem Solver. – Imitation of human problem-solving
• Arthur Samuel (1952-) investigated game playing (checkers ) with great success. –John McCarthy(1958-) :
– Inventor of Lisp (second-oldest high-level language)
– Logic oriented, Advice Taker (separation between knowledge and reasoning)
• Marvin Minsky (1958 )
• – Introduction of microworlds that appear to require intelligence to solve: e.g. blocks- world.
• – Anti-logic orientation, society of the mind.
A dose of reality (1966 - 1973):
• – Progress was slower than expected.
• – Unrealistic predictions.
• – programs knew nothing of their subject matter; they succeeded by means of simple syntactic
manipulations
• – Some systems lacked scalability.
• – Combinatorial explosion in search.
• – Most of the early AI programs solved problems by trying out different combinations of steps until the
solution was found. This strategy worked initially because microworlds contained
• very few objects and hence very few possible actions and very short solution sequences.
AI revival through knowledge-based systems (1969-1979):
• General-purpose vs. domain specific
- E.g. the DENDRAL project (Buchanan et al. 1969)
• First successful knowledge intensive system. The problem of inferring molecular
structure from the information provided by a mass spectrometer.
• – Expert systems
- MYCIN to diagnose blood infections (Feigenbaum et al.) Included introduction of
uncertainty in reasoning.
• Increase in knowledge representation research. - Logic, frames, semantic nets,
AI becomes an industry (1980 - present):
• – R1: Commercial Expert system
• – Fifth generation project in Japan (1981) to build intelligent computers
running prolog.
• – American response Puts an end to the AI winter, where many companies failed to
deliver on extravagant promises.
Connectionist revival (1986 - present): (Return of Neural Network):
• – Parallel distributed processing (RumelHart and McClelland, 1986);
• – Connectionist approach and backpropagation.
AI becomes a science (1987 - present):
• – In speech recognition: hidden markov models
• – In neural networks
• – In uncertain reasoning and expert systems: Bayesian network formalism
• – Data Mining
The emergence of intelligent agents (1995 - present):
• – The whole agent problem:
“How does an agent act/behave embedded in real environments with continuous
• sensory inputs:
• AI systems have become so common in Web-based applications that the “-bot” suffix has
entered everyday language
• – Human Level AI: machines that think, learn and create. Eg: Driving Cars, recognizing
speech etc.
• – Artificial General Intelligence: universal algorithm for learning and acting in any
environments
Availability of Very Large Datasets (2001 - present):
• – 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 AI suggests that for
many problems, it makes more sense to worry about the data and be less picky about
what algorithm to apply.
• – Suppose you use Photoshop to mask out an ex-(girl/boy) friend from a
group photo, but now you need to fill in the masked area with something that
matches the background.
• – Use an algorithm that searches through a collection of photos to find something
that will match. The algorithm may work poor when used with a collection of only ten
thousand photos, but may cross a threshold into excellent performance when grew the
collection to two million photos
• – “AI Winter” may be yielding to a “New Spring”
Applications of AI
Explore Recent:
• - TikTok Algorithm
• - https://ai.facebook.com/
• - PUBG finish placement prediction
• - AI in Zoom (Zoom introduced virtual backgrounds for mobile, laptop, and desktop devices. They have
introduced advanced AI background noise detection to automatically reduce environmental noises, such as
fans, dogs barking, and vacuum cleaners. )

More Related Content

What's hot

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligencefalepiz
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine Learning
Knoldus Inc.
 
best presentation Artitficial Intelligence
best presentation Artitficial Intelligencebest presentation Artitficial Intelligence
best presentation Artitficial Intelligencejennifer joe
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Narendra Kumawat
 
Artificial Intelligence presentation
Artificial Intelligence presentationArtificial Intelligence presentation
Artificial Intelligence presentation
Anmol Jha
 
The Top Trends in Artificial Intelligence
The Top Trends in Artificial IntelligenceThe Top Trends in Artificial Intelligence
The Top Trends in Artificial Intelligence
Erling Hesselberg
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSourabh Sharma
 
Machine learning
Machine learning Machine learning
Machine learning
Saurabh Agrawal
 
Aritificial intelligence
Aritificial intelligenceAritificial intelligence
Aritificial intelligence
Dr. Jasmine Beulah Gnanadurai
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentationlpaviglianiti
 
Artificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programsArtificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programs
Derak Davis
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
HANISHTHARWANI21BCE1
 
An Overview of Artificial intelligence (Part 1)
An Overview of Artificial intelligence (Part 1)An Overview of Artificial intelligence (Part 1)
An Overview of Artificial intelligence (Part 1)
Vijay R. Joshi
 
Technologies Demystified: Artificial Intelligence
Technologies Demystified: Artificial IntelligenceTechnologies Demystified: Artificial Intelligence
Technologies Demystified: Artificial Intelligence
Pioneers.io
 
Introduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examplesIntroduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examples
BMS Institute of Technology and Management
 
(r)Evolution of Machine Learning
(r)Evolution of Machine Learning(r)Evolution of Machine Learning
(r)Evolution of Machine Learning
Pankaj Tirpude
 
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
 
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete DeckAI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
SlideTeam
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Girish Naik
 

What's hot (20)

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine Learning
 
best presentation Artitficial Intelligence
best presentation Artitficial Intelligencebest presentation Artitficial Intelligence
best presentation Artitficial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence presentation
Artificial Intelligence presentationArtificial Intelligence presentation
Artificial Intelligence presentation
 
The Top Trends in Artificial Intelligence
The Top Trends in Artificial IntelligenceThe Top Trends in Artificial Intelligence
The Top Trends in Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Machine learning
Machine learning Machine learning
Machine learning
 
Aritificial intelligence
Aritificial intelligenceAritificial intelligence
Aritificial intelligence
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Artificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programsArtificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programs
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
An Overview of Artificial intelligence (Part 1)
An Overview of Artificial intelligence (Part 1)An Overview of Artificial intelligence (Part 1)
An Overview of Artificial intelligence (Part 1)
 
Technologies Demystified: Artificial Intelligence
Technologies Demystified: Artificial IntelligenceTechnologies Demystified: Artificial Intelligence
Technologies Demystified: Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Introduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examplesIntroduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examples
 
(r)Evolution of Machine Learning
(r)Evolution of Machine Learning(r)Evolution of Machine Learning
(r)Evolution of Machine Learning
 
Introduction to artificial intelligence lecture 1
Introduction to artificial intelligence lecture 1Introduction to artificial intelligence lecture 1
Introduction to artificial intelligence lecture 1
 
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete DeckAI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 

Similar to 1 Introduction to AI.pptx

Lec1 introduction
Lec1 introductionLec1 introduction
Lec1 introduction
Sheheen83
 
AI.ppt
AI.pptAI.ppt
AI.ppt
Mard Geer
 
#1 Lecture .pptx
#1 Lecture .pptx#1 Lecture .pptx
#1 Lecture .pptx
ssuserfc00ad
 
Unit 1 AI.pptx
Unit 1 AI.pptxUnit 1 AI.pptx
Unit 1 AI.pptx
jsjsjeusjsj
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
mailmerk
 
Intro artificial intelligence
Intro artificial intelligenceIntro artificial intelligence
Intro artificial intelligence
Fraz Ali
 
ARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm PaperARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm Paper
Muhammad Ahmed
 
Module-1.1.pdf of aiml engineering mod 1
Module-1.1.pdf of aiml engineering mod 1Module-1.1.pdf of aiml engineering mod 1
Module-1.1.pdf of aiml engineering mod 1
fariyaPatel
 
AIML_Unit1.pptx
AIML_Unit1.pptxAIML_Unit1.pptx
AIML_Unit1.pptx
Somnath Kolgiri
 
Cognitive Science Unit 2
Cognitive Science Unit 2Cognitive Science Unit 2
Cognitive Science Unit 2CSITSansar
 
Introduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdfIntroduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdf
gqgy2nsf5x
 
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introduction
BHAGYAPRASADBUGGE
 
01_Artificial_Intelligence-Introduction.ppt
01_Artificial_Intelligence-Introduction.ppt01_Artificial_Intelligence-Introduction.ppt
01_Artificial_Intelligence-Introduction.ppt
MemMem25
 
PPT ON INTRODUCTION TO AI- UNIT-1-PART-1.pptx
PPT ON INTRODUCTION TO AI- UNIT-1-PART-1.pptxPPT ON INTRODUCTION TO AI- UNIT-1-PART-1.pptx
PPT ON INTRODUCTION TO AI- UNIT-1-PART-1.pptx
RaviKiranVarma4
 
Artificial intelligence - Approach and Method
Artificial intelligence - Approach and MethodArtificial intelligence - Approach and Method
Artificial intelligence - Approach and Method
Ruchi Jain
 
Artificial intelligence(02)
Artificial intelligence(02)Artificial intelligence(02)
Artificial intelligence(02)
Nazir Ahmed
 
Artificial Intelligent introduction or history
Artificial Intelligent introduction or historyArtificial Intelligent introduction or history
Artificial Intelligent introduction or history
Arslan Sattar
 
Lec-1.pdf
Lec-1.pdfLec-1.pdf
Lec-1.pdf
ZainabShahzad9
 
Ch 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfCh 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdf
KrishnaMadala1
 

Similar to 1 Introduction to AI.pptx (20)

Lec1 introduction
Lec1 introductionLec1 introduction
Lec1 introduction
 
AI.ppt
AI.pptAI.ppt
AI.ppt
 
#1 Lecture .pptx
#1 Lecture .pptx#1 Lecture .pptx
#1 Lecture .pptx
 
Unit 1 AI.pptx
Unit 1 AI.pptxUnit 1 AI.pptx
Unit 1 AI.pptx
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Intro artificial intelligence
Intro artificial intelligenceIntro artificial intelligence
Intro artificial intelligence
 
ARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm PaperARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm Paper
 
Module-1.1.pdf of aiml engineering mod 1
Module-1.1.pdf of aiml engineering mod 1Module-1.1.pdf of aiml engineering mod 1
Module-1.1.pdf of aiml engineering mod 1
 
AIML_Unit1.pptx
AIML_Unit1.pptxAIML_Unit1.pptx
AIML_Unit1.pptx
 
Cognitive Science Unit 2
Cognitive Science Unit 2Cognitive Science Unit 2
Cognitive Science Unit 2
 
Lect 01, 02
Lect 01, 02Lect 01, 02
Lect 01, 02
 
Introduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdfIntroduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdf
 
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introduction
 
01_Artificial_Intelligence-Introduction.ppt
01_Artificial_Intelligence-Introduction.ppt01_Artificial_Intelligence-Introduction.ppt
01_Artificial_Intelligence-Introduction.ppt
 
PPT ON INTRODUCTION TO AI- UNIT-1-PART-1.pptx
PPT ON INTRODUCTION TO AI- UNIT-1-PART-1.pptxPPT ON INTRODUCTION TO AI- UNIT-1-PART-1.pptx
PPT ON INTRODUCTION TO AI- UNIT-1-PART-1.pptx
 
Artificial intelligence - Approach and Method
Artificial intelligence - Approach and MethodArtificial intelligence - Approach and Method
Artificial intelligence - Approach and Method
 
Artificial intelligence(02)
Artificial intelligence(02)Artificial intelligence(02)
Artificial intelligence(02)
 
Artificial Intelligent introduction or history
Artificial Intelligent introduction or historyArtificial Intelligent introduction or history
Artificial Intelligent introduction or history
 
Lec-1.pdf
Lec-1.pdfLec-1.pdf
Lec-1.pdf
 
Ch 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfCh 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdf
 

Recently uploaded

GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 

Recently uploaded (20)

GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 

1 Introduction to AI.pptx

  • 1. Presented By Er. Bikash Acharya Artificial Intelligence Chapter 1: INTRODUCTION BE 6th Semester(TU)
  • 2. Course Contents 1. Definition of Artificial Intelligence 2. Importance of Artificial Intelligence 3. AI and related fields 4. Brief history of Artificial Intelligence 5. Applications of Artificial Intelligence 6. Definition and importance of Knowledge, and learning.
  • 7. ARTIFICIAL INTELLIGENCE • Act Humanly: Turing Test Approach • Think Humanly: Cognitive Modelling Approach • Think Rationally: The Laws of Thought Approach • Act Rationally: The Rational Agent Approach
  • 8. ARTIFICIAL INTELLIGENCE One is concerned with thought processes and reasoning, where as other addresses the behavior.
  • 9. acting humanly: Searle’s Chinese Room • Another famous test is called the “Chinese Room” which was proposed by John Searle in a paper published in 1980. • Suppose you have a computer in a room that reads Chinese characters as input, follows a program and outputs (other) Chinese characters. Suppose this computer does this so well that it passes the Turing Test (convinces a human Chinese speaker that it is talking to another human Chinese speaker). Does the computer understand Chinese? • Suppose Searle is in the room, and he uses a dictionary to translate the input characters from Chinese to English; he then constructs his answer to the question, translates that back into Chinese and delivers the output—does Searle understand Chinese? • Of course not . • This is Searle’s argument: the computer doesn’t understand it either, because all it is doing is translating words (symbols) from one language (representation) to another.
  • 10. thinking humanly: Cognitive Modeling Thinking humanly means trying to understand and model how the human mind works. -- There are (at least) two possible routes that humans use to find the answer to a question: – We reason about it to find the answer. This is called “introspection”. – We conduct experiments to find the answer, drawing upon scientific techniques to conduct controlled experiments and measure change. --The field of Cognitive Science focuses on modeling how people think.
  • 13. thinking rationally • Trying to understand how we actually think is one route to AI. • But another approach is to model how how we should think. • The “thinking rationally” approach to AI uses symbolic logic to capture the laws of rational thought as symbols that can be manipulated. • Reasoning involves manipulating the symbols according to well-defined rules, kind of like algebra. • The result is an idealized model of human reasoning. This approach is attractive to theoretists, i.e., modeling how humans should think and reason in an ideal world.
  • 14. acting rationally: Rational Agents • Acting rationally means acting to achieve one’s goals, given one’s beliefs or understanding about the world. An agent is a system that perceives an environment and acts within that environment. An intelligent agent is one that acts rationally with respect to its goals. For example, an agent that is designed to play a game should make moves that increase its chances of winning the game. • When constructing an intelligent agent, emphasis shifts from designing the theoretically best decision-making procedure to designing the best decision-making procedure possible within the circumstances in which the agent is acting. • Logical approaches may be used to help find the best action, but there are also other approaches. • Achieving so-called “perfect rationality”, making the best decision theoretically possible, is not usually possible due to limited resources in a real environment (e.g., time, memory, computational power, uncertainty, etc.). • The trick is to do the best with the information and resources you have. This represents a shift in the field of AI from optimizing (early AI) to satisfying (more recent AI).
  • 15. Foundations of AI Philosophy: Logic, reasoning, mind as a physical system, foundations of learning, language and rationality. 1. Where does knowledge come from?  How does knowledge lead to action?  How does mental mind arise from physical brain? 2. Can formal rules be used to draw valid conclusions? Mathematics: Formal representation and proof algorithms, computation, undecidability, intractability, probability. 1. What are the formal rules to draw the valid conclusions?  What can be computed?  How do we reason with uncertain information? Psychology: Adaptation, phenomena of perception and motor control. 1. How humans and animals think and act?
  • 16. Foundations of AI Economics: Formal theory of rational decisions, game theory, operation research.  How should we make decisions so as to maximize payoff?  How should we do this when others may not go along?  How should we do this when the payoff may be far in future? Linguistics: Knowledge representation, grammar  How does language relate to thought? Neuroscience: Physical substrate for mental activities  How do brains process information? Computer Engineering:  How do we build efficient computers? Control Theory: Homeostatic systems (devices containing appropriate feedbacks to achieve stable adaptive behaviour), stability, optimal agent design  How can artifacts operate under their own control?
  • 17. BRIEF HISTORY OF AI The gestation of of AI (1943- 1955): –1943: Warren Mc Culloch and Walter Pitts: a model of artificial boolean neurons to perform computations. – First steps toward connectionist computation and learning (Hebbian learning).
  • 18. BRIEF HISTORY OF AI The Birth of an Idea (1950) Alan Turing’s “Computing Machinery and Intelligence” First complete vision of AI. Alan Turing published a landmark paper in 1950, speculating about creating machines that “think.” The premise of the Turing Test was that a computer was truly intelligent if a normal human could not design questions that could differentiate between a computer response and a human one.
  • 19.
  • 20. The Birth of AI (1956) • Dartmouth Workshop bringing together top minds on automata theory, neural nets and the study of intelligence. • Allen Newell and Herbert Simon: The logic theorist (first nonnumeric thinking program used for theorem proving) – For the next 20 years the field was dominated by these participants.
  • 21. Great expectations (1952-1969): • Newell and Simon introduced the General Problem Solver. – Imitation of human problem-solving • Arthur Samuel (1952-) investigated game playing (checkers ) with great success. –John McCarthy(1958-) : – Inventor of Lisp (second-oldest high-level language) – Logic oriented, Advice Taker (separation between knowledge and reasoning) • Marvin Minsky (1958 ) • – Introduction of microworlds that appear to require intelligence to solve: e.g. blocks- world. • – Anti-logic orientation, society of the mind.
  • 22. A dose of reality (1966 - 1973): • – Progress was slower than expected. • – Unrealistic predictions. • – programs knew nothing of their subject matter; they succeeded by means of simple syntactic manipulations • – Some systems lacked scalability. • – Combinatorial explosion in search. • – Most of the early AI programs solved problems by trying out different combinations of steps until the solution was found. This strategy worked initially because microworlds contained • very few objects and hence very few possible actions and very short solution sequences.
  • 23. AI revival through knowledge-based systems (1969-1979): • General-purpose vs. domain specific - E.g. the DENDRAL project (Buchanan et al. 1969) • First successful knowledge intensive system. The problem of inferring molecular structure from the information provided by a mass spectrometer. • – Expert systems - MYCIN to diagnose blood infections (Feigenbaum et al.) Included introduction of uncertainty in reasoning. • Increase in knowledge representation research. - Logic, frames, semantic nets, AI becomes an industry (1980 - present): • – R1: Commercial Expert system • – Fifth generation project in Japan (1981) to build intelligent computers running prolog. • – American response Puts an end to the AI winter, where many companies failed to deliver on extravagant promises.
  • 24. Connectionist revival (1986 - present): (Return of Neural Network): • – Parallel distributed processing (RumelHart and McClelland, 1986); • – Connectionist approach and backpropagation. AI becomes a science (1987 - present): • – In speech recognition: hidden markov models • – In neural networks • – In uncertain reasoning and expert systems: Bayesian network formalism • – Data Mining The emergence of intelligent agents (1995 - present): • – The whole agent problem: “How does an agent act/behave embedded in real environments with continuous • sensory inputs: • AI systems have become so common in Web-based applications that the “-bot” suffix has entered everyday language • – Human Level AI: machines that think, learn and create. Eg: Driving Cars, recognizing speech etc. • – Artificial General Intelligence: universal algorithm for learning and acting in any environments
  • 25. Availability of Very Large Datasets (2001 - present): • – 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 AI suggests that for many problems, it makes more sense to worry about the data and be less picky about what algorithm to apply. • – Suppose you use Photoshop to mask out an ex-(girl/boy) friend from a group photo, but now you need to fill in the masked area with something that matches the background. • – Use an algorithm that searches through a collection of photos to find something that will match. The algorithm may work poor when used with a collection of only ten thousand photos, but may cross a threshold into excellent performance when grew the collection to two million photos • – “AI Winter” may be yielding to a “New Spring”
  • 26.
  • 28. Explore Recent: • - TikTok Algorithm • - https://ai.facebook.com/ • - PUBG finish placement prediction • - AI in Zoom (Zoom introduced virtual backgrounds for mobile, laptop, and desktop devices. They have introduced advanced AI background noise detection to automatically reduce environmental noises, such as fans, dogs barking, and vacuum cleaners. )