/excitation-cluster-dropout

TensorFlow implementation for Excitation Cluster Dropout

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Excitation Cluster Dropout

This is an implementation of "Excitation Cluster Dropout", a dropout variant which weights the probability of each neuron being dropped out by its contribution to the network, and its similarity to other neurons chosen for dropout.