Skip to content

A probabilistic programming language for streaming inference

License

Notifications You must be signed in to change notification settings

psg-mit/probzelus-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProbZelus-haskell

A Haskell implementation of the ProbZelus probabilistic programming language for streaming inference.

Building

Dependencies:

  • Haskell with Stack package manager
  • (For target-tracker visualization:) Java with Maven package manager

All commands are relative to this base directory.

Build ProbZelus-haskell:

cd haskell/ ; stack build

Target-tracking example

To build the visualization for the multi-target tracker:

cd java/ ; mvn compile

To view streaming results from the multi-target tracker:

(cd haskell/ ; stack exec examples mtt) | (cd java/ ; mvn exec:java -Dexec.mainClass=glimpsetracks.App)

About

A probabilistic programming language for streaming inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published