-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison with other julia GP packages #112
Comments
Great, yes, I think a performance comparison would be useful. I'm not going to add this to my plate just yet, but it's something I could look into in the future. We should also link to this comparison in our README. There are a few things that are wrong about our package that would be worth correcting (we do support sum and product kernels, and hyperparameter optimization; I also think “squared quadratic” is the same as “RBF/squared exponential”). Taking a step back, it does seem a shame that there are so many independent implementations of Gaussian process models in julia. |
Thanks for spotting this @jbrea. I agree with @maximerischard that we should clarify with whoever created this page that we have some additional functionality (e.g. sum and product kernels). I suspect that we could quite easily create a few new kernels that are mentioned here (e.g. Wiener). In terms of other functionality, I know @maximerischard is working on sparse GPs and a student here at Lancaster is work on a variational inference implementation. I started looking at mutli-class classification a while ago and I could take another look at that. |
Hello I am the author of this page/package! I also intended to make a performance comparison but gave up on the way. @chris-nemeth I am very sorry I missed those additional functionalities I will add them up in the next updates, or even better a PR from your side would be very welcome! |
you guys should really combine forces and develop a GP package to end all GP packages! |
That the idea behind making Stheno.jl compatible with Turing.jl, so we get a GP package directly compatible with probabilistic programming as well as Flux.jl |
I just stumbled over this comparison of julia GP packages. Maybe it would be interesting to also compare them regarding performance.
The text was updated successfully, but these errors were encountered: