Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 495 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 495 Bytes

Likelihood Weighting

A Python implementation of the likelihood weighting approach for Bayesian Network sampling.

Fourth assignment for Probabilistic Models for Decisions course @ Unimib 18/19.

Prerequisites

  • Python 3.0 or greater

Installation

$ git clone https://github.com/GiorgiaAuroraAdorni/likelihood-weighting-sampling
$ cd likelihood-weighting-sampling

Authors