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

Document how to implement custom models #2474

Closed
wants to merge 14 commits into from
1,033 changes: 1,033 additions & 0 deletions tutorials/custom_model.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions website/tutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
{
"id": "ibnn_bo",
"title": "Bayesian optimization with infinite-width neural networks"
},
{
"id": "custom_model",
"title": "Writing a custom model with the Model and Posterior Interfaces"
}
],
"Multi-Objective Bayesian Optimization": [
Expand Down