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.
mtcrawshaw/excitation-cluster-dropout
TensorFlow implementation for Excitation Cluster Dropout
PythonGPL-3.0