SlideShare a Scribd company logo
1 of 25
Capitol Technology University Presents
Presented by Karriem (A.J.) Perry, Ph.D.
Physics-Informed Machine Learning:
The Next Evolution in
Neural Network Development
Agenda
Bill Gibbs
Cap Tech Talks Host
1. About Capitol Technology University
2. Session Pointers
3. About the Presenter
4. Presentation
5. Q & A
6. Upcoming Webinars
7. Recording, Slides, Certificate
About
Established in 1927, We are
one of the only private
Universities in the state of
Maryland specifically
dedicated to engineering,
cybersecurity, computer
sciences and tech
management.
Nonprofit, Private &
Accredited
Capitol is a nonprofit, private accredited university
located in Laurel, Maryland, USA
Capitol Technology University is
accredited by the Commission on
Higher Education of the Middle
States Association of Colleges
and Schools
The University is authorized by
the State of Maryland to confer
Associate’s (A.A.S.), Bachelor’s
(B.S.), Master’s (M.S., M.B.A.,
T.M.B.A), and Doctoral
(D.B.A.,D.Sc., Ed.D, Ph.D.) degrees.
Session Pointers
• We will answer questions at the conclusion of the presentation. At any
time you can post a question in the text chat and we will answer as many
as we can.
• Microphones and webcams are not activated for participants.
• A link to the recording and to the slides will be sent to all registrants and
available on our webinar web page.
• A participation certificate is available by request for both Live Session and
On Demand viewers.
Presented by Karriem (A.J.) Perry, Ph.D.
Physics-Informed Machine Learning:
The Next Evolution in
Neural Network Development
About the presenter: Dr. Karriem Perry
• 22 years U.S. Army (Ret.) Ranger and Special Forces
• Senior data scientist in the public sector
• Dissertation Committee Chair: Artificial Intelligence
• B.S. in Psychology, Ottawa University (KS)
• M.S. in Data Analytics, Southern New Hampshire Univ.
• Ph.D. in Artificial Intelligence, Capitol Technology Univ.
• Research interests:
--Statistical-relational machine learning
--Relational quantum mechanics in quantum machine learning
--Probabilistic graphical modeling theory
Physics-Informed Machine Learning: The Next Evolution in Neural Network Development
Karriem (A.J.) Perry, Ph.D.
Senior Data Scientist - Public Sector
Artificial Intelligence Dissertation Committee Chair - Capitol Technology University
 What is Physics-Informed Machine Learning
(PIML) and its utility?
 Foundations of PIML
 PIML in Action
 Recommended Individual Development
Environments (IDEs)
 What’s Next for PIML
 Related links, works, contact info
 Questions
 References
Agenda
Disclaimer: The opinions expressed in this
presentation are solely those of the author and are
not those of affiliated institutions or organizations.
What is physics-informed machine learning
and its utility?
 Physics-informed machine learning (PIML), as a
derivative of scientific machine learning (SciML),
emerged approximately in mid-late 1990s at or
about the end of the 2nd Artificial Intelligence
Winter [1].
 Applying this method in developing for instance,
machine learning models, has proved especially
useful when data availability or data quality are
in question, particularly in the physical sciences,
e.g., biological, astrological, chemical etc. and
engineering technology [2].
Courtesy: Argonne National Laboratory, U.S. Department of Energy (Almgren et al., 2017); [3].
What is physics-informed machine learning
and its utility?...cont.
 ML, in particular deep learning has a significant
impact on simulating these physical properties.
 In addition, research is emerging postulating the
utility of PIML in fields distinctly separate from
the physical sciences.
 These other applications involving in the social
sciences when considering stochastic partial
differential and nonlinear partial differential
equations [4].
Courtesy: Argonne National Laboratory, U.S. Department of Energy (Almgren et al., 2017); [3].
Foundations of PIML
 As previously referenced, partial differential
equations (PDEs) are the foundation of SciML [5].
 PDEs can mathematically describe most know
physical systems currently know and promote the
ability to parameterize ML models in ways not
usually transparent from traditional
parameterization methods [6].
AI generated, WOMBO Dream, Scientific machine learning laboratory (Perry, 2022).
Foundations of PIML…cont.
 Consider the Brownian Motion, Schrodinger’s
Wave, Helmholtz’s, Poisson's, Navier-Stokes’, and
many other equations and derivatives [7].
 Key, is a sufficient understanding of the
characteristics and limitations of both the chosen
PDE(s) applied and those of the problem(s) to be
solved.
 Arguably, the theorems are solely limited to
known physical laws and the proofs of the
researcher.
Stock Image (2022).
PIML in Action
Performing calculations associated with PIML vary. However, in calculus there are initial conditions
that are standard, and these expectations must be met. A generic equation may follow something
of this sort:
“…in its most general form, the [Universal Differential Equation] UDE is a forced stochastic
delay partial differential equation ([SD]PDE) defined with embedded universal approximators:
𝒩 𝑢 𝑡 , 𝛼 𝑡 , 𝑊 𝑡 , 𝑈𝜃(𝑢, 𝛽 𝑡 ) = 0
where 𝛼 𝑡 is a delay function and 𝑊 𝑡 is the Weiner process.” (pg. 3); [8]
The above differential equations are meant to show the relations between a common function; in
this instance 𝛼 𝑡 is a function of time. Where
𝑑𝑦
𝑑𝑥
∙
𝑦
𝑥
= 𝛼 represents the initial stages of
determining what alpha is a function of. In a nutshell, swapping out the Weiner process with
perhaps the Lévy process, leads to an entirely different set of conditions that may be applicable to
the parameters of the ML model(s) in question.
AI generated, WOMBO Dream, Woman examining PDEs (Perry, 2022).
PIML in Action…Cont.
Along with the standard calculations and
exploratory data analysis procedures, Since
these are not a business analytics processes,
CRISP-DM or ASUM-DM are obsolete.
 Consider following a reproducible ML
modeling / analysis methodology. In this
instances, we’ll use a modification of an
Explainable AI (XAI) framework [9].
 A crucial consideration is the
explainability factor of a ML model; which
is readily available in the extrinsic
properties of the Post-hoc stage, is the
objective description of model
performance [10]. The math answers
most, if not all these questions and
concerns; with a few exceptions. However,
PIML is one of several ways to explain ML
activities quantitively.
Explainable AI Framework. (Zimmerman, 2002)
PIML in Action…Cont.
A crucial consideration is the explainability
factor of a ML model; which is readily
available in the extrinsic properties of the
Post-hoc stage, is the objective description of
model performance [10].
 The math answers most, if not all these
questions and concerns; with a few
exceptions.
 However, PIML is one of several ways to
explain ML activities quantitively.
Explainable AI Framework. (Zimmerman, 2002)
PIML in Action…Cont.
Dr. Craig Gin explains a very interesting and useful experiment on how his team achieved
linearization in deep learning models, in this short clip.
Gin, C., Lusch, B., Brunton, S. L., & Kutz, J. N. (2021). Deep learning models for global coordinate
transformations that linearise PDEs. European Journal of Applied Mathematics, 32(3), 515-539
[8].
Recommended Software Stack(s)
Along with the standard calculations and
exploratory data analysis procedures, I
recommend following a reproducible
modeling / analysis methodology. In this
instances, we’ll use the flexible software
stack tailored to the unique specifications of
model development.
In addition, individual development
environments are also available for you to
customize to your specifications.
Courtesy: Google Summer Code w/ NumFocus 2019 [12].
Links of Interest, Current & Upcoming
Works, Contact Info
Links:
 Deep learning models for global coordinate transformations that linearise PDEs – YouTube
 Rethinking Physics Informed Neural Networks [NeurIPS'21] – YouTube
 https://www.pnnl.gov/search?keyword=physics-informed
Pre-Print: Plant Breeding Biomolecular Classification in Quantum Bayesianism (QBism) Physics- Informed Neural Network Architecture – EarthArXiv.org
B. Keary
A.J. Perry
Upcoming:
 Metadata Causal Inference of Concept Drifts in Statistical-Relational Machine Learning: Predictive Analytics Using Graph Theory Methods in Cyber-Defense
A.J. Perry
P. Kulp
B. Keary
N. Robinson
 Scientific and Probabilistic Approaches to the Quantification of Human Capital Management: How Machine Learning is Advancing Human Resources
B. Keary
A.J. Perry
Contact: kaperry@captechu.edu
GitHub: https://github.com/AJ-Perry
Questions
References
[1] Muthukrishnan, N., Maleki, F., Ovens, K., Reinhold, C., Forghani, B.,- & Forghani, R. (2020). Brief history of artificial intelligence. Neuroimaging Clinics, 30(4), 393-399.
[2] Karniadakis, G. E., Kevrekidis, I. G., Lu, L., Perdikaris, P., Wang, S., & Yang, L. (2021). Physics-informed machine learning. Nature Reviews Physics, 3(6), 422-440.
[3] Almgren, A., DeMar, P., Vetter, J., Riley, K., Antypas, K., Bard, D., ... & Williams, S. (2017). Advanced scientific computing research exascale requirements review. an office of
science review sponsored by advanced scientific computing research, September 27-29, 2016, Rockville, Maryland. Argonne National Lab.(ANL), Argonne, IL (United States). Argonne
Leadership Computing Facility.
[4] Radford, J., & Joseph, K. (2020). Theory In, Theory Out: The Uses of Social Theory in Machine Learning for Social Science. Frontiers in Big Data, 3.
[5] [6] Rackauckas, C., Ma, Y., Martensen, J., Warner, C., Zubov, K., Supekar, R., ... & Edelman, A. (2020). Universal differential equations for scientific machine learning. arXiv
preprint arXiv:2001.04385.
[7] Miller, K. S. (2020). Partial differential equations in engineering problems. Courier Dover Publications.
[8] Gin, C., Lusch, B., Brunton, S. L., & Kutz, J. N. (2021). Deep learning models for global coordinate transformations that linearise PDEs. European Journal of Applied
Mathematics, 32(3), 515-539.
[9][10] Angée, S., Lozano-Argel, S. I., Montoya-Munera, E. N., Ospina-Arango, J. D., & Tabares-Betancur, M. S. (2018, August). Towards an improved ASUM-DM process
methodology for cross-disciplinary multi-organization big data & analytics projects. In International Conference on Knowledge Management in Organizations (pp. 613-624).
Springer, Cham.
[11] Zimmerman, M. J. (2002). Intrinsic vs. extrinsic value.
[12] Loyola, J. M. GSoC 2019 Final Evaluation.
Upcoming Webinars
The Occupational
Safety and Health
Emphasis on Mental
Well-Being
Darin Dillow
Feb. 16, 2023
Transformational
Leadership: Leading
and Following from
the Front
Dr. Reginald Freeman
Jan. 19, 2023
www.captechu.edu/webinar-series
To Register for Webinars or View
On Demand Webinars:

More Related Content

What's hot

Computer architecture page replacement algorithms
Computer architecture page replacement algorithmsComputer architecture page replacement algorithms
Computer architecture page replacement algorithmsMazin Alwaaly
 
Advanced RAC troubleshooting: Network
Advanced RAC troubleshooting: NetworkAdvanced RAC troubleshooting: Network
Advanced RAC troubleshooting: NetworkRiyaj Shamsudeen
 
Apache Camel - The integration library
Apache Camel - The integration libraryApache Camel - The integration library
Apache Camel - The integration libraryClaus Ibsen
 
import rdma: zero-copy networking with RDMA and Python
import rdma: zero-copy networking with RDMA and Pythonimport rdma: zero-copy networking with RDMA and Python
import rdma: zero-copy networking with RDMA and Pythongroveronline
 
How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14Bobby Curtis
 
JavaScript straight from the Oracle Database
JavaScript straight from the Oracle DatabaseJavaScript straight from the Oracle Database
JavaScript straight from the Oracle DatabaseDimitri Gielis
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONMarkus Michalewicz
 
Oracle statistics by example
Oracle statistics by exampleOracle statistics by example
Oracle statistics by exampleMauro Pagano
 
Heterogeneous computing
Heterogeneous computingHeterogeneous computing
Heterogeneous computingRashid Ansari
 
Flink Forward Berlin 2017: Robert Metzger - Keep it going - How to reliably a...
Flink Forward Berlin 2017: Robert Metzger - Keep it going - How to reliably a...Flink Forward Berlin 2017: Robert Metzger - Keep it going - How to reliably a...
Flink Forward Berlin 2017: Robert Metzger - Keep it going - How to reliably a...Flink Forward
 
Physical architecture of sql server
Physical architecture of sql serverPhysical architecture of sql server
Physical architecture of sql serverDivya Sharma
 
Ceph Performance and Sizing Guide
Ceph Performance and Sizing GuideCeph Performance and Sizing Guide
Ceph Performance and Sizing GuideJose De La Rosa
 
Oracle Database 21c データ・ドリブン時代をリードする コンバージド・データベースの最新型
Oracle Database 21c データ・ドリブン時代をリードする コンバージド・データベースの最新型Oracle Database 21c データ・ドリブン時代をリードする コンバージド・データベースの最新型
Oracle Database 21c データ・ドリブン時代をリードする コンバージド・データベースの最新型オラクルエンジニア通信
 
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...Ludovico Caldara
 
Aerospike Architecture
Aerospike ArchitectureAerospike Architecture
Aerospike ArchitecturePeter Milne
 

What's hot (20)

Computer architecture page replacement algorithms
Computer architecture page replacement algorithmsComputer architecture page replacement algorithms
Computer architecture page replacement algorithms
 
Advanced RAC troubleshooting: Network
Advanced RAC troubleshooting: NetworkAdvanced RAC troubleshooting: Network
Advanced RAC troubleshooting: Network
 
Apache Camel - The integration library
Apache Camel - The integration libraryApache Camel - The integration library
Apache Camel - The integration library
 
Oracle ASM Training
Oracle ASM TrainingOracle ASM Training
Oracle ASM Training
 
Oracle Database Applianceのご紹介(詳細)
Oracle Database Applianceのご紹介(詳細)Oracle Database Applianceのご紹介(詳細)
Oracle Database Applianceのご紹介(詳細)
 
import rdma: zero-copy networking with RDMA and Python
import rdma: zero-copy networking with RDMA and Pythonimport rdma: zero-copy networking with RDMA and Python
import rdma: zero-copy networking with RDMA and Python
 
How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14How many ways to monitor oracle golden gate-Collaborate 14
How many ways to monitor oracle golden gate-Collaborate 14
 
JavaScript straight from the Oracle Database
JavaScript straight from the Oracle DatabaseJavaScript straight from the Oracle Database
JavaScript straight from the Oracle Database
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLON
 
Oracle statistics by example
Oracle statistics by exampleOracle statistics by example
Oracle statistics by example
 
Operating System: Deadlock
Operating System: DeadlockOperating System: Deadlock
Operating System: Deadlock
 
Heterogeneous computing
Heterogeneous computingHeterogeneous computing
Heterogeneous computing
 
Flink Forward Berlin 2017: Robert Metzger - Keep it going - How to reliably a...
Flink Forward Berlin 2017: Robert Metzger - Keep it going - How to reliably a...Flink Forward Berlin 2017: Robert Metzger - Keep it going - How to reliably a...
Flink Forward Berlin 2017: Robert Metzger - Keep it going - How to reliably a...
 
Physical architecture of sql server
Physical architecture of sql serverPhysical architecture of sql server
Physical architecture of sql server
 
Deadlock
DeadlockDeadlock
Deadlock
 
Ceph Performance and Sizing Guide
Ceph Performance and Sizing GuideCeph Performance and Sizing Guide
Ceph Performance and Sizing Guide
 
Distributed storage system
Distributed storage systemDistributed storage system
Distributed storage system
 
Oracle Database 21c データ・ドリブン時代をリードする コンバージド・データベースの最新型
Oracle Database 21c データ・ドリブン時代をリードする コンバージド・データベースの最新型Oracle Database 21c データ・ドリブン時代をリードする コンバージド・データベースの最新型
Oracle Database 21c データ・ドリブン時代をリードする コンバージド・データベースの最新型
 
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
Oracle RAC, Oracle Data Guard, and Pluggable Databases: When MAA Meets Oracle...
 
Aerospike Architecture
Aerospike ArchitectureAerospike Architecture
Aerospike Architecture
 

Similar to Physics-Informed Machine Learning: The Next Evolution in Neural Network Development

Xin Yao: "What can evolutionary computation do for you?"
Xin Yao: "What can evolutionary computation do for you?"Xin Yao: "What can evolutionary computation do for you?"
Xin Yao: "What can evolutionary computation do for you?"ieee_cis_cyprus
 
Machine Learning in Material Characterization
Machine Learning in Material CharacterizationMachine Learning in Material Characterization
Machine Learning in Material Characterizationijtsrd
 
AI from the Perspective of a School of Data Science
AI from the Perspective of a School of Data ScienceAI from the Perspective of a School of Data Science
AI from the Perspective of a School of Data SciencePhilip Bourne
 
Competitive advantage from Data Mining: some lessons learnt ...
Competitive advantage from Data Mining: some lessons learnt ...Competitive advantage from Data Mining: some lessons learnt ...
Competitive advantage from Data Mining: some lessons learnt ...butest
 
Competitive advantage from Data Mining: some lessons learnt ...
Competitive advantage from Data Mining: some lessons learnt ...Competitive advantage from Data Mining: some lessons learnt ...
Competitive advantage from Data Mining: some lessons learnt ...butest
 
Comparison of relational and attribute-IEEE-1999-published ...
Comparison of relational and attribute-IEEE-1999-published ...Comparison of relational and attribute-IEEE-1999-published ...
Comparison of relational and attribute-IEEE-1999-published ...butest
 
Automated Metadata Annotation What Is And Is Not Possible With Machine Learning
Automated Metadata Annotation  What Is And Is Not Possible With Machine LearningAutomated Metadata Annotation  What Is And Is Not Possible With Machine Learning
Automated Metadata Annotation What Is And Is Not Possible With Machine LearningJim Webb
 
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...Daniel Katz
 
Lec1-Into
Lec1-IntoLec1-Into
Lec1-Intobutest
 
IRJET- Machine Learning: Introduction, Algorithms and Implementation
IRJET-  	  Machine Learning: Introduction, Algorithms and ImplementationIRJET-  	  Machine Learning: Introduction, Algorithms and Implementation
IRJET- Machine Learning: Introduction, Algorithms and ImplementationIRJET Journal
 
Machine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningMachine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningIchigaku Takigawa
 
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022Antonio Lieto
 
Big-Data Analytics for Media Management
Big-Data Analytics for Media ManagementBig-Data Analytics for Media Management
Big-Data Analytics for Media Managementtechkrish
 
A scenario based approach for dealing with
A scenario based approach for dealing withA scenario based approach for dealing with
A scenario based approach for dealing withijcsa
 
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGSOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGIRJET Journal
 
Data Science and AI in Biomedicine: The World has Changed
Data Science and AI in Biomedicine: The World has ChangedData Science and AI in Biomedicine: The World has Changed
Data Science and AI in Biomedicine: The World has ChangedPhilip Bourne
 
A Review of Intelligent Agent Systems in Animal Health Care
A Review of Intelligent Agent Systems in Animal Health CareA Review of Intelligent Agent Systems in Animal Health Care
A Review of Intelligent Agent Systems in Animal Health CareIJCSIS Research Publications
 

Similar to Physics-Informed Machine Learning: The Next Evolution in Neural Network Development (20)

Xin Yao: "What can evolutionary computation do for you?"
Xin Yao: "What can evolutionary computation do for you?"Xin Yao: "What can evolutionary computation do for you?"
Xin Yao: "What can evolutionary computation do for you?"
 
Machine Learning in Material Characterization
Machine Learning in Material CharacterizationMachine Learning in Material Characterization
Machine Learning in Material Characterization
 
AI from the Perspective of a School of Data Science
AI from the Perspective of a School of Data ScienceAI from the Perspective of a School of Data Science
AI from the Perspective of a School of Data Science
 
Competitive advantage from Data Mining: some lessons learnt ...
Competitive advantage from Data Mining: some lessons learnt ...Competitive advantage from Data Mining: some lessons learnt ...
Competitive advantage from Data Mining: some lessons learnt ...
 
Competitive advantage from Data Mining: some lessons learnt ...
Competitive advantage from Data Mining: some lessons learnt ...Competitive advantage from Data Mining: some lessons learnt ...
Competitive advantage from Data Mining: some lessons learnt ...
 
M.tech computerunitwise
M.tech computerunitwiseM.tech computerunitwise
M.tech computerunitwise
 
Comparison of relational and attribute-IEEE-1999-published ...
Comparison of relational and attribute-IEEE-1999-published ...Comparison of relational and attribute-IEEE-1999-published ...
Comparison of relational and attribute-IEEE-1999-published ...
 
Automated Metadata Annotation What Is And Is Not Possible With Machine Learning
Automated Metadata Annotation  What Is And Is Not Possible With Machine LearningAutomated Metadata Annotation  What Is And Is Not Possible With Machine Learning
Automated Metadata Annotation What Is And Is Not Possible With Machine Learning
 
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 1 - Professor...
 
3234150
32341503234150
3234150
 
Lec1-Into
Lec1-IntoLec1-Into
Lec1-Into
 
IRJET- Machine Learning: Introduction, Algorithms and Implementation
IRJET-  	  Machine Learning: Introduction, Algorithms and ImplementationIRJET-  	  Machine Learning: Introduction, Algorithms and Implementation
IRJET- Machine Learning: Introduction, Algorithms and Implementation
 
Machine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningMachine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and Intervening
 
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
 
Big-Data Analytics for Media Management
Big-Data Analytics for Media ManagementBig-Data Analytics for Media Management
Big-Data Analytics for Media Management
 
A scenario based approach for dealing with
A scenario based approach for dealing withA scenario based approach for dealing with
A scenario based approach for dealing with
 
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGSOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
 
Data Science and AI in Biomedicine: The World has Changed
Data Science and AI in Biomedicine: The World has ChangedData Science and AI in Biomedicine: The World has Changed
Data Science and AI in Biomedicine: The World has Changed
 
A Review of Intelligent Agent Systems in Animal Health Care
A Review of Intelligent Agent Systems in Animal Health CareA Review of Intelligent Agent Systems in Animal Health Care
A Review of Intelligent Agent Systems in Animal Health Care
 
AI_Lecture_1.pptx
AI_Lecture_1.pptxAI_Lecture_1.pptx
AI_Lecture_1.pptx
 

More from CapitolTechU

CapTechU Masters Presentation April 2024.pptx
CapTechU Masters Presentation April 2024.pptxCapTechU Masters Presentation April 2024.pptx
CapTechU Masters Presentation April 2024.pptxCapitolTechU
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Slides CapTechTalks Webinar April 2024 Ilia Kolochenko.pptx
Slides CapTechTalks Webinar April 2024 Ilia Kolochenko.pptxSlides CapTechTalks Webinar April 2024 Ilia Kolochenko.pptx
Slides CapTechTalks Webinar April 2024 Ilia Kolochenko.pptxCapitolTechU
 
CapTechU Masters Info Session March 2024.pptx
CapTechU Masters Info Session March 2024.pptxCapTechU Masters Info Session March 2024.pptx
CapTechU Masters Info Session March 2024.pptxCapitolTechU
 
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptxSlides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptxCapitolTechU
 
CapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapitolTechU
 
Masters Presentation - February 2024.pptx
Masters Presentation - February  2024.pptxMasters Presentation - February  2024.pptx
Masters Presentation - February 2024.pptxCapitolTechU
 
Capitol Doctoral Presentation -Feb 2024.pptx
Capitol Doctoral Presentation -Feb 2024.pptxCapitol Doctoral Presentation -Feb 2024.pptx
Capitol Doctoral Presentation -Feb 2024.pptxCapitolTechU
 
CapTechTalks Webinar Feb 2024 Darrell Burrell.pptx
CapTechTalks Webinar Feb 2024 Darrell Burrell.pptxCapTechTalks Webinar Feb 2024 Darrell Burrell.pptx
CapTechTalks Webinar Feb 2024 Darrell Burrell.pptxCapitolTechU
 
Masters Presentation - January 2024.pptx
Masters Presentation - January 2024.pptxMasters Presentation - January 2024.pptx
Masters Presentation - January 2024.pptxCapitolTechU
 
Capitol Tech U Doctoral Presentation -Jan 2024
Capitol Tech U Doctoral Presentation -Jan 2024Capitol Tech U Doctoral Presentation -Jan 2024
Capitol Tech U Doctoral Presentation -Jan 2024CapitolTechU
 
CapTech Talks Webinar December 2023 Diane Janosek.pptx
CapTech Talks Webinar December 2023 Diane Janosek.pptxCapTech Talks Webinar December 2023 Diane Janosek.pptx
CapTech Talks Webinar December 2023 Diane Janosek.pptxCapitolTechU
 
CapTech Talks Webinar November 2023 Tom Vazdar slides.pptx
CapTech Talks Webinar November 2023 Tom Vazdar slides.pptxCapTech Talks Webinar November 2023 Tom Vazdar slides.pptx
CapTech Talks Webinar November 2023 Tom Vazdar slides.pptxCapitolTechU
 
Masters Presentation - November 2023
Masters Presentation - November 2023 Masters Presentation - November 2023
Masters Presentation - November 2023 CapitolTechU
 
Doctoral Presentation -Nov 2023.pptx
Doctoral Presentation -Nov 2023.pptxDoctoral Presentation -Nov 2023.pptx
Doctoral Presentation -Nov 2023.pptxCapitolTechU
 
Clean Air Force EC- Board MeetingSlides Nov 1 2023.pptx
Clean Air Force EC- Board MeetingSlides Nov 1 2023.pptxClean Air Force EC- Board MeetingSlides Nov 1 2023.pptx
Clean Air Force EC- Board MeetingSlides Nov 1 2023.pptxCapitolTechU
 
CapTech Talks Webinar October 2023 Bill Butler.pptx
CapTech Talks Webinar October 2023 Bill Butler.pptxCapTech Talks Webinar October 2023 Bill Butler.pptx
CapTech Talks Webinar October 2023 Bill Butler.pptxCapitolTechU
 
CapTechU Masters Presentation October 2023.pptx
CapTechU Masters Presentation October 2023.pptxCapTechU Masters Presentation October 2023.pptx
CapTechU Masters Presentation October 2023.pptxCapitolTechU
 
Doctoral Presentation -October 2023.pptx
Doctoral Presentation -October 2023.pptxDoctoral Presentation -October 2023.pptx
Doctoral Presentation -October 2023.pptxCapitolTechU
 
Capitol Masters Info Session Sept 2023
Capitol Masters Info Session Sept 2023Capitol Masters Info Session Sept 2023
Capitol Masters Info Session Sept 2023CapitolTechU
 

More from CapitolTechU (20)

CapTechU Masters Presentation April 2024.pptx
CapTechU Masters Presentation April 2024.pptxCapTechU Masters Presentation April 2024.pptx
CapTechU Masters Presentation April 2024.pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Slides CapTechTalks Webinar April 2024 Ilia Kolochenko.pptx
Slides CapTechTalks Webinar April 2024 Ilia Kolochenko.pptxSlides CapTechTalks Webinar April 2024 Ilia Kolochenko.pptx
Slides CapTechTalks Webinar April 2024 Ilia Kolochenko.pptx
 
CapTechU Masters Info Session March 2024.pptx
CapTechU Masters Info Session March 2024.pptxCapTechU Masters Info Session March 2024.pptx
CapTechU Masters Info Session March 2024.pptx
 
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptxSlides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
 
CapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptx
 
Masters Presentation - February 2024.pptx
Masters Presentation - February  2024.pptxMasters Presentation - February  2024.pptx
Masters Presentation - February 2024.pptx
 
Capitol Doctoral Presentation -Feb 2024.pptx
Capitol Doctoral Presentation -Feb 2024.pptxCapitol Doctoral Presentation -Feb 2024.pptx
Capitol Doctoral Presentation -Feb 2024.pptx
 
CapTechTalks Webinar Feb 2024 Darrell Burrell.pptx
CapTechTalks Webinar Feb 2024 Darrell Burrell.pptxCapTechTalks Webinar Feb 2024 Darrell Burrell.pptx
CapTechTalks Webinar Feb 2024 Darrell Burrell.pptx
 
Masters Presentation - January 2024.pptx
Masters Presentation - January 2024.pptxMasters Presentation - January 2024.pptx
Masters Presentation - January 2024.pptx
 
Capitol Tech U Doctoral Presentation -Jan 2024
Capitol Tech U Doctoral Presentation -Jan 2024Capitol Tech U Doctoral Presentation -Jan 2024
Capitol Tech U Doctoral Presentation -Jan 2024
 
CapTech Talks Webinar December 2023 Diane Janosek.pptx
CapTech Talks Webinar December 2023 Diane Janosek.pptxCapTech Talks Webinar December 2023 Diane Janosek.pptx
CapTech Talks Webinar December 2023 Diane Janosek.pptx
 
CapTech Talks Webinar November 2023 Tom Vazdar slides.pptx
CapTech Talks Webinar November 2023 Tom Vazdar slides.pptxCapTech Talks Webinar November 2023 Tom Vazdar slides.pptx
CapTech Talks Webinar November 2023 Tom Vazdar slides.pptx
 
Masters Presentation - November 2023
Masters Presentation - November 2023 Masters Presentation - November 2023
Masters Presentation - November 2023
 
Doctoral Presentation -Nov 2023.pptx
Doctoral Presentation -Nov 2023.pptxDoctoral Presentation -Nov 2023.pptx
Doctoral Presentation -Nov 2023.pptx
 
Clean Air Force EC- Board MeetingSlides Nov 1 2023.pptx
Clean Air Force EC- Board MeetingSlides Nov 1 2023.pptxClean Air Force EC- Board MeetingSlides Nov 1 2023.pptx
Clean Air Force EC- Board MeetingSlides Nov 1 2023.pptx
 
CapTech Talks Webinar October 2023 Bill Butler.pptx
CapTech Talks Webinar October 2023 Bill Butler.pptxCapTech Talks Webinar October 2023 Bill Butler.pptx
CapTech Talks Webinar October 2023 Bill Butler.pptx
 
CapTechU Masters Presentation October 2023.pptx
CapTechU Masters Presentation October 2023.pptxCapTechU Masters Presentation October 2023.pptx
CapTechU Masters Presentation October 2023.pptx
 
Doctoral Presentation -October 2023.pptx
Doctoral Presentation -October 2023.pptxDoctoral Presentation -October 2023.pptx
Doctoral Presentation -October 2023.pptx
 
Capitol Masters Info Session Sept 2023
Capitol Masters Info Session Sept 2023Capitol Masters Info Session Sept 2023
Capitol Masters Info Session Sept 2023
 

Recently uploaded

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
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
 
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
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
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
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
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
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 

Recently uploaded (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
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
 
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🔝
 
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
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
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 🔝✔️✔️
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
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
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 

Physics-Informed Machine Learning: The Next Evolution in Neural Network Development

  • 2. Presented by Karriem (A.J.) Perry, Ph.D. Physics-Informed Machine Learning: The Next Evolution in Neural Network Development
  • 3. Agenda Bill Gibbs Cap Tech Talks Host 1. About Capitol Technology University 2. Session Pointers 3. About the Presenter 4. Presentation 5. Q & A 6. Upcoming Webinars 7. Recording, Slides, Certificate
  • 4. About Established in 1927, We are one of the only private Universities in the state of Maryland specifically dedicated to engineering, cybersecurity, computer sciences and tech management.
  • 5. Nonprofit, Private & Accredited Capitol is a nonprofit, private accredited university located in Laurel, Maryland, USA Capitol Technology University is accredited by the Commission on Higher Education of the Middle States Association of Colleges and Schools The University is authorized by the State of Maryland to confer Associate’s (A.A.S.), Bachelor’s (B.S.), Master’s (M.S., M.B.A., T.M.B.A), and Doctoral (D.B.A.,D.Sc., Ed.D, Ph.D.) degrees.
  • 6. Session Pointers • We will answer questions at the conclusion of the presentation. At any time you can post a question in the text chat and we will answer as many as we can. • Microphones and webcams are not activated for participants. • A link to the recording and to the slides will be sent to all registrants and available on our webinar web page. • A participation certificate is available by request for both Live Session and On Demand viewers.
  • 7. Presented by Karriem (A.J.) Perry, Ph.D. Physics-Informed Machine Learning: The Next Evolution in Neural Network Development
  • 8. About the presenter: Dr. Karriem Perry • 22 years U.S. Army (Ret.) Ranger and Special Forces • Senior data scientist in the public sector • Dissertation Committee Chair: Artificial Intelligence • B.S. in Psychology, Ottawa University (KS) • M.S. in Data Analytics, Southern New Hampshire Univ. • Ph.D. in Artificial Intelligence, Capitol Technology Univ. • Research interests: --Statistical-relational machine learning --Relational quantum mechanics in quantum machine learning --Probabilistic graphical modeling theory
  • 9. Physics-Informed Machine Learning: The Next Evolution in Neural Network Development Karriem (A.J.) Perry, Ph.D. Senior Data Scientist - Public Sector Artificial Intelligence Dissertation Committee Chair - Capitol Technology University
  • 10.  What is Physics-Informed Machine Learning (PIML) and its utility?  Foundations of PIML  PIML in Action  Recommended Individual Development Environments (IDEs)  What’s Next for PIML  Related links, works, contact info  Questions  References Agenda
  • 11. Disclaimer: The opinions expressed in this presentation are solely those of the author and are not those of affiliated institutions or organizations.
  • 12. What is physics-informed machine learning and its utility?  Physics-informed machine learning (PIML), as a derivative of scientific machine learning (SciML), emerged approximately in mid-late 1990s at or about the end of the 2nd Artificial Intelligence Winter [1].  Applying this method in developing for instance, machine learning models, has proved especially useful when data availability or data quality are in question, particularly in the physical sciences, e.g., biological, astrological, chemical etc. and engineering technology [2]. Courtesy: Argonne National Laboratory, U.S. Department of Energy (Almgren et al., 2017); [3].
  • 13. What is physics-informed machine learning and its utility?...cont.  ML, in particular deep learning has a significant impact on simulating these physical properties.  In addition, research is emerging postulating the utility of PIML in fields distinctly separate from the physical sciences.  These other applications involving in the social sciences when considering stochastic partial differential and nonlinear partial differential equations [4]. Courtesy: Argonne National Laboratory, U.S. Department of Energy (Almgren et al., 2017); [3].
  • 14. Foundations of PIML  As previously referenced, partial differential equations (PDEs) are the foundation of SciML [5].  PDEs can mathematically describe most know physical systems currently know and promote the ability to parameterize ML models in ways not usually transparent from traditional parameterization methods [6]. AI generated, WOMBO Dream, Scientific machine learning laboratory (Perry, 2022).
  • 15. Foundations of PIML…cont.  Consider the Brownian Motion, Schrodinger’s Wave, Helmholtz’s, Poisson's, Navier-Stokes’, and many other equations and derivatives [7].  Key, is a sufficient understanding of the characteristics and limitations of both the chosen PDE(s) applied and those of the problem(s) to be solved.  Arguably, the theorems are solely limited to known physical laws and the proofs of the researcher. Stock Image (2022).
  • 16. PIML in Action Performing calculations associated with PIML vary. However, in calculus there are initial conditions that are standard, and these expectations must be met. A generic equation may follow something of this sort: “…in its most general form, the [Universal Differential Equation] UDE is a forced stochastic delay partial differential equation ([SD]PDE) defined with embedded universal approximators: 𝒩 𝑢 𝑡 , 𝛼 𝑡 , 𝑊 𝑡 , 𝑈𝜃(𝑢, 𝛽 𝑡 ) = 0 where 𝛼 𝑡 is a delay function and 𝑊 𝑡 is the Weiner process.” (pg. 3); [8] The above differential equations are meant to show the relations between a common function; in this instance 𝛼 𝑡 is a function of time. Where 𝑑𝑦 𝑑𝑥 ∙ 𝑦 𝑥 = 𝛼 represents the initial stages of determining what alpha is a function of. In a nutshell, swapping out the Weiner process with perhaps the Lévy process, leads to an entirely different set of conditions that may be applicable to the parameters of the ML model(s) in question. AI generated, WOMBO Dream, Woman examining PDEs (Perry, 2022).
  • 17. PIML in Action…Cont. Along with the standard calculations and exploratory data analysis procedures, Since these are not a business analytics processes, CRISP-DM or ASUM-DM are obsolete.  Consider following a reproducible ML modeling / analysis methodology. In this instances, we’ll use a modification of an Explainable AI (XAI) framework [9].  A crucial consideration is the explainability factor of a ML model; which is readily available in the extrinsic properties of the Post-hoc stage, is the objective description of model performance [10]. The math answers most, if not all these questions and concerns; with a few exceptions. However, PIML is one of several ways to explain ML activities quantitively. Explainable AI Framework. (Zimmerman, 2002)
  • 18. PIML in Action…Cont. A crucial consideration is the explainability factor of a ML model; which is readily available in the extrinsic properties of the Post-hoc stage, is the objective description of model performance [10].  The math answers most, if not all these questions and concerns; with a few exceptions.  However, PIML is one of several ways to explain ML activities quantitively. Explainable AI Framework. (Zimmerman, 2002)
  • 19. PIML in Action…Cont. Dr. Craig Gin explains a very interesting and useful experiment on how his team achieved linearization in deep learning models, in this short clip. Gin, C., Lusch, B., Brunton, S. L., & Kutz, J. N. (2021). Deep learning models for global coordinate transformations that linearise PDEs. European Journal of Applied Mathematics, 32(3), 515-539 [8].
  • 20. Recommended Software Stack(s) Along with the standard calculations and exploratory data analysis procedures, I recommend following a reproducible modeling / analysis methodology. In this instances, we’ll use the flexible software stack tailored to the unique specifications of model development. In addition, individual development environments are also available for you to customize to your specifications. Courtesy: Google Summer Code w/ NumFocus 2019 [12].
  • 21. Links of Interest, Current & Upcoming Works, Contact Info Links:  Deep learning models for global coordinate transformations that linearise PDEs – YouTube  Rethinking Physics Informed Neural Networks [NeurIPS'21] – YouTube  https://www.pnnl.gov/search?keyword=physics-informed Pre-Print: Plant Breeding Biomolecular Classification in Quantum Bayesianism (QBism) Physics- Informed Neural Network Architecture – EarthArXiv.org B. Keary A.J. Perry Upcoming:  Metadata Causal Inference of Concept Drifts in Statistical-Relational Machine Learning: Predictive Analytics Using Graph Theory Methods in Cyber-Defense A.J. Perry P. Kulp B. Keary N. Robinson  Scientific and Probabilistic Approaches to the Quantification of Human Capital Management: How Machine Learning is Advancing Human Resources B. Keary A.J. Perry Contact: kaperry@captechu.edu GitHub: https://github.com/AJ-Perry
  • 23. References [1] Muthukrishnan, N., Maleki, F., Ovens, K., Reinhold, C., Forghani, B.,- & Forghani, R. (2020). Brief history of artificial intelligence. Neuroimaging Clinics, 30(4), 393-399. [2] Karniadakis, G. E., Kevrekidis, I. G., Lu, L., Perdikaris, P., Wang, S., & Yang, L. (2021). Physics-informed machine learning. Nature Reviews Physics, 3(6), 422-440. [3] Almgren, A., DeMar, P., Vetter, J., Riley, K., Antypas, K., Bard, D., ... & Williams, S. (2017). Advanced scientific computing research exascale requirements review. an office of science review sponsored by advanced scientific computing research, September 27-29, 2016, Rockville, Maryland. Argonne National Lab.(ANL), Argonne, IL (United States). Argonne Leadership Computing Facility. [4] Radford, J., & Joseph, K. (2020). Theory In, Theory Out: The Uses of Social Theory in Machine Learning for Social Science. Frontiers in Big Data, 3. [5] [6] Rackauckas, C., Ma, Y., Martensen, J., Warner, C., Zubov, K., Supekar, R., ... & Edelman, A. (2020). Universal differential equations for scientific machine learning. arXiv preprint arXiv:2001.04385. [7] Miller, K. S. (2020). Partial differential equations in engineering problems. Courier Dover Publications. [8] Gin, C., Lusch, B., Brunton, S. L., & Kutz, J. N. (2021). Deep learning models for global coordinate transformations that linearise PDEs. European Journal of Applied Mathematics, 32(3), 515-539. [9][10] Angée, S., Lozano-Argel, S. I., Montoya-Munera, E. N., Ospina-Arango, J. D., & Tabares-Betancur, M. S. (2018, August). Towards an improved ASUM-DM process methodology for cross-disciplinary multi-organization big data & analytics projects. In International Conference on Knowledge Management in Organizations (pp. 613-624). Springer, Cham. [11] Zimmerman, M. J. (2002). Intrinsic vs. extrinsic value. [12] Loyola, J. M. GSoC 2019 Final Evaluation.
  • 24. Upcoming Webinars The Occupational Safety and Health Emphasis on Mental Well-Being Darin Dillow Feb. 16, 2023 Transformational Leadership: Leading and Following from the Front Dr. Reginald Freeman Jan. 19, 2023
  • 25. www.captechu.edu/webinar-series To Register for Webinars or View On Demand Webinars:

Editor's Notes

  1. The emergence likely comes out of academia and or the National Laboratories. PIML assists in simulating the mapping of input to output, from prior knowledge of physical phenomena.; developing the approximators of the neural net’s node calculations. ; The term “SciML” is derived from a technical report developed in the public sector published in 2019.
  2. The emergence likely comes out of academia and or the National Laboratories. PIML assists in simulating the mapping of input to output, from prior knowledge of physical phenomena.; developing the approximators of the neural net’s node calculations. ; The term “SciML” is derived from a technical report developed in the public sector published in 2019.
  3. To illustrate the trade-offs associated with human-handcrafting, or the absence thereof, we first must quantify considerations defining involvement of the human element as applied to cybersecurity (Angelov, 2019; Kulp et al., 2020). Considering the complexity, likely asymptoticity, and probable non-linearity of the covariates; to accomplish this, we used a Universal Differential Equation (UDE) to develop a human-in-the-loop Delay Differential Equation (DDE); (Soetaert, 2012) variant highlighting prior event variables defining the physics and using separation of variables methods; in three-dimensional space, represented as inducing human interactions (Rackaukas et al., 2020; Robinson, 2021). As described by the researcher Rackaukas (2020), “…in its most general form, the UDE is a forced stochastic delay partial differential equation (PDE) defined with embedded universal approximators: 𝒩 𝑢 𝑡 , 𝛼 𝑡 ,𝑊 𝑡 , 𝑈 𝜃 (𝑢,𝛽 𝑡 ) =0[,] where 𝛼 𝑡 is a delay function and 𝑊 𝑡 is the Weiner process.” (pg. 3) The delay function helps use quantify the activities associated with human-handcrafting as fundamental to the function reaction time of human-in-the-loop (h), essentially a derivation of time (t) which has a significant role in a three-dimensional space including the Lévy process. Therefore, we explain our position in the following: Definition 1. Assuming a system’s composition can be demonstrated in the form: 𝑥 ′ 𝑡 =𝑓 𝑥 𝑡 ,𝑥(𝑡−1) ,𝐿(𝑡), 𝑡 0 1 , 𝑥(𝑡)∈ ℝ 𝑛 , (5.1) where 𝑡 ≅1 and 𝐿(𝑡) the Lévy process. Probabilistically we deduce 𝑝 𝑥,𝑡 to a distribution of the state of a given system (Taylor, 2004).
  4. Many may know of CRISP-DM or ASUM-DM, which is the Cross-Industry Standard Process for Data Mining or the Cross Industry Standard Process for Data Mining (CRISP-DM).  Different scopes and aspects of explainability. These exceptions are from a probabilistic perspective. Explainability is not a binary property. In other words, not all explanations address the ante-hoc global explainability of the entire model. Post-doc/local explanations are also acceptable.
  5. Many may know of CRISP-DM or ASUM-DM, which is the Cross-Industry Standard Process for Data Mining or the Cross Industry Standard Process for Data Mining (CRISP-DM).  Different scopes and aspects of explainability. These exceptions are from a probabilistic perspective. Explainability is not a binary property. In other words, not all explanations address the ante-hoc global explainability of the entire model. Post-doc/local explanations are also acceptable.
  6. Stop at 2:04. What does this mean? Well, it depends on what you’re trying to accomplish. Craig is clearly concerned with linearizing some function u(t). The theory helps describe the conditions to the ML modeling in question. In this instance a deep learning neural network. The takeaway is that model performance is ultimately based on the conditions, as described by the given physical system, feed into the parameters of the neural network.
  7. To illustrate the trade-offs associated with human-handcrafting, or the absence thereof, we first must quantify considerations defining involvement of the human element as applied to cybersecurity (Angelov, 2019; Kulp et al., 2020). Considering the complexity, likely asymptoticity, and probable non-linearity of the covariates; to accomplish this, we used a Universal Differential Equation (UDE) to develop a human-in-the-loop Delay Differential Equation (DDE); (Soetaert, 2012) variant highlighting prior event variables defining the physics and using separation of variables methods; in three-dimensional space, represented as inducing human interactions (Rackaukas et al., 2020; Robinson, 2021). As described by the researcher Rackaukas (2020), “…in its most general form, the UDE is a forced stochastic delay partial differential equation (PDE) defined with embedded universal approximators: 𝒩 𝑢 𝑡 , 𝛼 𝑡 ,𝑊 𝑡 , 𝑈 𝜃 (𝑢,𝛽 𝑡 ) =0[,] where 𝛼 𝑡 is a delay function and 𝑊 𝑡 is the Weiner process.” (pg. 3) The delay function helps use quantify the activities associated with human-handcrafting as fundamental to the function reaction time of human-in-the-loop (h), essentially a derivation of time (t) which has a significant role in a three-dimensional space including the Lévy process. Therefore, we explain our position in the following: Definition 1. Assuming a system’s composition can be demonstrated in the form: 𝑥 ′ 𝑡 =𝑓 𝑥 𝑡 ,𝑥(𝑡−1) ,𝐿(𝑡), 𝑡 0 1 , 𝑥(𝑡)∈ ℝ 𝑛 , (5.1) where 𝑡 ≅1 and 𝐿(𝑡) the Lévy process. Probabilistically we deduce 𝑝 𝑥,𝑡 to a distribution of the state of a given system (Taylor, 2004).
  8. To illustrate the trade-offs associated with human-handcrafting, or the absence thereof, we first must quantify considerations defining involvement of the human element as applied to cybersecurity (Angelov, 2019; Kulp et al., 2020). Considering the complexity, likely asymptoticity, and probable non-linearity of the covariates; to accomplish this, we used a Universal Differential Equation (UDE) to develop a human-in-the-loop Delay Differential Equation (DDE); (Soetaert, 2012) variant highlighting prior event variables defining the physics and using separation of variables methods; in three-dimensional space, represented as inducing human interactions (Rackaukas et al., 2020; Robinson, 2021). As described by the researcher Rackaukas (2020), “…in its most general form, the UDE is a forced stochastic delay partial differential equation (PDE) defined with embedded universal approximators: 𝒩 𝑢 𝑡 , 𝛼 𝑡 ,𝑊 𝑡 , 𝑈 𝜃 (𝑢,𝛽 𝑡 ) =0[,] where 𝛼 𝑡 is a delay function and 𝑊 𝑡 is the Weiner process.” (pg. 3) The delay function helps use quantify the activities associated with human-handcrafting as fundamental to the function reaction time of human-in-the-loop (h), essentially a derivation of time (t) which has a significant role in a three-dimensional space including the Lévy process. Therefore, we explain our position in the following: Definition 1. Assuming a system’s composition can be demonstrated in the form: 𝑥 ′ 𝑡 =𝑓 𝑥 𝑡 ,𝑥(𝑡−1) ,𝐿(𝑡), 𝑡 0 1 , 𝑥(𝑡)∈ ℝ 𝑛 , (5.1) where 𝑡 ≅1 and 𝐿(𝑡) the Lévy process. Probabilistically we deduce 𝑝 𝑥,𝑡 to a distribution of the state of a given system (Taylor, 2004).