https://github.com/probmods/webppl
Probabilistic programming for the web
https://github.com/probmods/webppl
javascript probabilistic-programming webppl
Last synced: 20 days ago
JSON representation
Probabilistic programming for the web
- Host: GitHub
- URL: https://github.com/probmods/webppl
- Owner: probmods
- License: other
- Created: 2014-08-08T16:33:58.000Z (over 11 years ago)
- Default Branch: dev
- Last Pushed: 2020-10-02T06:54:03.000Z (over 5 years ago)
- Last Synced: 2024-04-14T19:57:21.107Z (almost 2 years ago)
- Topics: javascript, probabilistic-programming, webppl
- Language: JavaScript
- Homepage: http://webppl.org
- Size: 10.8 MB
- Stars: 606
- Watchers: 52
- Forks: 89
- Open Issues: 159
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- bayesian-inference - WebPPL
README
WebPPL [](https://travis-ci.org/probmods/webppl) [](https://david-dm.org/probmods/webppl)
======
Probabilistic programming for the web
## Quick start
Install using [nodejs](http://nodejs.org):
npm install -g webppl
Run WebPPL programs:
webppl myprogram.wppl
Require a WebPPL package:
webppl myprogram.wppl --require packageName
See the [packages](http://docs.webppl.org/en/master/packages.html#packages) section of our documentation for more information.
Upgrade WebPPL:
npm update -g webppl
## Documentation
Read our docs at [docs.webppl.org](http://docs.webppl.org/).
## License
WebPPL is released under the [MIT License](LICENSE.md).
## Contributions
We encourage you to contribute to WebPPL! Check out our [guidelines for contributors](CONTRIBUTING.md) and join the [webppl-dev](https://groups.google.com/forum/#!forum/webppl-dev) mailing list.