From 77b08468bf547b25bcd3908b9e0894bdb0ba3c30 Mon Sep 17 00:00:00 2001 From: Krishna Kumar Date: Thu, 13 Aug 2026 08:53:25 -0500 Subject: [PATCH] Add AI Training to training resources --- user-guide/training.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/user-guide/training.md b/user-guide/training.md index 00531c6d..c40082b1 100644 --- a/user-guide/training.md +++ b/user-guide/training.md @@ -1,6 +1,6 @@ # Training Resources -DesignSafe-CI offers a suite of training resources aimed at equipping researchers and engineers with cutting-edge computational skills. These repositories cover a range of topics, including accelerating Python applications, utilizing database APIs, implementing physics-informed neural networks (PINNs), understanding explainable AI (XAI), and applying Deep Operator Networks (DeepONet). Each module provides hands-on tutorials and practical examples to enhance your proficiency in leveraging these technologies for natural hazards research. +DesignSafe-CI offers a suite of training resources aimed at equipping researchers and engineers with cutting-edge computational skills. These repositories cover a range of topics, including submitting and managing jobs with the DesignSafe API (dapi), running computational workflows on DesignSafe HPC systems, scientific machine learning for engineers, accelerating Python applications, utilizing database APIs, implementing physics-informed neural networks (PINNs), understanding explainable AI (XAI), and applying Deep Operator Networks (DeepONet). Each module provides hands-on tutorials and practical examples to enhance your proficiency in leveraging these technologies for natural hazards research.
@@ -20,6 +20,14 @@ DesignSafe Computational Workflows A practical guide to running computational workflows on DesignSafe HPC systems. Covers how jobs are submitted and executed, choosing compute environments and job resources, running apps from the web portal or Jupyter, parameter sweeps, storage systems, debugging, and building your own apps.

+ +

+AI Training +

+

+Scientific machine learning covering explainable AI (XAI), physics-informed neural networks (PINNs), and operator learning. +

+

Database API training