An open API service indexing awesome lists of open source software.

https://github.com/ermongroup/weighted-rademacher


https://github.com/ermongroup/weighted-rademacher

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Approximate Inference via Weighted Rademacher Complexity
============================================

This repository contains code used for experiments described in:

> Approximate Inference via Weighted Rademacher Complexity\
Jonathan Kuck, Ashish Sabharwal, Stefano Ermon\
AAAI Conference on Artificial Intelligence (AAAI), 2018.\
Paper: https://arxiv.org/abs/1801.09028 \
Blog post: https://ermongroup.github.io/blog/rademacher/

To reproduce Ising model experiments, see refactored_multi_model/ising_model.py.
To reproduce \# SAT experiments, see refactored_multi_model/sat_model.py.