libmodular icon indicating copy to clipboard operation
libmodular copied to clipboard

A library to use modular layers in any neural network

libmodular

A library to use modular layers in any neural network as introduced in Kirsch et al. 'Modular Networks: Learning to Decompose Neural Computation'.

Install

Install the package with

python3 setup.py install

Usage

See mnist.py and cifar10.py for simple examples.