https://github.com/lezcano/foppl
Implementation of the toy probabilistic programming language FOPPL
https://github.com/lezcano/foppl
Last synced: about 1 year ago
JSON representation
Implementation of the toy probabilistic programming language FOPPL
- Host: GitHub
- URL: https://github.com/lezcano/foppl
- Owner: lezcano
- License: mit
- Created: 2016-12-15T14:08:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T14:21:00.000Z (over 9 years ago)
- Last Synced: 2025-02-08T08:47:44.191Z (over 1 year ago)
- Language: Java
- Size: 21.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FOPPL
> Toy probabilistic programming language to perform basic inference
## Overview
This repository contains a proof of concept of a probabilistic programming language to perform statistical inference.
The aim of this library is to provide with proof of concepts of several different sampling algorithms.