Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Add Example Notebooks #2

Open
14 tasks
jejjohnson opened this issue Sep 25, 2020 · 0 comments
Open
14 tasks

Add Example Notebooks #2

jejjohnson opened this issue Sep 25, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@jejjohnson
Copy link
Member

jejjohnson commented Sep 25, 2020

I would like to add some example notebooks of how we can use JAX with the kernel methods.

Some ideas:

Tutorials

  • Kernels and Derivatives with autograd
  • Estimating sigma (scott, silverman, median, mean, kth distance)
  • Sensitivity Analysis
    • KRR, GPR
    • SVR
    • HSIC
  • Uncertain Inputs for GPs

Kernels

  • random fourier features (RFF)

Algorithms

  • kernel ridge regression (exact, stochastic gradient descent)
  • KRR w. RFF
  • RV Coefficient (linear multidimensional Pearsons)
  • Approximate SVR (RFF + Weights + SGD)
  • Approximate GP (RFF + Variational Layer + SGD)
  • Optimized / Kernel Entropy Components Analysis (O/KECA)
@jejjohnson jejjohnson added documentation Improvements or additions to documentation good first issue Good for newcomers labels Sep 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant