Skip to content
#

variance-reduction

Here are 23 public repositories matching this topic...

stochastic-average-gradient-sag-saga-solver-course

The SAG (Stochastic Average Gradient) + SAGA (Accelerated) solver is an optimization algorithm used primarily in machine learning, specifically for logistic regression and linear support vector machines (SVMs) within libraries like scikit-learn. It is designed to be highly efficient for large datasets with many samples and features. Solver

  • Updated Mar 17, 2026
  • Python
FO-PROX-first-order-and-proximal-methods-convergence-comparison

Implementation and brief comparison of different First Order and different Proximal gradient methods, comparison of their convergence rates

  • Updated Sep 25, 2022
  • Python

Advanced Monte Carlo simulation framework for derivative pricing with variance reduction techniques. Features GBM, Jump Diffusion, Heston models. Advanced quantitative finance implementation in Python.

  • Updated Feb 15, 2026
  • Python

Option Pricing with Monte Carlo Simulation — A Python library implementing Black–Scholes analytic pricing, Monte Carlo simulations (with variance reduction, quasi-MC), and advanced derivatives such as Asian, Barrier, and American options. Includes performance acceleration using Numba and comprehensive documentation with visualizations.

  • Updated Sep 16, 2025
  • Python

Improve this page

Add a description, image, and links to the variance-reduction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the variance-reduction topic, visit your repo's landing page and select "manage topics."

Learn more