All Projects → gan3sh500 → kervolution-pytorch

gan3sh500 / kervolution-pytorch

Licence: other
Pytorch Implementation of the Kernel Convolution AKA Kervolution Layer from Kervolutional Neural Networks (https://arxiv.org/pdf/1904.03955.pdf)

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Kervolutional Neural Networks

A Pytorch implementation for the Kervolutional AKA Kernel Convolutional Layer from Kervolutional Neural Networks [paper]. It is doing something very similar to Network in Network but using kernels to add the non-linearity instead.

Dependancies

pip install <pytorch-latest.whl url>

To use this layer:

from layer import KernelConv2d, GaussianKernel, PolynomialKernel
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].