-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsciml.html
More file actions
353 lines (317 loc) · 19.3 KB
/
Copy pathsciml.html
File metadata and controls
353 lines (317 loc) · 19.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Prabhat K Mishra</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="assets/css/academicons.css"/> -->
<link rel="stylesheet" href="assets/academicons-1.7.0/css/academicons.min.css"/>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: BizPage
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<style>
body {
font-family: Arial, sans-serif;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #999;
padding: 10px;
text-align: left;
vertical-align: middle;
}
th {
background-color: #f2f2f2;
}
tr:nth-child(even) td {
background-color: #f9f9f9;
}
tr:nth-child(odd) td {
background-color: #ffffff;
}
caption {
caption-side: top;
font-size: 1.3em;
font-weight: bold;
padding: 10px;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container-fluid">
<div class="row justify-content-center align-items-center">
<div class="col-xl-11 d-flex align-items-center justify-content-between">
<!-- <h1 class="logo"><a href="index.html">Lab</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/lab_logo.png" alt="" class="img-fluid"></a> -->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="./index.html">Home</a></li>
<!-- <li class="dropdown"><a class="nav-link scrollto "><span>Lab</span> <i class="bi bi-chevron-down"></i></a> -->
<li><a class="nav-link scrollto active" href="./people.html">People</a></li>
<!-- <li><a class="nav-link scrollto " href="./research.html">Research</a></li> -->
<li class="dropdown"><a class="nav-link scrollto "><span>Research</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a class="nav-link scrollto " href="./research_projects.html">Projects</a></li>
<li><a class="nav-link scrollto " href="./publications.html">Publications</a></li>
</ul>
</li>
<li><a class="nav-link scrollto active" href="./resources.html">Facilities</a></li>
<li class="dropdown"><a class="nav-link scrollto "><span>Training</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a class="nav-link scrollto " href="./robot_autonomy.html">AI/ML for Robot autonomy</a></li>
<li><a class="nav-link scrollto " href="./cps.html">AI for Cyber Physical Systems</a></li>
<li><a class="nav-link scrollto " href="./la.html">Linear Algebra for AI/ML</a></li>
<li><a class="nav-link scrollto " href="./projects.html">Student Projects</a></li>
</ul>
<!-- <li><a class="nav-link scrollto active" href="./News.html">News</a></li> -->
<li><a class="nav-link scrollto" href="#footer">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</div>
</div>
</header><!-- End Header -->
<main id="main">
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<!-- <h2>Projects</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li><a href="">Research</a></li>
<li>Projects</li>
</ol> -->
</div>
</div>
</section><!-- Breadcrumbs Section -->
<section id="sciml">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>Scientific Machine Learning</h3>
</header>
<h1>Objective</h1>
<p>Scientific Machine Learning (SciML) aims to solve the complicated
problems of science and engineering with the help of scientific
computing and Machine Learning (ML). SciML incorporates
uncertainty quantification, propagation and physics-based models to
handle high dimensional, noisy, multi-scale and sparse data. This
course provides state-of-the-art tools such as physics informed neural
networks, neural operators and polynomial chaos theory to students to
prepare them for the next wave of data science.</p>
<h1>Modus Operandi</h1>
<ul>
<li>Class-room activities: 10%</li>
<ul>
<li>Participate in class-room discussions and ask quality questions</li>
<li>Five minutes teaching: Pick any small topic that is taught in the class before your schedule and teach it for five minutes.</li>
<li>Attendance</li>
</ul>
<li>Course project: 20%</li>
<ul>
<li>Refer to <a href = "./projects.html">guidelines</a>.</li>
</ul>
<li>Mid-sem: 30%</li>
<li>End-sem: 40%</li>
</ul>
<h1>Pre-requisite</h1>
<p>Foundations of Machine Learning (AI60203)</p>
<h1>Syllabus</h1>
<ul>
<li>Module 1: Introduction to Scientific ML</li>
<li>Module 2: Neural Differential Equations</li>
<li>Module 3: Physics Informed Neural Networks</li>
<li>Module 4: Neural Operators</li>
<li>Module 5: Gaussian Process (GP) Regression</li>
<li>Module 6: Uncertainty Quantification</li>
</ul>
</div>
<div class="container" data-aos="fade-up">
<table border="1" cellpadding="5" cellspacing="0">
<thead>
<tr>
<th>S.N.</th>
<th>Module</th>
<th>Unit</th>
<th>Hours (48)</th>
</tr>
</thead>
<tbody>
<tr><td>1</td><td rowspan="2">Introduction to scientific ML</td><td>Basics of Artificial Intelligence, Machine Learning, Deep Learning, Optimization and Python libraries</td><td>2</td></tr>
<tr><td>2</td><td>Differences between general ML and scientific ML, motivating applications of scientific ML</td><td>2</td></tr>
<tr><td>3</td><td rowspan="2">Neural Differential Equation</td><td>Neural ODEs, Multistep neural networks</td><td>2</td></tr>
<tr><td>4</td><td>Recurrent neural networks, Structure-preserving neural networks (Symplectic and Poisson nets, generic framework)</td><td>2</td></tr>
<tr><td>5</td><td rowspan="4">Physics Informed Neural Networks</td><td>PINN for Burger’s Equation and Boundary Value Problems</td><td>2</td></tr>
<tr><td>6</td><td>Constrained and Variational Neural Networks</td><td>2</td></tr>
<tr><td>7</td><td>Convergence Theory</td><td>2</td></tr>
<tr><td>8</td><td>Extensions (Gradient-enhanced PINNs, Conservative PINNs, Extended PINNs, PINNs for fractional PDEs, PINNs for stochastic PDEs)</td><td>4</td></tr>
<tr><td>9</td><td rowspan="3">Neural Operators</td><td>Universal approximation theorem for operators</td><td>2</td></tr>
<tr><td>10</td><td>DeepOnet (Theory, convergence, variations)</td><td>2</td></tr>
<tr><td>11</td><td>Transforms and operators (Fourier, Laplace and Wavelet and their extensions)</td><td>4</td></tr>
<tr><td>12</td><td rowspan="3">Gaussian Process regression</td><td>GP for multi-fidelity data</td><td>2</td></tr>
<tr><td>13</td><td>Physics-informed and NN-induced GP kernels</td><td>4</td></tr>
<tr><td>14</td><td>Deep multi-fidelity and diffusion-manifold driven GP</td><td>4</td></tr>
<tr><td>15</td><td rowspan="5">Uncertainty quantification</td><td>Methods for UQ</td><td>2</td></tr>
<tr><td>16</td><td>Deep Ensembles and Snapshot Ensembles</td><td>2</td></tr>
<tr><td>17</td><td>BNN and BPINN</td><td>4</td></tr>
<tr><td>18</td><td>Unified view (UQ in PINNs, UQ in DeepOnet)</td><td>2</td></tr>
<tr><td>19</td><td>Polynomial Chaos Theory</td><td>2</td></tr>
</tbody>
</table>
</div>
<div class="container" data-aos="fade-up">
<h1>Resources</h1>
<ol>
<li>Deep Learning for Science and Engineering Teaching Kit by NVIDIA and Brown University</li>
<li>Rackauckas, C., 2022. Parallel computing and scientific machine learning (SciML): Methods and applications [online]</li>
<li>Lecture notes on “Introduction to Scientific Machine Learning” by Ilias Bilionis</li>
<li>Smith, E., 2022. Scientific Machine Learning with Pytorch, Introduction to the Tools of Scientific Computing (Vol. 25). Springer Nature.</li>
<li>Garikipati, K., 2024. Data-driven Modelling and Scientific Machine Learning in Continuum Physics, Springer.</li>
<li>Baker, N., Alexander, F., Bremer, T., Hagberg, A., Kevrekidis, Y., Najm, H., Parashar, M., Patra, A., Sethian, J., Wild, S. and Willcox, K., 2019. Workshop report on basic research needs for scientific machine learning: Core technologies for artificial intelligence. USDOE Office of Science (SC), Washington, DC (United States).</li>
<li>Brunton, S.L. and Kutz, J.N., 2022. Data-driven science and engineering: Machine learning, dynamical systems, and control. Cambridge University Press.</li>
<li>Geron, A., 2022. Hands-on machine learning with Scikit-Learn, Keras, and TensorFlow. " O'Reilly Media, Inc."</li>
<li>Subramanian, S., Harrington, P., Keutzer, K., Bhimji, W., Morozov, D., Mahoney, M.W. and Gholami, A., 2024. Towards foundation models for scientific machine learning: Characterizing scaling and transfer behavior. Advances in Neural Information Processing Systems, 36.</li>
<li>Lagaris, I.E., Likas, A. and Fotiadis, D.I., 1998. Artificial neural networks for solving ordinary and partial differential equations. IEEE Trans. on Neural networks</li>
<li>Raissi, M., Perdikaris, P. and Karniadakis, G.E., 2019. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational physics.</li>
<li>Kovachki, N., Li, Z., Liu, B., Azizzadenesheli, K., Bhattacharya, K., Stuart, A. and Anandkumar, A., 2023. Neural operator: Learning maps between function spaces with applications to pdes. Journal of Machine Learning Research.</li>
<li>Lu, L., Jin, P., Pang, G., Zhang, Z. and Karniadakis, G.E., 2021. Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators. Nature machine intelligence.</li>
<li>Mishra, P.K., Paulson, J.A. and Braatz, R.D., 2024. Polynomial Chaos-based Stochastic Model Predictive Control: An Overview and Future Research Directions. arXiv preprint arXiv:2406.10734.</li>
<li>Fan, D., Jodin, G., Consi, T.R., Bonfiglio, L., Ma, Y., Keyes, L.R., Karniadakis, G.E. and Triantafyllou, M.S., 2019. A robotic intelligent towing tank for learning complex fluid-structure dynamics. Science Robotics, 4(36).</li>
<li>Yang, L., Zhang, D. and Karniadakis, G.E., 2020. Physics-informed generative adversarial networks for stochastic differential equations. SIAM Journal on Scientific Computing, 42(1)</li>
<li>Cybenko, G., 1989. Approximation by superpositions of a sigmoidal function. Mathematics of control, signals and systems, 2(4).</li>
</ol>
</div>
</section>
<!-- <section id="la">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>Acknowledgement</h3>
</header>
<p>
This wonderful course was designed by <a href = "https://scholar.google.com/citations?user=tnzbgNwAAAAJ&hl=en">Prof. Swanand Khare</a>.
</p>
</div>
</section> -->
<!-- End Robot Autonomy -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<!-- <h3>Lab</h3> -->
<!-- <a href="index.html" class="logo"><img src="assets/img/lab_logo.png" alt="" class="img-fluid"></a> -->
<p>We are focused on research at the intersection of control theory and Artificial Intelligence (AI). The real world applications of AI require safety guarantee and explainability of the AI module. In addition, several modules such as sensing and perception, planning and action need to interact to complete the feedback loop. Our main focus is in planning and decision making but we also consider sensing and actuation along with the effects of communication channels whenever required.
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="people.html">People</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="research_projects.html">Projects</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="publications.html">Publications</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="resources.html">Facilities</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
CET 021, Takshashila building <br>
IIT Kharagpur, Kharagpur, 721302<br>
India <br>
<strong>Phone:</strong> +91 3222-214-530<br>
<strong>Email:</strong> pkmishra@ai.iitkgp.ac.in<br>
</p>
<div class="social-links">
<a href="https://scholar.google.co.in/citations?user=rXhwtr0AAAAJ&hl=en"><i class="ai ai-google-scholar"></i></a>
<a href="https://twitter.com/mishra_p_k" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.linkedin.com/in/mishra-p-k" class="linkedin"><i class="bi bi-linkedin"></i></a>
<a href="https://dblp.org/pid/175/9540.html"><i class="ai ai-dblp"></i></a>
<a href="https://orcid.org/0000-0002-8507-8194"><i class="ai ai-orcid"></i></a>
<a href="https://www.webofscience.com/wos/author/record/I-4305-2012"><i class="ai ai-researcherid"></i></a>
<a href="https://www.researchgate.net/profile/Prabhat-Kumar-Mishra-3"><i class="ai ai-researchgate"></i></a>
<a href="https://www.scopus.com/authid/detail.uri?authorId=57188646050"><i class="ai ai-scopus"></i></a>
<a href="https://www.semanticscholar.org/author/Prabhat-Kumar-Mishra/16154017"><i class="ai ai-semantic-scholar"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<h4>Schedule an appointment</h4>
<p>Please schedule an appointment by clicking the "book an appointment" tab. Meetings are generally in-person but if you cannot make it, a google meet link will also be generated after scheduling the appointment.</p>
<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>
<script>
(function() {
var target = document.currentScript;
window.addEventListener('load', function() {
calendar.schedulingButton.load({
url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ0epz8xfTzyWovOpt-muTLc2SW1WvbVujLhyW77m5AYosEyVQtdtLUROCkWUUWYCMuDOo7R1_mA?gv=true',
color: '#33B679',
label: 'Book an appointment',
target,
});
});
})();
</script>
<!-- end Google Calendar Appointment Scheduling -->
<!-- <h4>Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna veniam enim veniam illum dolore legam minim quorum culpa amet magna export quem marada parida nodela caramase seza.</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form> -->
</div>
</div>
</div>
</div>
<div class="container">
<!-- <div class="copyright">
© Copyright <strong>BizPage</strong>. All Rights Reserved
</div> -->
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=BizPage
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<!-- <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>