Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 460 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 460 Bytes

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