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

Add examples on how to leverage la.functional_samples() #262

Open
wiseodd opened this issue Dec 2, 2024 · 0 comments
Open

Add examples on how to leverage la.functional_samples() #262

wiseodd opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@wiseodd
Copy link
Collaborator

wiseodd commented Dec 2, 2024

Now that #243 is merged, it's useful to have some examples of how to leverage la.functional_samples() in practical applications. My plan is to create two examples (can be merged as one):

  1. Thompson sampling: la.functional_samples(pred_type=PredType.NN), citing https://proceedings.mlr.press/v70/hernandez-lobato17a.html
  2. General MC-acquisition function: la.functional_samples(pred_type=PredType.GLM) (or NN), citing https://arxiv.org/abs/1712.00424
@wiseodd wiseodd added the documentation Improvements or additions to documentation label Dec 2, 2024
@wiseodd wiseodd self-assigned this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant