Skip to content

Commit b8bdb45

Browse files
committed
Add my mode4 talk
1 parent c69fd8d commit b8bdb45

File tree

5 files changed

+30
-1
lines changed

5 files changed

+30
-1
lines changed

Gemfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
source 'https://rubygems.org'
22

3-
gem "jekyll", ">= 3.6.3"
3+
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.2.0')
4+
gem 'liquid', '>= 4.0.4'
5+
end
6+
7+
gem "jekyll"
48
gem "webrick"
59
gem "kramdown-parser-gfm"
610
#gem "jekyll-github-metadata"

_data/preslist.yml

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
- title: "Automatic Differentiation in RooFit"
2+
description: |
3+
With the growing datasets of HEP experiments, statistical analysis becomes
4+
more computationally demanding, requiring improvements in existing
5+
statistical analysis software. One way forward is to use Automatic
6+
Differentiation (AD) in likelihood fitting, which is often done with RooFit
7+
(a toolkit that is part of ROOT.) As of recently, RooFit can generate the
8+
gradient code for a given likelihood function with Clad, a compiler-based AD
9+
tool. At the CHEP 2023, and ICHEP 2024 conferences, we showed how using this
10+
analytical gradient significantly speeds up the minimization of simple
11+
likelihoods. This talk will present the current state of AD in RooFit. One
12+
highlight is that it now supports more complex models like template
13+
histogram stacks ("HistFactory"). It also uses a new version of Clad that
14+
contains several improvements tailored to the RooFit use case. This
15+
contribution will furthermore demo complete RooFit workflows that benefit
16+
from the improved performance with AD, such as CMS and ATLAS Higgs
17+
measurements.
18+
location: "[MODE 2024](https://indico.cern.ch/event/1380163/)"
19+
date: 2024-09-25
20+
speaker: Vassil Vassilev
21+
id: "VVMODE2024"
22+
artifacts: |
23+
[Link to Slides](/assets/presentations/assets/presentations/V_Vassilev-MODE2024_CladRooFit.pdf)
24+
highlight: 1
25+
126
- title: "Advanced optimizations for source transformation based
227
automatic differentiation"
328
description: |
Binary file not shown.

images/pubpic/VVMODE2024.gif

378 KB
Loading

images/pubpic/VVMODE2024.png

63.2 KB
Loading

0 commit comments

Comments
 (0)