Skip to content
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

Deep kernel learning example: add mini-batching #297

Open
st-- opened this issue Mar 28, 2022 · 4 comments
Open

Deep kernel learning example: add mini-batching #297

st-- opened this issue Mar 28, 2022 · 4 comments
Labels
good first issue Good for newcomers

Comments

@st--
Copy link
Member

st-- commented Mar 28, 2022

This should prevent the overfitting issue, as discussed by Ober et al.

@st-- st-- added the good first issue Good for newcomers label Mar 28, 2022
@willtebbutt
Copy link
Member

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.

@st--
Copy link
Member Author

st-- commented Mar 28, 2022

Ah good point :|

@st--
Copy link
Member Author

st-- commented Mar 28, 2022

Maybe an alternative would be just to show train/test curves to demonstrate that you need to do something.

@willtebbutt
Copy link
Member

Makes sense to me 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants