The Wayback Machine - https://web.archive.org/web/20201108113404/https://github.com/topics/probabilistic-programming
Skip to content
#

probabilistic-programming

Here are 278 public repositories matching this topic...

willtebbutt
willtebbutt commented Oct 19, 2019

There are a variety of interesting optimisations that can be performed on kernels of the form

k(x, z) = w_1 * k_1(x, z) + w_2 * k_2(x, z) + ... + w_L k_L(x, z)

A naive recursive implementation in terms of the current Sum and Scaled kernels hides opportunities for parallelism in the computation of each term, and the summation over terms.

Notable examples of kernels with th

rlouf
rlouf commented May 8, 2020

Tests not only allow to make sure the code is working as expected but they can also be used to make sure that the documentation and examples are up to date.

  • Test the code examples in the doc
  • Test the code in docstrings
  • Run examples and notebooks to make sure they still work

Documentation should be quite fast to test so can run with the CI after every push. We might need to do

Improve this page

Add a description, image, and links to the probabilistic-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the probabilistic-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.