Skip to content

Commit 3fa4fdf

Browse files
committed
Push Jamie's talk.
1 parent f75cc2e commit 3fa4fdf

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

_data/meetinglist.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
- name: "CaaS Monthly Meeting"
2+
date: 2025-05-15 17:00:00 +0200
3+
time_cest: "17:00"
4+
connect: "[Link to zoom](https://princeton.zoom.us/j/94431046845?pwd=D5i77Qb0PgfwwIubvbo2viEunne7eQ.1)"
5+
label: caas_15May2025
6+
agenda:
7+
- title: "Accelerating simulation-based inference in RooFit at LHCb with Clad"
8+
speaker:
9+
image: "https://gitlab.cern.ch/uploads/-/system/user/avatar/23455/avatar.png?width=192"
10+
name: "Jamie Gooding"
11+
bio: |
12+
Jamie Gooding is a 3rd year Doctoral Student at Technische Universitat
13+
(TU) Dortmund and SMARTHEP Early Stage Researcher, working on the LHCb
14+
experiment and currently completing a secondment with the ROOT
15+
team. His research focuses on developing real-time analysis techniques
16+
to enable studies of charge-parity and lepton-flavour violation in
17+
neutral B meson decays, with an additional interest in computational
18+
tools for statistical analyses in HEP. Prior to starting his doctoral
19+
studies at TU Dortmund, he completed a Physics MPhys (Hons) at the
20+
University of Manchester.
21+
description: |
22+
Simulation-based inference (SBI) is a set of statistical inference
23+
approaches in which Machine Learning (ML) algorithms are trained to
24+
approximate likelihood ratios, e.g., as an alternative to the likelihood
25+
fits commonly performed in HEP analyses. A demonstrator has been
26+
developed in which SBI is applied to extract parameters of interest from
27+
the kinematic and angular distributions of
28+
$B^0 \rightarrow D^{*-} \mu^+ \nu_\mu​$ decays in pseudodata samples
29+
generated with RapidSim representative of the datasets used in LHCb
30+
analysis. The SBI fit is constructed using the RooFit framework, to
31+
which enhanced Python interfaces were recently introduced. Dense Neural
32+
Networks (DNNs) were trained to distinguish between the Standard Model
33+
and New Physics scenarios for varying parameters of interest. This
34+
workflow incorporates automatic differentiation (AD) of the learned
35+
likelihoods, using the ROOT SOFIE framework to generate C++ code from
36+
the DNNs, from which gradient code is generated by source-code
37+
transformation AD with Clad. In this talk, the SBI fit is introduced and
38+
compared to the current state-of-the-art. Additionally, this talk
39+
discusses the functionality introduced to enable differentiation from
40+
likelihood through to ML classifier call and the impact of this
41+
functionality upon performance of the SBI fit.
42+
- title: Update
43+
speaker: Vassil Vassilev
44+
- title: Next meeting
45+
speaker: Vassil Vassilev
46+
link: 05 Jun 1700
47+
148
- name: "CaaS Monthly Meeting"
249
date: 2024-12-12 17:00:00 +0200
350
time_cest: "17:00"

_includes/head.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,16 @@
3737
{% endif %}
3838

3939
<!-- Mathjax Support -->
40+
<script>
41+
window.MathJax = {
42+
tex: {
43+
inlineMath: [['$', '$'], ['\\(', '\\)']],
44+
displayMath: [['$$', '$$'], ['\\[', '\\]']]
45+
},
46+
};
47+
</script>
4048
<script type="text/javascript" async
41-
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
49+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
4250
</script>
4351

4452
{% if jekyll.environment == 'production' %}

0 commit comments

Comments
 (0)