JMLR · @jmlr
707 followers · 304 posts · Server sigmoid.social

'Metrizing Weak Convergence with Maximum Mean Discrepancies', by Carl-Johann Simon-Gabriel, Alessandro Barp, Bernhard Schölkopf, Lester Mackey.

jmlr.org/papers/v24/21-0599.ht

#measures #kernels #rkhs

Last updated 1 year ago

Peter Lane · @peterlane
0 followers · 2 posts · Server mastodonapp.uk

Following on from this, I rewrote the 30-line Python script into Java, using the excellent XChart library.

This script illustrates how different functions can be created from providing different indices: each index is used to create a single-argument function from a two-argument kernel:

f_y(x) = K(y, x)

So the indices give a set of y's, and the overall evaluation is:

f(x) = sum_{y in ys} K(y, x)

notabug.org/peterlane/rkhs

#machinelearning #rkhs

Last updated 2 years ago

Peter Lane · @peterlane
0 followers · 1 posts · Server mastodonapp.uk

New term, new courses to write. Starts me thinking again about Support Vector Machines and underlying theory.

Found an interesting 'primer' article, describing the basics of Reproducing Kernel Hilbert Spaces, and how adding together kernel functions can approximate new functions. Especially useful in statistical applications, as collections of individual data points can be efficiently converted into a continuous function.

hpccsystems.com/resources/repr

#machinelearning #rkhs

Last updated 2 years ago