Skip to content

JuliaDecisionFocusedLearning/DifferentiableExpectations.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DifferentiableExpectations.jl

Dev Build Status Coverage Code Style: Blue

This package revolves around functions defined as expectations:

$$F(\theta) = \mathbb{E}_{p_\theta}[f(X)]$$

It allows the computation of approximate derivatives with respect to $\theta$ thanks to Monte-Carlo samples.

For more details, refer to the following paper:

Monte-Carlo Gradient Estimation in Machine Learning, Mohamed et al. (2020)