Skip to content

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

Notifications You must be signed in to change notification settings

gan3sh500/kervolution-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •