Skip to content

STE (stochastically trained ensemble) layer implementation for Keras

Notifications You must be signed in to change notification settings

j201/keras-ste-layers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STE Layers for Keras

Implementation of STE (stochastically trained ensemble) layers as introduced in arXiv:1911.09669.

Usage

STE layer code and full documentation is in ste.py. The only export is the STE class, which is more or less a drop-in replacement for the Keras Dense layer class, but with additional arguments for STE layers.

See example.py for a full example of using STE layers in LeNet-5.

About

STE (stochastically trained ensemble) layer implementation for Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages