paper-with-me

Papers

Differential Machine Learning

2020-05-05 · arXiv 2020 5 · Brian Huge, Antoine Savine

Differential machine learning combines automatic adjoint differentiation (AAD) with modern machine learning (ML) in the context of risk management of financial Derivatives. We introduce novel algorithms for training fast, accurate pricing and risk approximations, online, in real-time, with convergence guarantees. Our machinery is applicable to arbitrary Derivatives instruments or trading books, under arbitrary stochastic models of the underlying market variables. It effectively resolves computational bottlenecks of Derivatives risk reports and capital calculations. Differential ML is a general extension of supervised learning, where ML models are trained on examples of not only inputs and labels but also differentials of labels wrt inputs. It is also applicable in many situations outside finance, where high quality first-order derivatives wrt training inputs are available. Applications in Physics, for example, may leverage differentials known from first principles to learn function approximations more effectively. In finance, AAD computes pathwise differentials with remarkable efficacy so differential ML algorithms provide extremely effective pricing and risk approximations. We can produce fast analytics in models too complex for closed form solutions, extract the risk factors of complex transactions and trading books, and effectively compute risk management metrics like reports across a large number of scenarios, backtesting and simulation of hedge strategies, or regulations like XVA, CCR, FRTB or SIMM-MVA. TensorFlow implementation is available on https://github.com/differential-machine-learning

📄 PDF Abstract BibTeX arXiv:2005.02347

Code (1)

differential-machine-learning/notebooks 공식 구현 tf

Tasks

BIG-bench Machine LearningManagementMathematical Proofs

Similar Papers 제목 키워드 기반

A Stability-based Validation Procedure for Differentially Private Machine Learning

2013-12-01 · NeurIPS 2013 12 · Kamalika Chaudhuri, Staal A. Vinterbo

Differential privacy is a cryptographically motivated definition of privacy which has gained considerable attention in the algorithms, machine-learning and data-mining communities. While there has been an explosion of wo…

BIG-bench Machine Learning

Differential Privacy and Machine Learning: a Survey and Review

2014-12-24 · Zhanglong Ji, Zachary C. Lipton, Charles Elkan

The objective of machine learning is to extract useful information from data, while privacy is preserved by concealing information. Thus it seems hard to reconcile these competing interests. However, they frequently must…

BIG-bench Machine LearningPrivacy PreservingSurvey

Parametric Numerical Integration with (Differential) Machine Learning

2025-12-12 · Álvaro Leitao, Jonatan Ráfales arxiv

In this work, we introduce a machine/deep learning methodology to solve parametric integrals. Besides classical machine learning approaches, we consider a differential learning framework that incorporates derivative info…

DiffEqFlux.jl - A Julia Library for Neural Differential Equations

2019-02-06 · Chris Rackauckas, Mike Innes, Yingbo Ma, Jesse Bettencourt 외

DiffEqFlux.jl is a library for fusing neural networks and differential equations. In this work we describe differential equations from the viewpoint of data science and discuss the complementary nature between machine le…

BIG-bench Machine Learning

DPpack: An R Package for Differentially Private Statistical Analysis and Machine Learning

2023-09-19 · Spencer Giddens, Fang Liu

Differential privacy (DP) is the state-of-the-art framework for guaranteeing privacy for individuals when releasing aggregated statistics or building statistical/machine learning models from data. We develop the open-sou…

DescriptivePrivacy Preservingregression