SlideShare a Scribd company logo
1 of 27
WHAT’S AI? (TO ME)
COMPUTERS MAKING DECISIONS IN REAL-WORLD PROBLEMS
apply
formulate solve
SEARCH PROBLEMS
LET S BE THE SET OF STATES (STRINGS)
INPUT:
• INITIAL STATE: S0
• NEIGHBOR GENERATOR, N: S → 2S
• GOAL FUNCTION, G: S → {0,1}
SEARCH ANSWER
S1,…,SN SUCH THAT:
• S1,…,SN ∈ S
• FOR ALL 1≤I≤N, SI ∈ N(SI-1)
• G(SN) = 1
EXAMPLES
WE’RE VERY IMPRESSED. MEANING?
• RUSH HOUR
• 8-PUZZLE
• LOGISTICS
• 8-QUEENS PROBLEM
• LOGIC PUZZLES
• JOB-SHOP SCHEDULING
RUSH HOUR
MOVE CARS FORWARD AND BACKWARD TO “ESCAPE”
SEARCH VERSION
STATES: CONFIGURATIONS OF CARS
N(S): REACHABLE
STATES
G(S): 1 IF RED
CAR AT GATE
8-PUZZLE
SLIDE TILES INTO ORDER
STATES:
N(S):
G(S):
6
4
2 7
8 1
3 5
6
4
2 7
8 1
3 5
6
4
2 7
8 1
3 5
6 2 7
8 1
3 5
6
4
2 7
8 1
3
1 2 3
5 6
87
LOGISTICS
VERY SOPHISTICATED. WHAT GOES WHERE WHEN?
DESERT STORM LOGISTICS “PAID FOR AI RESEARCH”
8 QUEENS PUZZLE
NO CAPTURES
STATES:
N(S):
G(S):
LOGIC PUZZLES
1. JODY, WHO IS AN APE, WASN’T THE APE WHO
RETURNED IMMEDIATELY AFTER TOM AND
IMMEDIATELY BEFORE THE ANIMAL WHO APPEARED IN
THE MOVIE WITH NO RATING.
2. THE ONLY LIONS THAT WERE USED IN THE MOVIES
WERE THE ONE WHO WAS THE THIRD TO RETURN,
THE ONE WHO APPEARED IN THE R MOVIE, AND THE
ONE WHO APPEARED IN “LUCK”. …
JOB-SHOP SCHEDULING
INDUSTRIAL PROBLEM:
• ALLOCATE MACHINES AND MACHINISTS TO TIME SLOTS
• CONSTRAINTS ON ORDERS IN WHICH PARTS ARE SERVICED
SEARCH TEMPLATE
• FRINGE = {(S0, 0)}; /* INITIAL COST */
• MARKVISITED(S0);
• WHILE (1) {
IF EMPTY(FRINGE), RETURN FAILURE;
(S, C) = REMOVEMINCOST(FRINGE);
IF G(S) RETURN S;
FOREACH S’ IN N(S)
IF UNVISITED(S’)
FRINGE = FRINGE U {(S’, COST(S’)};
MARKVISITED(S0);
}
DATA STRUCTURES
HOW IMPLEMENT THIS EFFICIENTLY?
• REMOVEMINCOST-U-EMPTY?
• MARKVISITED-UNVISITED?
VARY COST
HOW DOES SEARCH BEHAVIOR CHANGE WITH COST?
• COST(S’) = C + 1
• COST(S’) = C - 1
GRID EXAMPLE: BFS
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
GRID EXAMPLE: DFS
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
ss00
GG
HOW EVALUATE?
WHAT MAKES ONE SEARCH SCHEME BETTER THAN ANOTHER?
• COMPLETENESS: FIND SOLUTION?
• TIME COMPLEXITY: HOW LONG?
• SPACE COMPLEXITY: MEMORY?
• OPTIMALITY: FIND SHORTEST PATH?
DEPTH VS. BREADTH-FIRST
LET |T(S)| ≤ B (BRANCHING FACTOR), GOAL AT DEPTH D
• HOW IMPLEMENT PRIORITY QUEUE?
• COMPLETENESS?
• TIME COMPLEXITY?
• SPACE COMPLEXITY?
• OPTIMALITY?
BFS
• COMPLETENESS?
• YES
• TIME COMPLEXITY?
• O(BD
)
• SPACE COMPLEXITY?
• O(BD
) 
• OPTIMALITY?
• YES
DFS
• COMPLETENESS?
• YES, ASSUMING STATE SPACE FINITE
• TIME COMPLEXITY?
• O(|S |), CAN DO WELL IF LOTS OF GOALS
• SPACE COMPLEXITY?
• O(N), N DEEPEST POINT OF SEARCH
• OPTIMALITY?
• NO 
DEPTH-LIMITED SEARCH
DFS, ONLY EXPAND NODES DEPTH ≤ L.
• COMPLETENESS?
• NO, IF L ≤ D. 
• TIME COMPLEXITY?
• O(BL
)
• SPACE COMPLEXITY?
• O(L)
• OPTIMALITY?
• NO 
ITERATIVE DEEPENING
DEPTH LIMITED, INCREASING L.
• COMPLETENESS?
• YES. 
• TIME COMPLEXITY?
• O(BD
), EVEN WITH REPEATED WORK! 
• SPACE COMPLEXITY?
• O(D) 
• OPTIMALITY?
• YES 
BIDIRECTIONAL SEARCH
BFS IN BOTH DIRECTIONS
NEED N-1
HOW COULD THIS HELP?
• BL
VS 2BL/2
WHAT MAKES THIS HARD TO IMPLEMENT?
WHICH DO YOU CHOOSE?
• 8-QUEENS, NEIGHBORS OF S ADD ONE QUEEN TO BOARD
WHICH DO YOU CHOOSE?
• BIG GRID, GOAL NEARBY
WHAT TO LEARN
HOW TO EXPRESS PROBLEMS IN THE SEARCH FRAMEWORK
THE BASIC ALGORITHMS FOR SEARCH
STRENGTHS AND WEAKNESSES OF THE BASIC ALGORITHMS

More Related Content

Viewers also liked

Vendors+$26+tools+details
Vendors+$26+tools+detailsVendors+$26+tools+details
Vendors+$26+tools+detailsajaydake
 
Financial performance of selected banks in patiala punjab national bank unio...
Financial performance of selected banks in patiala  punjab national bank unio...Financial performance of selected banks in patiala  punjab national bank unio...
Financial performance of selected banks in patiala punjab national bank unio...IAEME Publication
 
Tractor file (prjct)
Tractor file (prjct)Tractor file (prjct)
Tractor file (prjct)mayank jain
 
Unicorn DenMart Product Catalogue
Unicorn DenMart Product CatalogueUnicorn DenMart Product Catalogue
Unicorn DenMart Product CatalogueUnicorn Denmart
 
Indian railway ajmer
Indian railway ajmerIndian railway ajmer
Indian railway ajmerANKIT SHARMA
 
Quick list of old age homes in india
Quick list of old age homes in indiaQuick list of old age homes in india
Quick list of old age homes in indiaKartik Beemsingh
 
Market trends in mechanical engineering
Market trends in mechanical engineeringMarket trends in mechanical engineering
Market trends in mechanical engineeringNwiet Moga
 
Presentation on Remanufacturing of Engine Block of a locomotive at DMW, Patiala
Presentation on Remanufacturing of Engine Block of a locomotive at DMW, PatialaPresentation on Remanufacturing of Engine Block of a locomotive at DMW, Patiala
Presentation on Remanufacturing of Engine Block of a locomotive at DMW, PatialaArjun Gaur
 
Projet report swaraj 2013
Projet report swaraj 2013Projet report swaraj 2013
Projet report swaraj 2013Rishabh Kaushik
 
Gas Plant, Dryer and Generator by Atmos Power Pvt Ltd, Ahmedabad
Gas Plant, Dryer and Generator by Atmos Power Pvt Ltd, AhmedabadGas Plant, Dryer and Generator by Atmos Power Pvt Ltd, Ahmedabad
Gas Plant, Dryer and Generator by Atmos Power Pvt Ltd, AhmedabadIndiaMART InterMESH Limited
 
Case study of Pushpa Gujral Science City.
Case study of Pushpa Gujral Science City.Case study of Pushpa Gujral Science City.
Case study of Pushpa Gujral Science City.Manoj Kumar
 
Performance of Doubly-Fed Induction Generator by changing various system para...
Performance of Doubly-Fed Induction Generator by changing various system para...Performance of Doubly-Fed Induction Generator by changing various system para...
Performance of Doubly-Fed Induction Generator by changing various system para...AM Publications
 
List manufacturers solar power for finance, subsidy & project related suppo...
List manufacturers solar power   for finance, subsidy & project related suppo...List manufacturers solar power   for finance, subsidy & project related suppo...
List manufacturers solar power for finance, subsidy & project related suppo...Radha Krishna Sahoo
 

Viewers also liked (14)

Vendors+$26+tools+details
Vendors+$26+tools+detailsVendors+$26+tools+details
Vendors+$26+tools+details
 
Financial performance of selected banks in patiala punjab national bank unio...
Financial performance of selected banks in patiala  punjab national bank unio...Financial performance of selected banks in patiala  punjab national bank unio...
Financial performance of selected banks in patiala punjab national bank unio...
 
Tractor file (prjct)
Tractor file (prjct)Tractor file (prjct)
Tractor file (prjct)
 
Unicorn DenMart Product Catalogue
Unicorn DenMart Product CatalogueUnicorn DenMart Product Catalogue
Unicorn DenMart Product Catalogue
 
Indian railway ajmer
Indian railway ajmerIndian railway ajmer
Indian railway ajmer
 
Thermal power plant layout
Thermal power plant layoutThermal power plant layout
Thermal power plant layout
 
Quick list of old age homes in india
Quick list of old age homes in indiaQuick list of old age homes in india
Quick list of old age homes in india
 
Market trends in mechanical engineering
Market trends in mechanical engineeringMarket trends in mechanical engineering
Market trends in mechanical engineering
 
Presentation on Remanufacturing of Engine Block of a locomotive at DMW, Patiala
Presentation on Remanufacturing of Engine Block of a locomotive at DMW, PatialaPresentation on Remanufacturing of Engine Block of a locomotive at DMW, Patiala
Presentation on Remanufacturing of Engine Block of a locomotive at DMW, Patiala
 
Projet report swaraj 2013
Projet report swaraj 2013Projet report swaraj 2013
Projet report swaraj 2013
 
Gas Plant, Dryer and Generator by Atmos Power Pvt Ltd, Ahmedabad
Gas Plant, Dryer and Generator by Atmos Power Pvt Ltd, AhmedabadGas Plant, Dryer and Generator by Atmos Power Pvt Ltd, Ahmedabad
Gas Plant, Dryer and Generator by Atmos Power Pvt Ltd, Ahmedabad
 
Case study of Pushpa Gujral Science City.
Case study of Pushpa Gujral Science City.Case study of Pushpa Gujral Science City.
Case study of Pushpa Gujral Science City.
 
Performance of Doubly-Fed Induction Generator by changing various system para...
Performance of Doubly-Fed Induction Generator by changing various system para...Performance of Doubly-Fed Induction Generator by changing various system para...
Performance of Doubly-Fed Induction Generator by changing various system para...
 
List manufacturers solar power for finance, subsidy & project related suppo...
List manufacturers solar power   for finance, subsidy & project related suppo...List manufacturers solar power   for finance, subsidy & project related suppo...
List manufacturers solar power for finance, subsidy & project related suppo...
 

Similar to cloud computing training in Bathinda

Artificial intelligence mtech project in ludhiana
Artificial intelligence mtech project in ludhiana Artificial intelligence mtech project in ludhiana
Artificial intelligence mtech project in ludhiana deepikakaler1
 
Artificial intelligence project in jalandhar
Artificial intelligence project in jalandharArtificial intelligence project in jalandhar
Artificial intelligence project in jalandhardeepikakaler1
 
Efficient Scalar Multiplication for Ate Based Pairing over KSS Curve of Embed...
Efficient Scalar Multiplication for Ate Based Pairing over KSS Curve of Embed...Efficient Scalar Multiplication for Ate Based Pairing over KSS Curve of Embed...
Efficient Scalar Multiplication for Ate Based Pairing over KSS Curve of Embed...Md. Al-Amin Khandaker Nipu
 
"Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL.""Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL."Vissarion Fisikopoulos
 
Pushdown automata
Pushdown automataPushdown automata
Pushdown automataeugenesri
 
Pushdown automata
Pushdown automataPushdown automata
Pushdown automataparmeet834
 
PushdownAutomata.ppt
PushdownAutomata.pptPushdownAutomata.ppt
PushdownAutomata.pptRSRS39
 
Solving connectivity problems via basic Linear Algebra
Solving connectivity problems via basic Linear AlgebraSolving connectivity problems via basic Linear Algebra
Solving connectivity problems via basic Linear Algebracseiitgn
 
Elliptic curve cryptography and zero knowledge proof
Elliptic curve cryptography and zero knowledge proofElliptic curve cryptography and zero knowledge proof
Elliptic curve cryptography and zero knowledge proofNimish Joseph
 
Elliptic Curve Cryptography and Zero Knowledge Proof
Elliptic Curve Cryptography and Zero Knowledge ProofElliptic Curve Cryptography and Zero Knowledge Proof
Elliptic Curve Cryptography and Zero Knowledge ProofArunanand Ta
 

Similar to cloud computing training in Bathinda (14)

Artificial intelligence mtech project in ludhiana
Artificial intelligence mtech project in ludhiana Artificial intelligence mtech project in ludhiana
Artificial intelligence mtech project in ludhiana
 
Artificial intelligence project in jalandhar
Artificial intelligence project in jalandharArtificial intelligence project in jalandhar
Artificial intelligence project in jalandhar
 
Search
SearchSearch
Search
 
Semantic Data Box
Semantic Data BoxSemantic Data Box
Semantic Data Box
 
Efficient Scalar Multiplication for Ate Based Pairing over KSS Curve of Embed...
Efficient Scalar Multiplication for Ate Based Pairing over KSS Curve of Embed...Efficient Scalar Multiplication for Ate Based Pairing over KSS Curve of Embed...
Efficient Scalar Multiplication for Ate Based Pairing over KSS Curve of Embed...
 
Reinforcement learning
Reinforcement learningReinforcement learning
Reinforcement learning
 
"Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL.""Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL."
 
Pushdown automata
Pushdown automataPushdown automata
Pushdown automata
 
Pushdown automata
Pushdown automataPushdown automata
Pushdown automata
 
PushdownAutomata.ppt
PushdownAutomata.pptPushdownAutomata.ppt
PushdownAutomata.ppt
 
Solving connectivity problems via basic Linear Algebra
Solving connectivity problems via basic Linear AlgebraSolving connectivity problems via basic Linear Algebra
Solving connectivity problems via basic Linear Algebra
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
 
Elliptic curve cryptography and zero knowledge proof
Elliptic curve cryptography and zero knowledge proofElliptic curve cryptography and zero knowledge proof
Elliptic curve cryptography and zero knowledge proof
 
Elliptic Curve Cryptography and Zero Knowledge Proof
Elliptic Curve Cryptography and Zero Knowledge ProofElliptic Curve Cryptography and Zero Knowledge Proof
Elliptic Curve Cryptography and Zero Knowledge Proof
 

More from matrixphagwara

Hsff training in bangalore
Hsff training in bangaloreHsff training in bangalore
Hsff training in bangalorematrixphagwara
 
Image processing training in chennai
Image processing training in chennai Image processing training in chennai
Image processing training in chennai matrixphagwara
 
Image processing training in Bangalore
Image processing training in Bangalore Image processing training in Bangalore
Image processing training in Bangalore matrixphagwara
 
Image processing training in pune
Image processing training in pune Image processing training in pune
Image processing training in pune matrixphagwara
 
Image processing training in delhi
Image processing training in delhi Image processing training in delhi
Image processing training in delhi matrixphagwara
 
Image processing training in ferozepur
Image processing training in ferozepur Image processing training in ferozepur
Image processing training in ferozepur matrixphagwara
 
Image processing training in Bathinda
Image processing training in Bathinda Image processing training in Bathinda
Image processing training in Bathinda matrixphagwara
 
Image processing training in ludhiana
Image processing training in ludhiana Image processing training in ludhiana
Image processing training in ludhiana matrixphagwara
 
Image processing training in ludhiana
Image processing training in ludhianaImage processing training in ludhiana
Image processing training in ludhianamatrixphagwara
 
Image processing training in amritsar
Image processing training in amritsar Image processing training in amritsar
Image processing training in amritsar matrixphagwara
 
Image processing training in jalandhar
Image processing training in jalandharImage processing training in jalandhar
Image processing training in jalandharmatrixphagwara
 
Image processing training in chandigarh
Image processing training in chandigarhImage processing training in chandigarh
Image processing training in chandigarhmatrixphagwara
 
Image processing training in mohali
Image processing training in mohaliImage processing training in mohali
Image processing training in mohalimatrixphagwara
 
cloud computing training in pune
cloud  computing training in pune cloud  computing training in pune
cloud computing training in pune matrixphagwara
 
cloud computing training in moga
cloud  computing training in moga cloud  computing training in moga
cloud computing training in moga matrixphagwara
 
cloud computing training in ludhiana
cloud  computing training in ludhiana cloud  computing training in ludhiana
cloud computing training in ludhiana matrixphagwara
 
cloud computing training in jalandhar
cloud  computing training in jalandharcloud  computing training in jalandhar
cloud computing training in jalandharmatrixphagwara
 
android training in bangalore
android training in bangaloreandroid training in bangalore
android training in bangalorematrixphagwara
 
android project in jalandhar
android  project in jalandharandroid  project in jalandhar
android project in jalandharmatrixphagwara
 

More from matrixphagwara (20)

Hsff training in bangalore
Hsff training in bangaloreHsff training in bangalore
Hsff training in bangalore
 
Image processing training in chennai
Image processing training in chennai Image processing training in chennai
Image processing training in chennai
 
Image processing training in Bangalore
Image processing training in Bangalore Image processing training in Bangalore
Image processing training in Bangalore
 
Image processing training in pune
Image processing training in pune Image processing training in pune
Image processing training in pune
 
Image processing training in delhi
Image processing training in delhi Image processing training in delhi
Image processing training in delhi
 
Image processing training in ferozepur
Image processing training in ferozepur Image processing training in ferozepur
Image processing training in ferozepur
 
Image 6 months
Image 6 monthsImage 6 months
Image 6 months
 
Image processing training in Bathinda
Image processing training in Bathinda Image processing training in Bathinda
Image processing training in Bathinda
 
Image processing training in ludhiana
Image processing training in ludhiana Image processing training in ludhiana
Image processing training in ludhiana
 
Image processing training in ludhiana
Image processing training in ludhianaImage processing training in ludhiana
Image processing training in ludhiana
 
Image processing training in amritsar
Image processing training in amritsar Image processing training in amritsar
Image processing training in amritsar
 
Image processing training in jalandhar
Image processing training in jalandharImage processing training in jalandhar
Image processing training in jalandhar
 
Image processing training in chandigarh
Image processing training in chandigarhImage processing training in chandigarh
Image processing training in chandigarh
 
Image processing training in mohali
Image processing training in mohaliImage processing training in mohali
Image processing training in mohali
 
cloud computing training in pune
cloud  computing training in pune cloud  computing training in pune
cloud computing training in pune
 
cloud computing training in moga
cloud  computing training in moga cloud  computing training in moga
cloud computing training in moga
 
cloud computing training in ludhiana
cloud  computing training in ludhiana cloud  computing training in ludhiana
cloud computing training in ludhiana
 
cloud computing training in jalandhar
cloud  computing training in jalandharcloud  computing training in jalandhar
cloud computing training in jalandhar
 
android training in bangalore
android training in bangaloreandroid training in bangalore
android training in bangalore
 
android project in jalandhar
android  project in jalandharandroid  project in jalandhar
android project in jalandhar
 

Recently uploaded

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
 
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
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
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 - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
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
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
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
 

Recently uploaded (20)

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
 
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
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
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 - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.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🔝
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri 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
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 

cloud computing training in Bathinda