SlideShare a Scribd company logo
1 of 55
September 28th, 2022
CURRENT APPLICATIONS OF AI:
GAMING
CSE 604: AI
HASNAIN IQBAL SHIRSHO SHAFIQ-US SALEHEEN MD. RAKIB TROFDER
BSSE-1106
TEAM KabbikAgent
BSSE-1125 BSSE-1129
INTRODUCTION
01
What is AI in Gaming?
AI in gaming refers to excellent game experiences which is more-
1. Responsive
2. Adaptive
3. Challenging
Artificial Intelligence brings revolution in player experience, cost reduction, better
performance in gaming sector.
WHAT IS AI IN GAMING?
WHY DOES AI MATTER IN GAMING?
PLAYER
EXPERIENCE
BETTER
PERFORMANCE
COMPATIBILIT
Y
INTERACTIVE
STORY
01 02 03 04
Makes it easier for the
user to play
The games become
smarter and more
realistic
Developers make Games
that are Very Human-
Like
BENEFITS OF AI IN GAMING
Create New Level
Gaming using
Intelligence
Eliminates the
predictability of the
game
Simplifying the Game
Creation and
Development Process.
BENEFITS OF AI IN GAMING
APPLICATIONS
02
Typical applications of AI in games
ADDING INTELLIGENCE
TO NON-PLAYING
CHARACTERS
GARRY KASPAROV
vs
DEEP BLUE
(1997)
ALPHA GO
vs
LEE SEDOL
(2016)
â—Ź More complex than
Chess
â—Ź Used neural networks
instead of probability
algorithms
AI-BASED NPCs
Get Smarter
Imitate Top
Players
Not Pre-
programmed
Less
Predictable
AI ENEMY AI COMPANION
AI companions provide friendly faces in
a hostile environment. They assist in
navigation, puzzle-solving, and combat.
They alleviate loneliness.
Well-implemented enemy AI is
characterized by the believability of
opposing NPC movement, how they
converse, behave, and react to any
given situation created by the player.
HALO GAME SERIES
Smart enough to
retreat and take
cover
Micro-decisions and
short-term strategies
to avoid repetitive
outcome
Previous fight records
used to make the enemy
learn
HALO ENEMY AI
GAME LEVEL
GENERATION
PROCEDURAL
CONTENT
GENERATION
GENERATE NEW
ENVIRONMENTS
CREATE NEW
ASSETS
DIFFICULTY
ESTIMATION
AI IN GAME-LEVEL GENERATION
One of the primary aims of play, aside
from staying alive, building stuff and
acquiring goods, is to explore as many
of the over 18 quintillion randomly
generated planets as you like.
Open world? Try open universe.
NO MAN’S SKY
STORY DEVELOPMENT
AI IN STORY DEVELOPMENT
PLAYER
EXPERIENCE
MODELING
DATA
MINING
INTERACTIVE
NARRATIVE
Every interaction opens up a series
of possible improvements.
These actions are somewhat
randomized by design so the AI
doesn't start to feel predictable.
AI DUNGEON
Infinite
Possibilities
Based on
Dungeons & Dragons
Generate New
Adventure
Mercury is the closest planet to the Sun and
the smallest one in the Solar System—it’s only
a bit larger than our Moon. The planet’s name
has nothing to do with the liquid metal since it
was named after the Roman messenger
IN-GAME BALANCING
AI IN IN-GAME BALANCING
PLAYER
EXPERIENCE
MODELING
OPTIMIZATIO
N
TESTING
FIFA 22
ULTIMATE MODE
â—Ź Team Chemistry
â—Ź In-game Events
â—Ź Competitiveness
IMAGE ENHANCEMENT
AI IN IMAGE ENHANCEMENT
DEVELOPING
REALISTIC
GAMING
CHARACTER
CUSTOMIZATION
FEATURES
NOISE
REMOVING
BETTER
VIDEO
QUALITY
HYPER-MOTION
ALGORITHMS in GAMES
03
Some defined game-AI algorithms
BOARD GAME VIDEO GAME
PATH FINDING -
STEERING BEHAVIORS -
- GAME TREE CALCULATION
- BOARD EVALUATION
BOARD GAME
GAME TREE CALCULATION
MINIMAX MONTE-CARLO
TREE SEARCH
MINIMAX
In Minimax the two players are
called maximizer and minimizer. The
maximizer tries to get the highest
score possible while the minimizer
tries to do the opposite and get the
lowest score possible.
METHODS FOR CALCULATION-
EASING
ALPHA-BETA
PRUNING
NULL MOVE
HEURISTIC
QUIESCENCE
SEARCH
01 02 03
ALPHA-BETA PRUNING
Alpha is the best value that the maximizer currently
can guarantee at that level or above.
Beta is the best value that the minimizer currently
can guarantee at that level or above.
WHEN ALPHA >= BETA PRUNE REST OF THE TREE
METHODS FOR CALCULATION-
EASING
NULL MOVE HEURISTIC
The null-move heuristic is a heuristic technique
used to enhance the speed of the alpha-beta
pruning algorithm.
Game state is evaluated by assuming one player
“passes” a move.
METHODS FOR CALCULATION-
EASING
QUIESCENCE SEARCH
The purpose of this search is to only evaluate
"quiet" positions, or positions where there are no
winning tactical moves to be made.
METHODS FOR CALCULATION-
EASING
BOARD GAME
EVALUATION
EVALUATION
FUNCTION
DEVELOPMENT
EVALUATE
USING
GENETIC
APPROACH
EVALUATION
FUNCTION
DEVELOPMENT
Estimate the value or goodness of a
position in a game tree.
EVALUATING BOARD
GENETIC APPROACH
Finds final evaluation function by mutating
some manual-defined evaluation functions.
EVALUATING BOARD
VIDEO GAME
PATH FINDING ALGORITHMS
A* SEARCH BFS/DFS
INFORMED
SEARCH
UNINFORMED
SEARCH
A* SEARCH
MINIMIZES PATH COST,
WHICH = COST FROM
SOURCE + HEURISTIC
COST FROM CURRENT
NODE TO DESTINATION
VIDEO GAME
STEERING BEHAVIOR
SEEK PATH
FOLLOWING
SEEK
The addition of steering
forces to the character
every frame makes it
smoothly adjust its velocity,
avoiding sudden route
changes.
PATH FOLLOWING
The path following steering
refers to the character
constantly adjusting its
direction to catch the
target.
FINITE STATE MACHINE
Artificial neural networks (NNs) are structures akin to human brains that
can learn various features from training data. Given a large set of data,
NNs are capable of modeling very complex real-world and game
scenarios. NNs overcome some of the shortcomings of classic AI
techniques in game agent design. Furthermore, NNs are self-adaptive
and adapt well to game environments that change in real-time.
Advantage => Too smart agent
Disadvantage => Too smart agent
Neural Networks
FUTURE OF AI IN GAMING
04
What else can be done?
Cloud-Based Gaming
with AI
Cloud gaming is a technology that streams games across the Internet rather than
requiring the user to download and install the game.
Voice or Audio
Recognition-Based Games
With voice recognition in gaming, the user can control the gaming gestures,
monitor the controls, and even side-line the role of a controller.
Wearable Support
Gaming and VR Gaming
Experiential games like AR, VR and MR, making them more realistic and
progressive towards entertainment.
Blockchain-Based
Gaming
Blockchain-based gaming indicates that both, gamers and developers need to
get together on the blockchain platform to play these games
Improved Mobile
Gaming Experience
Mobile gaming have been focusing on and developing devices compatible with
high resolution and heavy graphics.
CAN an AI develop an AI based game
?
THANK YOU
Do you have any questions?
REFERENCES
1. https://www.engati.com/blog/ai-in-
gaming#:~:text=Deterministic%20AI%20techniques%20are%20the,understand%2C%20test%2
C%20and%20debug.
2. https://pianalytix.com/role-of-artificial-intelligence-in-gaming/
3. Why Halo's Enemy AI is the Best in Gaming (cbr.com)
4. Red Dead Redemption 2 Fan Uses AI to Create Realistic Photo of Arthur (gamerant.com)
5. No Man's Sky (nomanssky.com)
6. How Artificial Intelligence (AI) Is Used in Game Development (pixelplex.io)

More Related Content

What's hot

Introduction to Game Development and the Game Industry
Introduction to Game Development and the Game IndustryIntroduction to Game Development and the Game Industry
Introduction to Game Development and the Game IndustryNataly Eliyahu
 
Game dev process
Game dev processGame dev process
Game dev processYassine Arif
 
The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021Steve Omohundro
 
Phases of game development
Phases of game developmentPhases of game development
Phases of game developmentVictor Terekhovskyi
 
Design phase of game development of unity 2d game
Design phase of game development of unity 2d game Design phase of game development of unity 2d game
Design phase of game development of unity 2d game Muhammad Maaz Irfan
 
Responsible AI
Responsible AIResponsible AI
Responsible AINeo4j
 
Introduction to game development
Introduction to game developmentIntroduction to game development
Introduction to game developmentGaetano Bonofiglio
 
Game Development workshop with Unity3D.
Game Development workshop with Unity3D.Game Development workshop with Unity3D.
Game Development workshop with Unity3D.Ebtihaj khan
 
UTILITY OF AI
UTILITY OF AIUTILITY OF AI
UTILITY OF AIAndre Muscat
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence Midhun
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game DevelopmentReggie Niccolo Santos
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...Edureka!
 
Game development
Game developmentGame development
Game developmentRareCoders
 
2013 426 Lecture 1: Introduction to Augmented Reality
2013 426 Lecture 1: Introduction to Augmented Reality2013 426 Lecture 1: Introduction to Augmented Reality
2013 426 Lecture 1: Introduction to Augmented RealityMark Billinghurst
 
06. Game Architecture
06. Game Architecture06. Game Architecture
06. Game ArchitectureAmin Babadi
 
Top 10 Applications Of Artificial Intelligence | Edureka
Top 10 Applications Of Artificial Intelligence | EdurekaTop 10 Applications Of Artificial Intelligence | Edureka
Top 10 Applications Of Artificial Intelligence | EdurekaEdureka!
 
What would professional sports look like with AI referees and other smart tec...
What would professional sports look like with AI referees and other smart tec...What would professional sports look like with AI referees and other smart tec...
What would professional sports look like with AI referees and other smart tec...Entefy
 
Chapter 3 artificial intelligence
Chapter 3   artificial intelligenceChapter 3   artificial intelligence
Chapter 3 artificial intelligenceJAPHETFULMARAN1
 
Leveraging Generative AI: Opportunities, Risks and Best Practices
Leveraging Generative AI: Opportunities, Risks and Best Practices Leveraging Generative AI: Opportunities, Risks and Best Practices
Leveraging Generative AI: Opportunities, Risks and Best Practices Social Samosa
 
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Garry D. Lasaga
 

What's hot (20)

Introduction to Game Development and the Game Industry
Introduction to Game Development and the Game IndustryIntroduction to Game Development and the Game Industry
Introduction to Game Development and the Game Industry
 
Game dev process
Game dev processGame dev process
Game dev process
 
The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021
 
Phases of game development
Phases of game developmentPhases of game development
Phases of game development
 
Design phase of game development of unity 2d game
Design phase of game development of unity 2d game Design phase of game development of unity 2d game
Design phase of game development of unity 2d game
 
Responsible AI
Responsible AIResponsible AI
Responsible AI
 
Introduction to game development
Introduction to game developmentIntroduction to game development
Introduction to game development
 
Game Development workshop with Unity3D.
Game Development workshop with Unity3D.Game Development workshop with Unity3D.
Game Development workshop with Unity3D.
 
UTILITY OF AI
UTILITY OF AIUTILITY OF AI
UTILITY OF AI
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
 
Game development
Game developmentGame development
Game development
 
2013 426 Lecture 1: Introduction to Augmented Reality
2013 426 Lecture 1: Introduction to Augmented Reality2013 426 Lecture 1: Introduction to Augmented Reality
2013 426 Lecture 1: Introduction to Augmented Reality
 
06. Game Architecture
06. Game Architecture06. Game Architecture
06. Game Architecture
 
Top 10 Applications Of Artificial Intelligence | Edureka
Top 10 Applications Of Artificial Intelligence | EdurekaTop 10 Applications Of Artificial Intelligence | Edureka
Top 10 Applications Of Artificial Intelligence | Edureka
 
What would professional sports look like with AI referees and other smart tec...
What would professional sports look like with AI referees and other smart tec...What would professional sports look like with AI referees and other smart tec...
What would professional sports look like with AI referees and other smart tec...
 
Chapter 3 artificial intelligence
Chapter 3   artificial intelligenceChapter 3   artificial intelligence
Chapter 3 artificial intelligence
 
Leveraging Generative AI: Opportunities, Risks and Best Practices
Leveraging Generative AI: Opportunities, Risks and Best Practices Leveraging Generative AI: Opportunities, Risks and Best Practices
Leveraging Generative AI: Opportunities, Risks and Best Practices
 
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
Introduction Artificial Intelligence a modern approach by Russel and Norvig 1
 

Similar to Artificial Intelligence in Gaming.pptx

Artificial Intelligence_ How is it significant to the gaming industry_.pdf
Artificial Intelligence_ How is it significant to the gaming industry_.pdfArtificial Intelligence_ How is it significant to the gaming industry_.pdf
Artificial Intelligence_ How is it significant to the gaming industry_.pdfAnil
 
R.A.W - THE GAME
R.A.W - THE GAMER.A.W - THE GAME
R.A.W - THE GAMEIRJET Journal
 
Why AI Is Shaping our games - Johanna Pirker, 2019
Why AI Is Shaping our games - Johanna Pirker, 2019Why AI Is Shaping our games - Johanna Pirker, 2019
Why AI Is Shaping our games - Johanna Pirker, 2019Johanna Pirker
 
DiCentric Solutions Analyzers
DiCentric Solutions AnalyzersDiCentric Solutions Analyzers
DiCentric Solutions Analyzersrichlehman
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencesabairshad4
 
Excessive Game AI
Excessive Game AIExcessive Game AI
Excessive Game AIVegaH Studios
 
Machine Learning & AI in Video Game Development
Machine Learning & AI in Video Game DevelopmentMachine Learning & AI in Video Game Development
Machine Learning & AI in Video Game DevelopmentData & Analytics Magazin
 
Double Blue Sports & NGD Mentorship Pomo
Double Blue Sports & NGD Mentorship PomoDouble Blue Sports & NGD Mentorship Pomo
Double Blue Sports & NGD Mentorship Pomodoublebluesports
 
How Generative AI is Improving Game Development?
How Generative AI is Improving Game Development?How Generative AI is Improving Game Development?
How Generative AI is Improving Game Development?Market.us
 
AI in Gaming
AI in GamingAI in Gaming
AI in GamingKavika Roy
 
An Introduction To Game development
An Introduction To Game developmentAn Introduction To Game development
An Introduction To Game developmentAhmed
 
Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Paul Winterhalder
 
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...Amazon Web Services
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game DevelopmentShaan Alam
 
Advanced Approach to Play a Atari Game
Advanced Approach to Play a Atari GameAdvanced Approach to Play a Atari Game
Advanced Approach to Play a Atari Gameijceronline
 
MEGA Goaltending and Double Blue Sports Analytics
MEGA Goaltending and Double Blue Sports AnalyticsMEGA Goaltending and Double Blue Sports Analytics
MEGA Goaltending and Double Blue Sports Analyticsdoublebluesports
 
Elite Goalies and Double Blue Sports Analytics Mentorship Promo
Elite Goalies and Double Blue Sports Analytics Mentorship PromoElite Goalies and Double Blue Sports Analytics Mentorship Promo
Elite Goalies and Double Blue Sports Analytics Mentorship Promodoublebluesports
 
Amazon Lumberyard: end-to-end solutions for game developers
Amazon Lumberyard: end-to-end solutions for game developersAmazon Lumberyard: end-to-end solutions for game developers
Amazon Lumberyard: end-to-end solutions for game developersDevGAMM Conference
 

Similar to Artificial Intelligence in Gaming.pptx (20)

Artificial Intelligence_ How is it significant to the gaming industry_.pdf
Artificial Intelligence_ How is it significant to the gaming industry_.pdfArtificial Intelligence_ How is it significant to the gaming industry_.pdf
Artificial Intelligence_ How is it significant to the gaming industry_.pdf
 
R.A.W - THE GAME
R.A.W - THE GAMER.A.W - THE GAME
R.A.W - THE GAME
 
Why AI Is Shaping our games - Johanna Pirker, 2019
Why AI Is Shaping our games - Johanna Pirker, 2019Why AI Is Shaping our games - Johanna Pirker, 2019
Why AI Is Shaping our games - Johanna Pirker, 2019
 
DiCentric Solutions Analyzers
DiCentric Solutions AnalyzersDiCentric Solutions Analyzers
DiCentric Solutions Analyzers
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Excessive Game AI
Excessive Game AIExcessive Game AI
Excessive Game AI
 
Machine Learning & AI in Video Game Development
Machine Learning & AI in Video Game DevelopmentMachine Learning & AI in Video Game Development
Machine Learning & AI in Video Game Development
 
Overview on computer games
Overview on computer games Overview on computer games
Overview on computer games
 
Double Blue Sports & NGD Mentorship Pomo
Double Blue Sports & NGD Mentorship PomoDouble Blue Sports & NGD Mentorship Pomo
Double Blue Sports & NGD Mentorship Pomo
 
How Generative AI is Improving Game Development?
How Generative AI is Improving Game Development?How Generative AI is Improving Game Development?
How Generative AI is Improving Game Development?
 
AI in Gaming
AI in GamingAI in Gaming
AI in Gaming
 
An Introduction To Game development
An Introduction To Game developmentAn Introduction To Game development
An Introduction To Game development
 
Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014
 
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
 
NFT Gaming Platform
NFT Gaming PlatformNFT Gaming Platform
NFT Gaming Platform
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
 
Advanced Approach to Play a Atari Game
Advanced Approach to Play a Atari GameAdvanced Approach to Play a Atari Game
Advanced Approach to Play a Atari Game
 
MEGA Goaltending and Double Blue Sports Analytics
MEGA Goaltending and Double Blue Sports AnalyticsMEGA Goaltending and Double Blue Sports Analytics
MEGA Goaltending and Double Blue Sports Analytics
 
Elite Goalies and Double Blue Sports Analytics Mentorship Promo
Elite Goalies and Double Blue Sports Analytics Mentorship PromoElite Goalies and Double Blue Sports Analytics Mentorship Promo
Elite Goalies and Double Blue Sports Analytics Mentorship Promo
 
Amazon Lumberyard: end-to-end solutions for game developers
Amazon Lumberyard: end-to-end solutions for game developersAmazon Lumberyard: end-to-end solutions for game developers
Amazon Lumberyard: end-to-end solutions for game developers
 

More from Md. Rakib Trofder

Software System Reconstruction using large language model
Software System Reconstruction using large language modelSoftware System Reconstruction using large language model
Software System Reconstruction using large language modelMd. Rakib Trofder
 
Daily Scrum, Sprint Review & Retrospective.pptx
Daily Scrum, Sprint Review & Retrospective.pptxDaily Scrum, Sprint Review & Retrospective.pptx
Daily Scrum, Sprint Review & Retrospective.pptxMd. Rakib Trofder
 
Scrum & Sprint Planning.pptx
Scrum & Sprint Planning.pptxScrum & Sprint Planning.pptx
Scrum & Sprint Planning.pptxMd. Rakib Trofder
 
Agricultural Business with Technology
Agricultural Business with TechnologyAgricultural Business with Technology
Agricultural Business with TechnologyMd. Rakib Trofder
 
Twitter Timeline and Search Distributed System.pptx
Twitter Timeline and Search Distributed System.pptxTwitter Timeline and Search Distributed System.pptx
Twitter Timeline and Search Distributed System.pptxMd. Rakib Trofder
 
Mechanism behind BlogBee Application
Mechanism behind BlogBee ApplicationMechanism behind BlogBee Application
Mechanism behind BlogBee ApplicationMd. Rakib Trofder
 
Massive Open Online Courses (MOOC)
Massive Open Online Courses (MOOC)Massive Open Online Courses (MOOC)
Massive Open Online Courses (MOOC)Md. Rakib Trofder
 
BlogBee A Blog Based Social Media.pptx
BlogBee A Blog Based Social Media.pptxBlogBee A Blog Based Social Media.pptx
BlogBee A Blog Based Social Media.pptxMd. Rakib Trofder
 
INTER-SYSTEMS EARNS ISO 9001-2008 CERTIFICATION
INTER-SYSTEMS EARNS ISO 9001-2008 CERTIFICATIONINTER-SYSTEMS EARNS ISO 9001-2008 CERTIFICATION
INTER-SYSTEMS EARNS ISO 9001-2008 CERTIFICATIONMd. Rakib Trofder
 
Web Technology Tag Presentation.pptx
Web Technology Tag Presentation.pptxWeb Technology Tag Presentation.pptx
Web Technology Tag Presentation.pptxMd. Rakib Trofder
 
Video to text blog (blog bee)
Video to text blog (blog bee)Video to text blog (blog bee)
Video to text blog (blog bee)Md. Rakib Trofder
 
Web tech tag explanation
Web tech tag explanationWeb tech tag explanation
Web tech tag explanationMd. Rakib Trofder
 
Library assistant tool
Library assistant toolLibrary assistant tool
Library assistant toolMd. Rakib Trofder
 
Http status code 416 vs 428, 503 vs 505
Http status code  416 vs 428, 503 vs 505Http status code  416 vs 428, 503 vs 505
Http status code 416 vs 428, 503 vs 505Md. Rakib Trofder
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceMd. Rakib Trofder
 
Analytic hierarchy process
Analytic hierarchy processAnalytic hierarchy process
Analytic hierarchy processMd. Rakib Trofder
 
Economy politics and city life
Economy politics and city lifeEconomy politics and city life
Economy politics and city lifeMd. Rakib Trofder
 

More from Md. Rakib Trofder (20)

Software System Reconstruction using large language model
Software System Reconstruction using large language modelSoftware System Reconstruction using large language model
Software System Reconstruction using large language model
 
Daily Scrum, Sprint Review & Retrospective.pptx
Daily Scrum, Sprint Review & Retrospective.pptxDaily Scrum, Sprint Review & Retrospective.pptx
Daily Scrum, Sprint Review & Retrospective.pptx
 
Scrum & Sprint Planning.pptx
Scrum & Sprint Planning.pptxScrum & Sprint Planning.pptx
Scrum & Sprint Planning.pptx
 
Agricultural Business with Technology
Agricultural Business with TechnologyAgricultural Business with Technology
Agricultural Business with Technology
 
HTTP Caching.pptx
HTTP Caching.pptxHTTP Caching.pptx
HTTP Caching.pptx
 
Twitter Timeline and Search Distributed System.pptx
Twitter Timeline and Search Distributed System.pptxTwitter Timeline and Search Distributed System.pptx
Twitter Timeline and Search Distributed System.pptx
 
Mechanism behind BlogBee Application
Mechanism behind BlogBee ApplicationMechanism behind BlogBee Application
Mechanism behind BlogBee Application
 
Massive Open Online Courses (MOOC)
Massive Open Online Courses (MOOC)Massive Open Online Courses (MOOC)
Massive Open Online Courses (MOOC)
 
Design Pattern.pptx
Design Pattern.pptxDesign Pattern.pptx
Design Pattern.pptx
 
BlogBee A Blog Based Social Media.pptx
BlogBee A Blog Based Social Media.pptxBlogBee A Blog Based Social Media.pptx
BlogBee A Blog Based Social Media.pptx
 
INTER-SYSTEMS EARNS ISO 9001-2008 CERTIFICATION
INTER-SYSTEMS EARNS ISO 9001-2008 CERTIFICATIONINTER-SYSTEMS EARNS ISO 9001-2008 CERTIFICATION
INTER-SYSTEMS EARNS ISO 9001-2008 CERTIFICATION
 
Web Technology Tag Presentation.pptx
Web Technology Tag Presentation.pptxWeb Technology Tag Presentation.pptx
Web Technology Tag Presentation.pptx
 
Video to text blog (blog bee)
Video to text blog (blog bee)Video to text blog (blog bee)
Video to text blog (blog bee)
 
Web tech tag explanation
Web tech tag explanationWeb tech tag explanation
Web tech tag explanation
 
Library assistant tool
Library assistant toolLibrary assistant tool
Library assistant tool
 
Http status code 416 vs 428, 503 vs 505
Http status code  416 vs 428, 503 vs 505Http status code  416 vs 428, 503 vs 505
Http status code 416 vs 428, 503 vs 505
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Page rank algorithm
Page rank algorithmPage rank algorithm
Page rank algorithm
 
Analytic hierarchy process
Analytic hierarchy processAnalytic hierarchy process
Analytic hierarchy process
 
Economy politics and city life
Economy politics and city lifeEconomy politics and city life
Economy politics and city life
 

Recently uploaded

Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 

Recently uploaded (20)

Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 

Artificial Intelligence in Gaming.pptx