Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
## Kernel activation functions (TensorFlow)

In the *kafnets* module you can find the modules for defining KAF layers, both for feedforward networks and convolutional networks (using the flag 'conv' during initialization). 
The code has two demos to showcase the modules using TensorFlow layers.

## Requirements

* tensorflow = 1.1.13
* numpy = 1.15.4