SlideShare a Scribd company logo
A Case study of
Cellular Automata
Written and Presented by:
Devdutta Chakrabarti
GNIT_MTECH(CSE) 1
Cellular Automata-Summary
What is cellular automata?
History of cellular automata
Simple cellular automata
Rules
Applications
Summary
References
GNIT_MTECH(CSE) 2
What is Cellular Automata?
 Cellular Automata(CA): A regular spatial lattice of
cells, each of which can have a finite number of
states.
 The cell states are updated in discrete time steps and
defined by its original state and the state of the cells
surrounding it.
 Every separate cell can be described as its own finite
state machine. The finite state machines are
determined by different sets of information.
GNIT_MTECH(CSE) 3
How Cellular Automata Began
 In 1947, John von Neumann was working in the
field of science, focusing on biology. He was
studying a self-replicating machine when he
designed a two-dimensional CA model of the
physics of our universe.
 He mathematically proved that the universe he
made acted like a self-replicating machine and
that it would make endless copies of itself.
GNIT_MTECH(CSE) 4
Simple Cellular Automata
The simplest CA is one dimensional with only
two states for each cell. A cell and the cell on
each side make up a neighborhood. These
cells are the deciding factors as to what state
is chosen for the element.
GNIT_MTECH(CSE) 5
Rules
This rule modeled a predator/prey relationship
Begins with a randomly distributed population of
fish, sharks, and empty cells in a 1000x2000 cell
grid (2 million cells)
Initially,
50% of the cells are occupied by fish
25% are occupied by sharks
25% are empty
GNIT_MTECH(CSE) 6
Here’s the number 2 million
• Fish: red; sharks: yellow; empty: black
GNIT_MTECH(CSE) 7
Rules in detail: Initial Conditions
Initially cells contain fish, sharks or are empty
Empty cells = 0 (black pixel)
Fish = 1 (red pixel)
Sharks = –1 (yellow pixel)
GNIT_MTECH(CSE) 8
Rules in detail: Breeding Rule
Breeding rule: if the current cell is empty
If there are >= 4 neighbors of one species, and >=
3 of them are of breeding age,
 Fish breeding age >= 2,
 Shark breeding age >=3,
and there are <4 of the other species:
then create a species of that type
 +1= baby fish (age = 1 at birth)
 -1 = baby shark (age = |-1| at birth)
GNIT_MTECH(CSE) 9
Breeding Rule: Before
EMPTY
GNIT_MTECH(CSE) 10
Breeding Rule: After
GNIT_MTECH(CSE) 11
GNIT_MTECH(CSE)
Rules in Detail: Fish Rules
If the current cell contains a fish:
• Fish live for 10 generations.
• If >=5 neighbors are sharks, fish dies (shark
food).
• If all 8 neighbors are fish, fish dies
(overpopulation).
• If a fish does not die, increment age.
12
GNIT_MTECH(CSE)
Rules in Detail: Shark Rules
If the current cell contains a shark:
• Sharks live for 20 generations.
• If >=6 neighbors are sharks and fish
neighbors =0, the shark dies (starvation).
• A shark has a 1/32 (.031) chance of dying
due to random causes.
• If a shark does not die, increment age.
13
GNIT_MTECH(CSE)
Shark Random Death: Before
I Sure Hope that the
random number
chosen is >.031
14
GNIT_MTECH(CSE)
Shark Random Death: After
YES IT IS!!!
I LIVE 
15
GNIT_MTECH(CSE)
Illustration
Next several screens show behavior over a
span of 10,000+ generations (about 25
minutes on a cluster of 20 processors).
16
GNIT_MTECH(CSE)
Generation: 0
17
GNIT_MTECH(CSE)
Generation: 100
18
GNIT_MTECH(CSE)
Generation: 500
19
GNIT_MTECH(CSE)
Generation: 1,000
20
GNIT_MTECH(CSE)
Generation: 2,000
21
GNIT_MTECH(CSE)
Generation: 4,000
22
GNIT_MTECH(CSE)
Generation: 8,000
23
GNIT_MTECH(CSE)
Generation: 10,500
24
GNIT_MTECH(CSE)
Variations of Initial Conditions
Still using randomly distributed
populations:
Medium-sized population. Fish/sharks occupy:
1/16th
of total grid
Fish: 62,703; Sharks: 31,301
Very small population. Fish/sharks occupy:
1/800th
of total grid
Initial population:
Fish: 1,298; Sharks: 609
25
Medium-sized population (1/16 of grid)
Generation 100 1000
2000 4000
8000
GNIT_MTECH(CSE) 26
GNIT_MTECH(CSE)
Very Small Populations
Random placement of very small
populations can favor one species over
another
Fish favored: sharks die out
Sharks favored: sharks predominate, but
fish survive in stable small numbers
27
Applications of Cellular Automata
Simulation of Biological Processes
Simulation of Cancer cells growth
Predator – Prey Models
Art
Simulation of Forest Fires
Simulations of Social Movement
…many more.. It’s a very active area of
research.
GNIT_MTECH(CSE) 28
Summary
It excel at modelling physical systems because
the properties of the physical world and
cellular lattices are very similar.
Cellular automata has an old but brief history.
Simple cellular automata is very easy and quite
useful.
Could have many beneficial qualities if
researched and developed.
Play The Game of Life, its fun and interesting.
GNIT_MTECH(CSE) 29
References
http://www.mirwoj.opus.chelm.pl/ca
http://www.brainyencyclopedia.com/encyclopedia/c/ce/cellular_autom
aton.html
http://www.frank-buss.de/automaton
http://www.hyperdictionary.com/dictionary/cellular+automaton
http://www.wordiq/defintion/Cellular_automaton
http://mathworld.wolfram.com/CellularAutomaton
http://computing-dictionary.thefreedictionary.com/cellular
%20automaton
The New Turing Omnibus by A.K. Dewdney, ch. 44
GNIT_MTECH(CSE) 30
THANK YOU ALL !!
GNIT_MTECH(CSE) 31

More Related Content

Viewers also liked

Cellular automata
Cellular automata Cellular automata
Cellular automata
Rodrigo Rodrigues
 
CELLULAR AUTOMATA TRAFFIC FLOW MODEL
CELLULAR AUTOMATA TRAFFIC FLOW MODELCELLULAR AUTOMATA TRAFFIC FLOW MODEL
CELLULAR AUTOMATA TRAFFIC FLOW MODEL
Engr Abdurrashid Dada MNSE
 
Urban Land Cover Change Detection Analysis and Modelling Spatio-Temporal Grow...
Urban Land Cover Change Detection Analysis and Modelling Spatio-Temporal Grow...Urban Land Cover Change Detection Analysis and Modelling Spatio-Temporal Grow...
Urban Land Cover Change Detection Analysis and Modelling Spatio-Temporal Grow...
Bayes Ahmed
 
Block Emulation and Computation in One-dimensional Cellular Automata: Breakin...
Block Emulation and Computation in One-dimensional Cellular Automata: Breakin...Block Emulation and Computation in One-dimensional Cellular Automata: Breakin...
Block Emulation and Computation in One-dimensional Cellular Automata: Breakin...
Jurgen Riedel
 
Cellular Automata for Pathfinding
Cellular Automata for PathfindingCellular Automata for Pathfinding
Cellular Automata for Pathfinding
Steve Wilson
 
Consumerbehavior-Omid-Roozmand
Consumerbehavior-Omid-RoozmandConsumerbehavior-Omid-Roozmand
Consumerbehavior-Omid-Roozmand
estephanm
 
Educational Software Engineering: Where Software Engineering, Education, and ...
Educational Software Engineering: Where Software Engineering, Education, and ...Educational Software Engineering: Where Software Engineering, Education, and ...
Educational Software Engineering: Where Software Engineering, Education, and ...
Tao Xie
 
Cellular Automata
Cellular AutomataCellular Automata
Cellular Automata
Enrico Bacis
 
Agent Based Models
Agent Based ModelsAgent Based Models
Agent Based Models
David Sherlock
 
Automata Invasion
Automata InvasionAutomata Invasion
Automata Invasion
lucenerevolution
 
GIS and Agent-based modeling: Part 1
GIS and Agent-based modeling: Part 1GIS and Agent-based modeling: Part 1
GIS and Agent-based modeling: Part 1
crooksAndrew
 
online payment system using Steganography and Visual cryptography
online payment system using Steganography and Visual cryptographyonline payment system using Steganography and Visual cryptography
online payment system using Steganography and Visual cryptography
Shahrukh Ali
 
Visual Cryptography Industrial Training Report
Visual Cryptography Industrial Training ReportVisual Cryptography Industrial Training Report
Visual Cryptography Industrial Training Report
Mohit Kumar
 
Modeling MAPK with ODEs and Petri Nets
Modeling MAPK with ODEs and Petri NetsModeling MAPK with ODEs and Petri Nets
Modeling MAPK with ODEs and Petri Nets
Biafra Ahanonu
 
StrataGEM: A Generic Petri Net Verification Framework
StrataGEM: A Generic Petri Net Verification FrameworkStrataGEM: A Generic Petri Net Verification Framework
StrataGEM: A Generic Petri Net Verification Framework
Edmundo López Bóbeda
 
Cellular Automata, PDEs and Pattern Formation
Cellular Automata, PDEs and Pattern FormationCellular Automata, PDEs and Pattern Formation
Cellular Automata, PDEs and Pattern Formation
Xin-She Yang
 
Model checking of time petri nets
Model checking of time petri netsModel checking of time petri nets
Model checking of time petri nets
Marwa Al-Rikaby
 
Impact of Agricultural Value Chains on Digital Liquidity
Impact of Agricultural Value Chains on Digital LiquidityImpact of Agricultural Value Chains on Digital Liquidity
Impact of Agricultural Value Chains on Digital Liquidity
ITU
 
Promoting accountability in agricultural investment chains: an introduction
Promoting accountability in agricultural investment chains: an introductionPromoting accountability in agricultural investment chains: an introduction
Promoting accountability in agricultural investment chains: an introduction
IIED
 

Viewers also liked (19)

Cellular automata
Cellular automata Cellular automata
Cellular automata
 
CELLULAR AUTOMATA TRAFFIC FLOW MODEL
CELLULAR AUTOMATA TRAFFIC FLOW MODELCELLULAR AUTOMATA TRAFFIC FLOW MODEL
CELLULAR AUTOMATA TRAFFIC FLOW MODEL
 
Urban Land Cover Change Detection Analysis and Modelling Spatio-Temporal Grow...
Urban Land Cover Change Detection Analysis and Modelling Spatio-Temporal Grow...Urban Land Cover Change Detection Analysis and Modelling Spatio-Temporal Grow...
Urban Land Cover Change Detection Analysis and Modelling Spatio-Temporal Grow...
 
Block Emulation and Computation in One-dimensional Cellular Automata: Breakin...
Block Emulation and Computation in One-dimensional Cellular Automata: Breakin...Block Emulation and Computation in One-dimensional Cellular Automata: Breakin...
Block Emulation and Computation in One-dimensional Cellular Automata: Breakin...
 
Cellular Automata for Pathfinding
Cellular Automata for PathfindingCellular Automata for Pathfinding
Cellular Automata for Pathfinding
 
Consumerbehavior-Omid-Roozmand
Consumerbehavior-Omid-RoozmandConsumerbehavior-Omid-Roozmand
Consumerbehavior-Omid-Roozmand
 
Educational Software Engineering: Where Software Engineering, Education, and ...
Educational Software Engineering: Where Software Engineering, Education, and ...Educational Software Engineering: Where Software Engineering, Education, and ...
Educational Software Engineering: Where Software Engineering, Education, and ...
 
Cellular Automata
Cellular AutomataCellular Automata
Cellular Automata
 
Agent Based Models
Agent Based ModelsAgent Based Models
Agent Based Models
 
Automata Invasion
Automata InvasionAutomata Invasion
Automata Invasion
 
GIS and Agent-based modeling: Part 1
GIS and Agent-based modeling: Part 1GIS and Agent-based modeling: Part 1
GIS and Agent-based modeling: Part 1
 
online payment system using Steganography and Visual cryptography
online payment system using Steganography and Visual cryptographyonline payment system using Steganography and Visual cryptography
online payment system using Steganography and Visual cryptography
 
Visual Cryptography Industrial Training Report
Visual Cryptography Industrial Training ReportVisual Cryptography Industrial Training Report
Visual Cryptography Industrial Training Report
 
Modeling MAPK with ODEs and Petri Nets
Modeling MAPK with ODEs and Petri NetsModeling MAPK with ODEs and Petri Nets
Modeling MAPK with ODEs and Petri Nets
 
StrataGEM: A Generic Petri Net Verification Framework
StrataGEM: A Generic Petri Net Verification FrameworkStrataGEM: A Generic Petri Net Verification Framework
StrataGEM: A Generic Petri Net Verification Framework
 
Cellular Automata, PDEs and Pattern Formation
Cellular Automata, PDEs and Pattern FormationCellular Automata, PDEs and Pattern Formation
Cellular Automata, PDEs and Pattern Formation
 
Model checking of time petri nets
Model checking of time petri netsModel checking of time petri nets
Model checking of time petri nets
 
Impact of Agricultural Value Chains on Digital Liquidity
Impact of Agricultural Value Chains on Digital LiquidityImpact of Agricultural Value Chains on Digital Liquidity
Impact of Agricultural Value Chains on Digital Liquidity
 
Promoting accountability in agricultural investment chains: an introduction
Promoting accountability in agricultural investment chains: an introductionPromoting accountability in agricultural investment chains: an introduction
Promoting accountability in agricultural investment chains: an introduction
 

Similar to Cellular automata by Devdutta Chakrabarti

Development and motility of Dicty actin mutants
Development and motility of Dicty actin mutantsDevelopment and motility of Dicty actin mutants
Development and motility of Dicty actin mutants
Andrey Dementyev
 
Stem Cell Powerpoint with teacher notes.pdf
Stem Cell Powerpoint with teacher notes.pdfStem Cell Powerpoint with teacher notes.pdf
Stem Cell Powerpoint with teacher notes.pdf
dgjiudddssfcxspiyass
 
Prof. Benedict Seddon (University College London) - Data-driven systems medicine
Prof. Benedict Seddon (University College London) - Data-driven systems medicineProf. Benedict Seddon (University College London) - Data-driven systems medicine
Prof. Benedict Seddon (University College London) - Data-driven systems medicine
mntbs1
 
round 3.pptx
round 3.pptxround 3.pptx
round 3.pptx
Smart_bala003
 
American Gut Project presentation at Masaryk University
American Gut Project presentation at Masaryk UniversityAmerican Gut Project presentation at Masaryk University
American Gut Project presentation at Masaryk University
mcdonadt
 
Mitosis glencoe
Mitosis glencoeMitosis glencoe
Mitosis glencoe
Adam Feder
 
INCLUDEPICTURE ..imageslab0018banner02.jpg MERGEFORMA.docx
INCLUDEPICTURE ..imageslab0018banner02.jpg  MERGEFORMA.docxINCLUDEPICTURE ..imageslab0018banner02.jpg  MERGEFORMA.docx
INCLUDEPICTURE ..imageslab0018banner02.jpg MERGEFORMA.docx
bradburgess22840
 
Meeting
MeetingMeeting
3.3 sources of genetic variability
3.3 sources of genetic variability3.3 sources of genetic variability
3.3 sources of genetic variability
MadihaShah8
 
Stable nanoemulsions slide show (ppt)
Stable nanoemulsions slide show (ppt)Stable nanoemulsions slide show (ppt)
Stable nanoemulsions slide show (ppt)
cavcon
 
High Throughput Investigation of EC Coupling in Isolated Cardiac Myocytes
High Throughput Investigation of EC Coupling in Isolated Cardiac MyocytesHigh Throughput Investigation of EC Coupling in Isolated Cardiac Myocytes
High Throughput Investigation of EC Coupling in Isolated Cardiac Myocytes
InsideScientific
 
MDC Connects Series 2021 | A Guide to Complex Medicines: Cellular Internalisa...
MDC Connects Series 2021 | A Guide to Complex Medicines: Cellular Internalisa...MDC Connects Series 2021 | A Guide to Complex Medicines: Cellular Internalisa...
MDC Connects Series 2021 | A Guide to Complex Medicines: Cellular Internalisa...
Medicines Discovery Catapult
 
Essay On Oedipus The King Blindness. Online assignment writing service.
Essay On Oedipus The King Blindness. Online assignment writing service.Essay On Oedipus The King Blindness. Online assignment writing service.
Essay On Oedipus The King Blindness. Online assignment writing service.
Molly Crosby
 
Project IdeaFor our project, we will be focusing on the wastewat.docx
Project IdeaFor our project, we will be focusing on the wastewat.docxProject IdeaFor our project, we will be focusing on the wastewat.docx
Project IdeaFor our project, we will be focusing on the wastewat.docx
briancrawford30935
 
ASU
ASUASU
Mechanica
MechanicaMechanica
Mechanica
Andy Somogyi
 
teoria de blancos
teoria de blancosteoria de blancos
teoria de blancos
FranciscoJavierHerna773639
 
Dr. Sascha Ott (University of Warwick) - Data-driven systems medicine
Dr. Sascha Ott (University of Warwick) - Data-driven systems medicineDr. Sascha Ott (University of Warwick) - Data-driven systems medicine
Dr. Sascha Ott (University of Warwick) - Data-driven systems medicine
mntbs1
 
ESACT 2017 Poster - A new cell line development platform for sigh efficiency ...
ESACT 2017 Poster - A new cell line development platform for sigh efficiency ...ESACT 2017 Poster - A new cell line development platform for sigh efficiency ...
ESACT 2017 Poster - A new cell line development platform for sigh efficiency ...
IanTaylor50
 
Casting a Wider Net in Zebrafish Screening with Automated Microscopy and Imag...
Casting a Wider Net in Zebrafish Screening with Automated Microscopy and Imag...Casting a Wider Net in Zebrafish Screening with Automated Microscopy and Imag...
Casting a Wider Net in Zebrafish Screening with Automated Microscopy and Imag...
InsideScientific
 

Similar to Cellular automata by Devdutta Chakrabarti (20)

Development and motility of Dicty actin mutants
Development and motility of Dicty actin mutantsDevelopment and motility of Dicty actin mutants
Development and motility of Dicty actin mutants
 
Stem Cell Powerpoint with teacher notes.pdf
Stem Cell Powerpoint with teacher notes.pdfStem Cell Powerpoint with teacher notes.pdf
Stem Cell Powerpoint with teacher notes.pdf
 
Prof. Benedict Seddon (University College London) - Data-driven systems medicine
Prof. Benedict Seddon (University College London) - Data-driven systems medicineProf. Benedict Seddon (University College London) - Data-driven systems medicine
Prof. Benedict Seddon (University College London) - Data-driven systems medicine
 
round 3.pptx
round 3.pptxround 3.pptx
round 3.pptx
 
American Gut Project presentation at Masaryk University
American Gut Project presentation at Masaryk UniversityAmerican Gut Project presentation at Masaryk University
American Gut Project presentation at Masaryk University
 
Mitosis glencoe
Mitosis glencoeMitosis glencoe
Mitosis glencoe
 
INCLUDEPICTURE ..imageslab0018banner02.jpg MERGEFORMA.docx
INCLUDEPICTURE ..imageslab0018banner02.jpg  MERGEFORMA.docxINCLUDEPICTURE ..imageslab0018banner02.jpg  MERGEFORMA.docx
INCLUDEPICTURE ..imageslab0018banner02.jpg MERGEFORMA.docx
 
Meeting
MeetingMeeting
Meeting
 
3.3 sources of genetic variability
3.3 sources of genetic variability3.3 sources of genetic variability
3.3 sources of genetic variability
 
Stable nanoemulsions slide show (ppt)
Stable nanoemulsions slide show (ppt)Stable nanoemulsions slide show (ppt)
Stable nanoemulsions slide show (ppt)
 
High Throughput Investigation of EC Coupling in Isolated Cardiac Myocytes
High Throughput Investigation of EC Coupling in Isolated Cardiac MyocytesHigh Throughput Investigation of EC Coupling in Isolated Cardiac Myocytes
High Throughput Investigation of EC Coupling in Isolated Cardiac Myocytes
 
MDC Connects Series 2021 | A Guide to Complex Medicines: Cellular Internalisa...
MDC Connects Series 2021 | A Guide to Complex Medicines: Cellular Internalisa...MDC Connects Series 2021 | A Guide to Complex Medicines: Cellular Internalisa...
MDC Connects Series 2021 | A Guide to Complex Medicines: Cellular Internalisa...
 
Essay On Oedipus The King Blindness. Online assignment writing service.
Essay On Oedipus The King Blindness. Online assignment writing service.Essay On Oedipus The King Blindness. Online assignment writing service.
Essay On Oedipus The King Blindness. Online assignment writing service.
 
Project IdeaFor our project, we will be focusing on the wastewat.docx
Project IdeaFor our project, we will be focusing on the wastewat.docxProject IdeaFor our project, we will be focusing on the wastewat.docx
Project IdeaFor our project, we will be focusing on the wastewat.docx
 
ASU
ASUASU
ASU
 
Mechanica
MechanicaMechanica
Mechanica
 
teoria de blancos
teoria de blancosteoria de blancos
teoria de blancos
 
Dr. Sascha Ott (University of Warwick) - Data-driven systems medicine
Dr. Sascha Ott (University of Warwick) - Data-driven systems medicineDr. Sascha Ott (University of Warwick) - Data-driven systems medicine
Dr. Sascha Ott (University of Warwick) - Data-driven systems medicine
 
ESACT 2017 Poster - A new cell line development platform for sigh efficiency ...
ESACT 2017 Poster - A new cell line development platform for sigh efficiency ...ESACT 2017 Poster - A new cell line development platform for sigh efficiency ...
ESACT 2017 Poster - A new cell line development platform for sigh efficiency ...
 
Casting a Wider Net in Zebrafish Screening with Automated Microscopy and Imag...
Casting a Wider Net in Zebrafish Screening with Automated Microscopy and Imag...Casting a Wider Net in Zebrafish Screening with Automated Microscopy and Imag...
Casting a Wider Net in Zebrafish Screening with Automated Microscopy and Imag...
 

More from Devdutta Chakrabarti

Internet of things
Internet of thingsInternet of things
Internet of things
Devdutta Chakrabarti
 
Secure and reliable routing protocols
Secure and reliable routing protocolsSecure and reliable routing protocols
Secure and reliable routing protocols
Devdutta Chakrabarti
 
Transmission efficient ppt
Transmission efficient pptTransmission efficient ppt
Transmission efficient ppt
Devdutta Chakrabarti
 
Bluejack seminar by Devdutta Chakrabarti
Bluejack seminar by Devdutta ChakrabartiBluejack seminar by Devdutta Chakrabarti
Bluejack seminar by Devdutta Chakrabarti
Devdutta Chakrabarti
 
Wireless Sensor Networks ppt
Wireless Sensor Networks pptWireless Sensor Networks ppt
Wireless Sensor Networks ppt
Devdutta Chakrabarti
 
Cloud by dev
Cloud by devCloud by dev
Cloud by dev
Devdutta Chakrabarti
 

More from Devdutta Chakrabarti (6)

Internet of things
Internet of thingsInternet of things
Internet of things
 
Secure and reliable routing protocols
Secure and reliable routing protocolsSecure and reliable routing protocols
Secure and reliable routing protocols
 
Transmission efficient ppt
Transmission efficient pptTransmission efficient ppt
Transmission efficient ppt
 
Bluejack seminar by Devdutta Chakrabarti
Bluejack seminar by Devdutta ChakrabartiBluejack seminar by Devdutta Chakrabarti
Bluejack seminar by Devdutta Chakrabarti
 
Wireless Sensor Networks ppt
Wireless Sensor Networks pptWireless Sensor Networks ppt
Wireless Sensor Networks ppt
 
Cloud by dev
Cloud by devCloud by dev
Cloud by dev
 

Recently uploaded

KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 

Recently uploaded (20)

KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 

Cellular automata by Devdutta Chakrabarti