SlideShare une entreprise Scribd logo
1  sur  28
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. )

Contenu connexe

Tendances

artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 
Artificial Intelligence Introduction
Artificial Intelligence Introduction Artificial Intelligence Introduction
Artificial Intelligence Introduction Kaushlendra Rajput
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceDhrumil Shah
 
Artifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT KurukshetraArtifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT KurukshetraNarendra Panwar
 
Stuart russell and peter norvig artificial intelligence - a modern approach...
Stuart russell and peter norvig   artificial intelligence - a modern approach...Stuart russell and peter norvig   artificial intelligence - a modern approach...
Stuart russell and peter norvig artificial intelligence - a modern approach...Lê Anh Đạt
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence PresentationAdarsh Pathak
 
Artificial intelligence tapan
Artificial intelligence tapanArtificial intelligence tapan
Artificial intelligence tapanTapan Khilar
 
Artificial intelegence semifinal round (3rd rank)
Artificial intelegence semifinal round (3rd rank)Artificial intelegence semifinal round (3rd rank)
Artificial intelegence semifinal round (3rd rank)Hîmãlåy Làdhä
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceNeil Mathew
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 DigiGurukul
 
best presentation Artitficial Intelligence
best presentation Artitficial Intelligencebest presentation Artitficial Intelligence
best presentation Artitficial Intelligencejennifer joe
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence pramiidhaaavula
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceNitesh Kumar
 

Tendances (20)

Ai 01 introduction
Ai 01 introductionAi 01 introduction
Ai 01 introduction
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
Artificial Intelligence Introduction
Artificial Intelligence Introduction Artificial Intelligence Introduction
Artificial Intelligence Introduction
 
Artifical intelligence (a.i)
Artifical intelligence (a.i)Artifical intelligence (a.i)
Artifical intelligence (a.i)
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT KurukshetraArtifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT Kurukshetra
 
Stuart russell and peter norvig artificial intelligence - a modern approach...
Stuart russell and peter norvig   artificial intelligence - a modern approach...Stuart russell and peter norvig   artificial intelligence - a modern approach...
Stuart russell and peter norvig artificial intelligence - a modern approach...
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
A.I.PPT
A.I.PPTA.I.PPT
A.I.PPT
 
Artificial intelligence tapan
Artificial intelligence tapanArtificial intelligence tapan
Artificial intelligence tapan
 
Artificial intelegence semifinal round (3rd rank)
Artificial intelegence semifinal round (3rd rank)Artificial intelegence semifinal round (3rd rank)
Artificial intelegence semifinal round (3rd rank)
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
best presentation Artitficial Intelligence
best presentation Artitficial Intelligencebest presentation Artitficial Intelligence
best presentation Artitficial Intelligence
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

Similaire à 1 Introduction to AI.pptx

Lec1 introduction
Lec1 introductionLec1 introduction
Lec1 introductionSheheen83
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencemailmerk
 
Intro artificial intelligence
Intro artificial intelligenceIntro artificial intelligence
Intro artificial intelligenceFraz Ali
 
ARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm PaperARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm PaperMuhammad 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 1fariyaPatel
 
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.pdfgqgy2nsf5x
 
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introductionBHAGYAPRASADBUGGE
 
01_Artificial_Intelligence-Introduction.ppt
01_Artificial_Intelligence-Introduction.ppt01_Artificial_Intelligence-Introduction.ppt
01_Artificial_Intelligence-Introduction.pptMemMem25
 
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.pptxRaviKiranVarma4
 
Artificial intelligence - Approach and Method
Artificial intelligence - Approach and MethodArtificial intelligence - Approach and Method
Artificial intelligence - Approach and MethodRuchi 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 historyArslan Sattar
 
Ch 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfCh 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfKrishnaMadala1
 
Artificial intelligence Ch1
Artificial intelligence Ch1Artificial intelligence Ch1
Artificial intelligence Ch1kassatilahun
 

Similaire à 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
 
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)
 
Lec-1.pdf
Lec-1.pdfLec-1.pdf
Lec-1.pdf
 
Artificial Intelligent introduction or history
Artificial Intelligent introduction or historyArtificial Intelligent introduction or history
Artificial Intelligent introduction or history
 
Ch 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfCh 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdf
 
Artificial intelligence Ch1
Artificial intelligence Ch1Artificial intelligence Ch1
Artificial intelligence Ch1
 

Dernier

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 

Dernier (20)

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

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. )