Skip to content

Autoregressive Gaussian Process models, written to run on massively parallel systems (GPU).

Notifications You must be signed in to change notification settings

Jarrod-Angove/GPAR.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPAR.jl: A simple package for autoregressive gaussian process functionals in Julia

A Julia package for modeling hysteretic data with Gaussian process regression!

What is an autoregressive Guassian Process functional?

This package is built using KernelAbstractions.jl to enable all models to run on parallel hardware (GPU or CPUs). My intention is not to replace existing GP packages such as AbstractGPs.jl or GaussianProcesses.jl. Rather, I have a very specific usecase that requires a special kind of gaussian process and I need it to run on GPU. These packages are not compatible with GPU hardware, so this is my best crack at an implementation.

About

Autoregressive Gaussian Process models, written to run on massively parallel systems (GPU).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages