All Projects → arranger1044 → probabilistic-circuits

arranger1044 / probabilistic-circuits

Licence: other
A curated collection of papers on probabilistic circuits, computational graphs encoding tractable probability distributions.

Programming Languages

CSS
56736 projects
SCSS
7915 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to probabilistic-circuits

odahu-flow
No description or website provided.
Stars: ✭ 12 (-63.64%)
Mutual labels:  ml
urb-studies-predicting-gentrification
This repo is intended to support replication and exploration of the analysis undertaken for our Urban Studies article "Understanding urban gentrification through Machine Learning: Predicting neighbourhood change in London".
Stars: ✭ 35 (+6.06%)
Mutual labels:  ml
CAIL2018-toy
The final teamwork of data mining course, CAIL-2018 competition. NOTE: this is just quite SIMPLE and TRIVIAL code.
Stars: ✭ 23 (-30.3%)
Mutual labels:  ml
go-tensorflow
Tools and libraries for using Tensorflow (and Tensorflow Serving) in go
Stars: ✭ 25 (-24.24%)
Mutual labels:  ml
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (+718.18%)
Mutual labels:  ml
MLSummerSchool
Материалы факультатива по машинному обучению и искусственному интеллекту
Stars: ✭ 27 (-18.18%)
Mutual labels:  ml
MixingBear
Package for automatic beat-mixing of music files in Python 🐻🎚
Stars: ✭ 73 (+121.21%)
Mutual labels:  ml
wolfpacs
WolfPACS is an DICOM load balancer written in Erlang.
Stars: ✭ 1 (-96.97%)
Mutual labels:  ml
lab
A lightweight command line interface for the management of arbitrary machine learning tasks
Stars: ✭ 17 (-48.48%)
Mutual labels:  ml
spring-cloud-gcp-guestbook
No description or website provided.
Stars: ✭ 55 (+66.67%)
Mutual labels:  ml
100-days-of-ai
人工智能 100 天
Stars: ✭ 14 (-57.58%)
Mutual labels:  ml
dashboard
Project for managing ML model and deploying ML module. It can deploy the Rekcurd service to Kubernetes cluster.
Stars: ✭ 27 (-18.18%)
Mutual labels:  ml
yt-channels-DS-AI-ML-CS
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Stars: ✭ 1,038 (+3045.45%)
Mutual labels:  ml
pico-ml
A toy programming language which is a subset of OCaml.
Stars: ✭ 36 (+9.09%)
Mutual labels:  ml
HALO-SCRIPT-PROJECTS
✅ Halo PC|CE - Add-ons for Phasor V2+ and SAPP 🇳🇿
Stars: ✭ 25 (-24.24%)
Mutual labels:  pc
vision-camera-image-labeler
VisionCamera Frame Processor Plugin to label images using MLKit Vision
Stars: ✭ 62 (+87.88%)
Mutual labels:  ml
veridical-flow
Making it easier to build stable, trustworthy data-science pipelines.
Stars: ✭ 28 (-15.15%)
Mutual labels:  ml
probai-2021
Materials of the Nordic Probabilistic AI School 2021.
Stars: ✭ 83 (+151.52%)
Mutual labels:  probabilistic-models
sim2real-docs
Synthesize image datasets of documents in natural scenes with Python+Blender3D
Stars: ✭ 39 (+18.18%)
Mutual labels:  ml
awesome-AI-kubernetes
❄️ 🐳 Awesome tools and libs for AI, Deep Learning, Machine Learning, Computer Vision, Data Science, Data Analytics and Cognitive Computing that are baked in the oven to be Native on Kubernetes and Docker with Python, R, Scala, Java, C#, Go, Julia, C++ etc
Stars: ✭ 95 (+187.88%)
Mutual labels:  ml

Probabilistic Circuits

This repo contains the source code for the website https://arranger1044.github.io/probabilistic-circuits/ which is a curated and reasoned list of papers on probabilistic circuits (PCs), computational graphs encoding tractable probability distributions.

License

CC0

All the material in this repo is released to the Public Domain. Feel free to clone, fork or complete and/or correct any of these lists.

How to contribute

To add, change or remove a paper on the website, please open a pull request!

This site harness Jekyll templates in github pages and their file-based model view. Each paper in the website is associated a markdown file under the _papers folder. Modifications to the key-value pairs in this single file would be reflected to the whole website.

Mandatory keys in a paper description are:

  • layout to be left to paper
  • ref a string acting as a unique identifier
  • title the complete paper title
  • date intended as a publication date (only the year matters)
  • tags a space-separated sequence of tags to classify the paper (see below)
  • authors a string with authors names, separated by comma
  • venue the publication venue (conference, journal name)

Optional keys are:

  • pdf a link to a publicly readable version of the paper
  • code link to the code released with the paper
  • abstract the paper abstract, as a single string
  • bibtex a string for the bibtex entry

The script dblp_to_md.py is a quick and dirt way to generate a skeleton of a markdown file entry from the condensed bibtex as available from DBLP

Available tags

Papers on PCs can be catalogued according to the following tags.

Models:

  • acs: Arithmetic circuits
  • cnets: Cutset networks
  • spns: Sum-Product networks
  • aogs: And/Or graphs
  • pdgs: Probabilistic decision graphs
  • psdds: Probabilistic sentential decision diagrams
  • pcs: Other probabilistic circuits

Algorithms:

  • str-le: Structure learning
  • par-le: Parameter learning
  • comp: Compilation

Inference:

  • mar: Marginal inference
  • map: MAP inference
  • mmap: Marginal MAP inference
  • div: Divergences, IPMs
  • exp: Expectations
  • mom: Moments
  • sam: Sampling
  • app: Approximate inference
  • imp: Imprecise probabilities

Applications:

  • cv: Computer vision
  • nlp: Natural language processing
  • seg: Semantic segmentation
  • act: Activity recognition
  • spe: Speech recognition and reconstruction
  • rob: Robotics
  • bio: Computational biology
  • the: Theory
  • ppl: Probabilistic Programming
  • rep: Representation Learning
  • hw: Hardware
  • sw: Software
  • xai: Explanations
  • misc: Other applications

Thanks

Special thanks to Giuseppe Lobraico who taught me how to deal with the ruby stack behind Jekyll.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].