Hi,
I am trying to implement RBFN do anybody have implemented in pytorch or tensorflow (or any sample notebooks /blogs )that can be helpfull .
Here is the first link I get when I google radial basis function network pytorch
:
Is it suitable for your purpose ?
1 Like
thank you , Looks good . I will try to use. I searched wrongly seems.
Hi, also the following implementation is available: https://github.com/rssalessio/PytorchRBFLayer
It permits to define the number of input/output features + number of kernels (and other functionalities)
(disclaimer: Iām the author)
Best
1 Like