Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

40 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages