AbstractGPs.jl
AbstractGPs.jl copied to clipboard
Deep kernel learning example: add mini-batching
This should prevent the overfitting issue, as discussed by Ober et al.
Are we able to do that in this repo? We'd need a pseudo-point approximation that permits minibatching in order to do that, so probably we'd have to do it in ApproximateGPs.
Ah good point :|
Maybe an alternative would be just to show train/test curves to demonstrate that you need to do something.
Makes sense to me 🤷