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

https://github.com/wardbrian/stan-web-demo

Stan, compiled to Webassembly, running in your browser!
https://github.com/wardbrian/stan-web-demo

reactjs stan wasm

Last synced: about 2 months ago
JSON representation

Stan, compiled to Webassembly, running in your browser!

Awesome Lists containing this project

README

        

# Stan Web Demo

This shows how one can use [TinyStan](https://github.com/WardBrian/tinystan)
to build a WebAssembly version of a Stan model which can be used from the
browser.

All computation is done locally using the actual Stan implementations
of automatic differentiation and the No-U-Turn Sampler.

This was inspired by
[George Stagg's demos of Fortran in the browser](https://github.com/georgestagg/mnist-classifier-blas-wasm/)