SlideShare a Scribd company logo
4
Most read
17
Most read
21
Most read
Presentation of Artificial
Intelligence
Submitted to:
MS Sadia
Submitted by:
MSC CS(Morning) 3rd Semester
Sania Komal 1773
Rabeah Basri 1758
Mahnoor Rahat 1748
Sania Kanwal 1774
PRESENTATION TOPIC:
ALPHA-BETA PRUNING
Contents:
 What is Alpha-Beta?
 Why we use Alpha-Beta pruning?
 What happened for reducing the time limit?
 Advantages
 What is Alpha and Beta in it?
 What is Alpha? What is Beta?
 Alpha Beta pruning (overview)
What is Alpha Beta?
Alpha Beta pruning is advanced part of minimax.
It is anything but another calculation. We consider
it an enhancement strategies for minimax
calculation.
Why we use Alpha Beta pruning?
Because which time limit we
required or have to solve a problem
of minimax it will reduce the time.
What happened for reducing the time
limit?
 It lessen the calculation time, enable us to
look a lot quicker.
 It cut off branches in the amusement tree
which require not be looked (In diversion
tree we go to more profound dimension for
looking through an esteem)
Advantages:
 The principle advantage is that when we
influence a diversion tree then it to can remove
those branches that we have no need (So we have
no compelling reason to go at that dimension to
fathom it)
 Because we have better move to go there.
What is Alpha ? What is Beta?
Alpha is the best value that maximizer
currently can guarantee at that level or
above.
Beta is the best value that minimizer
currently can guarantee at that level or
above.
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
Alpha-beta pruning (Artificial Intelligence)
ALPHA-BETA PRUNING (Overview):

More Related Content

PDF
I. Alpha-Beta Pruning in ai
PPTX
Alpha beta
PPTX
Usb universal serial bus
PDF
Documenting Software Architectures
PPTX
Reconstructing Software Architecture
PDF
Ch 11: Hacking Wireless Networks
PPT
Mental health
PPTX
USB Powerpoint
I. Alpha-Beta Pruning in ai
Alpha beta
Usb universal serial bus
Documenting Software Architectures
Reconstructing Software Architecture
Ch 11: Hacking Wireless Networks
Mental health
USB Powerpoint

What's hot (20)

PPTX
Alpha beta pruning in ai
PDF
I.BEST FIRST SEARCH IN AI
PPT
AI Lecture 7 (uncertainty)
PDF
A* Search Algorithm
PPTX
Dempster shafer theory
PDF
I. AO* SEARCH ALGORITHM
PPTX
Min-Max algorithm
PDF
Run time storage
PPTX
First order logic
PPTX
Lecture 23 alpha beta pruning
PPTX
Minmax Algorithm In Artificial Intelligence slides
PPTX
AI: Learning in AI
PPTX
Knapsack problem using greedy approach
PPTX
Knowledge representation In Artificial Intelligence
PPTX
Greedy algorithms
PPT
3. mining frequent patterns
PPT
Backtracking
PDF
Informed search
PPT
Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...
PPTX
Analysis and Design of Algorithms
Alpha beta pruning in ai
I.BEST FIRST SEARCH IN AI
AI Lecture 7 (uncertainty)
A* Search Algorithm
Dempster shafer theory
I. AO* SEARCH ALGORITHM
Min-Max algorithm
Run time storage
First order logic
Lecture 23 alpha beta pruning
Minmax Algorithm In Artificial Intelligence slides
AI: Learning in AI
Knapsack problem using greedy approach
Knowledge representation In Artificial Intelligence
Greedy algorithms
3. mining frequent patterns
Backtracking
Informed search
Data Mining: Concepts and Techniques chapter 07 : Advanced Frequent Pattern M...
Analysis and Design of Algorithms
Ad

Recently uploaded (20)

PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
top salesforce developer skills in 2025.pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PPT
Introduction Database Management System for Course Database
PDF
AI in Product Development-omnex systems
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Digital Strategies for Manufacturing Companies
PDF
medical staffing services at VALiNTRY
PDF
Nekopoi APK 2025 free lastest update
PPTX
ai tools demonstartion for schools and inter college
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Design an Analysis of Algorithms I-SECS-1021-03
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
top salesforce developer skills in 2025.pdf
Softaken Excel to vCard Converter Software.pdf
Introduction Database Management System for Course Database
AI in Product Development-omnex systems
CHAPTER 2 - PM Management and IT Context
2025 Textile ERP Trends: SAP, Odoo & Oracle
Upgrade and Innovation Strategies for SAP ERP Customers
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Digital Strategies for Manufacturing Companies
medical staffing services at VALiNTRY
Nekopoi APK 2025 free lastest update
ai tools demonstartion for schools and inter college
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
ISO 45001 Occupational Health and Safety Management System
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Navsoft: AI-Powered Business Solutions & Custom Software Development
Ad

Alpha-beta pruning (Artificial Intelligence)

  • 1. Presentation of Artificial Intelligence Submitted to: MS Sadia Submitted by: MSC CS(Morning) 3rd Semester Sania Komal 1773 Rabeah Basri 1758 Mahnoor Rahat 1748 Sania Kanwal 1774
  • 3. Contents:  What is Alpha-Beta?  Why we use Alpha-Beta pruning?  What happened for reducing the time limit?  Advantages  What is Alpha and Beta in it?  What is Alpha? What is Beta?  Alpha Beta pruning (overview)
  • 4. What is Alpha Beta? Alpha Beta pruning is advanced part of minimax. It is anything but another calculation. We consider it an enhancement strategies for minimax calculation.
  • 5. Why we use Alpha Beta pruning? Because which time limit we required or have to solve a problem of minimax it will reduce the time.
  • 6. What happened for reducing the time limit?  It lessen the calculation time, enable us to look a lot quicker.  It cut off branches in the amusement tree which require not be looked (In diversion tree we go to more profound dimension for looking through an esteem)
  • 7. Advantages:  The principle advantage is that when we influence a diversion tree then it to can remove those branches that we have no need (So we have no compelling reason to go at that dimension to fathom it)  Because we have better move to go there.
  • 8. What is Alpha ? What is Beta? Alpha is the best value that maximizer currently can guarantee at that level or above. Beta is the best value that minimizer currently can guarantee at that level or above.