Kernel regression #539
niklasschmitz
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is awesome! Would you be interested in submitting that as an example to the repo? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I made a small snippet for a 1d kernel ridge regression to get started using array comprehensions, which I found fun and thought others might too; I'm really enjoying dex so far!
Here's the full gist, with the rest of the setup (data, cg solver) copied from the basis function regression example.
Beta Was this translation helpful? Give feedback.
All reactions