Skip to content

Playground for some learning algorithms on CPU & GPU

License

Notifications You must be signed in to change notification settings

exbibyte/belief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc36918 · Oct 30, 2020

History

37 Commits
Oct 17, 2020
Sep 27, 2020
Sep 25, 2020
Oct 30, 2020
Oct 3, 2020
Oct 3, 2020
Oct 17, 2020

Repository files navigation

belief propagation and other learning algorithm in C++, along with some examples.

Implementation (more to come)

- bp.cpp & bp.hpp (BP, CPU version)
- bp_gpu.hpp (BP, GPU version)

Todo

- Gibbs sampler
- Hamiltonian Monte Carlo

Examples

Image Filtering

- tests/img_denoise.cpp
- tests/img_denoise_gpu.cpp

Using arbitrary settings for tests:

Original

After

Original

After

About

Playground for some learning algorithms on CPU & GPU

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published