denmarf
latest

Contents:

  • Installation
  • Usage
  • Advanced Usage
  • Examples
  • Full API
denmarf
  • Welcome to denmarf’s documentation!
  • Edit on GitHub

Welcome to denmarf’s documentation!

https://user-images.githubusercontent.com/55488840/219470588-de21e355-2e45-4bfc-913c-37d7c625951e.png

denmarf (Density EstimatioN using Masked AutoRegressive Flow) is a python package that provides a scikit-learn-like interface to perform density estimation using masked autoregressive flow.

Contents:

  • Installation
    • Dependencies
    • From pypi
    • From github repository
  • Usage
    • Executive summary
    • Initializing a DensityEstimate object
    • Fitting a bounded distribution
    • Saving a trained model
    • Loading a saved model from disk
  • Advanced Usage
    • Checkpointing the training of a model
    • Restarting the training of a model
  • Examples
    • Example 1: fitting a 2D Gaussian distribution
      • Using denmarf to train a model
      • Evaluating the estimated density
      • Generating new samples
  • Full API
    • denmarf package
      • Submodules
      • denmarf.density module
      • denmarf.flows module
      • denmarf.transform module
      • denmarf.utils module
Next

© Copyright 2023, Rico Ka Lok Lo. Revision b5fc2d36.

Built with Sphinx using a theme provided by Read the Docs.