Hello everyone, I am currently trying to code an MMD GAN ([1705.08584] MMD GAN: Towards Deeper Understanding of Moment Matching Network), but I would like to know if there is any package in Julia that directly implements RGB kernels (I have not found any). Thank you very much!
That should be SqExponentialKernel
in KernelFunctions.jl
1 Like
Thanks! By any chance, do you know a repo that implements MMD GAN in Julia?