Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 2.11 KB

README.md

File metadata and controls

47 lines (32 loc) · 2.11 KB

A collection of examples for RxInfer.jl

Official page Examples Contribute a new example Q&A

This repository contains a collection of examples for RxInfer.jl, a Julia package for reactive message passing and probabilistic programming.

Navigate to the Examples page to check the pre-rendered examples or clone the repository and run the examples locally. Additionally, explore the official RxInfer.jl documentation.

How to run the examples locally

  1. Clone the repository:

    git clone https://github.com/ReactiveBayes/RxInferExamples.jl.git
  2. Build the examples:

    make examples
  3. Build and preview the documentation:

    make docs
    make preview

All the examples are Jupyter notebooks, which also can be run with Jupyter.

Contributing

We welcome contributions! Please check our contribution guide for guidelines.

Resources

License

This repository is licensed under the MIT License. See LICENSE for details.