diff --git a/sessions/19_multimodality.qmd b/sessions/19_multimodality.qmd index 1bc6d212b31acb3558ae0831616ee0aadb3b2650..bbc71464d430eb2f17da32f03c3ca9f03c0179dd 100644 --- a/sessions/19_multimodality.qmd +++ b/sessions/19_multimodality.qmd @@ -1,11 +1,10 @@ --- title: "Multi-modal models, processing simultaneously different type of data" -description: "Raissi et al. (2019) introduced PINNs (Physics-Informed Neural Networks) in their article entitled Physics-Informed Neural Networks: A Deep Learning Framework for Solving Forward and Inverse Problems Involving Nonlinear Partial Differential Equations. This work shows that PINNs can efficiently solve a wide range of problems in fluid dynamics, in solid mechanics, or in quantum mechanics. PINNs represent an advanced IA-based modeling approach that allows to solves physics or engineering problems by using neural networks. Concretely, PINNs can be used to simulate physical phenomenon or to predict experiment results by using input data as initial conditions and physical parameters. Using PINNs generally requires sme knowledge about the underlying physics related to the task at hand and about IA modeling techniques." +description: "In the era of massive and diverse data, the ability for an AI model to process and integrate information from various sources is crucial. In deep learning, multi-modality allows to integrate various data, including text, image, audio, video into the same model to create more robust and more versatile AI systems. This session will cover various fundamental concepts and advanced techniques required to process these different types of information." image: img/19_multimodality.png date: 2025-04-18 --- - :::{.callout-important} ### ToDo before the session diff --git a/sessions/20_case_study.qmd b/sessions/20_case_study.qmd index d660c23cd3f31f697eb1dd4ad55c3e3fe5b0f500..ec67da048a32ff2fe4a802dc9b5ee5f8f9d81b73 100644 --- a/sessions/20_case_study.qmd +++ b/sessions/20_case_study.qmd @@ -1,11 +1,10 @@ --- title: "Inference engineering and operational setup" -description: "Raissi et al. (2019) introduced PINNs (Physics-Informed Neural Networks) in their article entitled Physics-Informed Neural Networks: A Deep Learning Framework for Solving Forward and Inverse Problems Involving Nonlinear Partial Differential Equations. This work shows that PINNs can efficiently solve a wide range of problems in fluid dynamics, in solid mechanics, or in quantum mechanics. PINNs represent an advanced IA-based modeling approach that allows to solves physics or engineering problems by using neural networks. Concretely, PINNs can be used to simulate physical phenomenon or to predict experiment results by using input data as initial conditions and physical parameters. Using PINNs generally requires sme knowledge about the underlying physics related to the task at hand and about IA modeling techniques." +description: "After model training, model fine-tuning, pre-trained model selection, how to deploy it and make it easily usable? while trying to minimize its footprint? The answers to these questions correspond to particular engineering task: requiring to choose a suitable system, then transforming and compressing the model, accounting for energy and storage costs, expected performance level, latency. Then, it will require to embrace DevOps practice for operational setup, using several technologies, such container, Kubernetes orchestration, inference servers, Edge App deployment. We will focus on simple and dedicated solutions such as Gradio, BentoML." image: img/20_case_study.png -date: 2025-04-25 +date: 2025-05-23 --- - :::{.callout-important} ### ToDo before the session