Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Dropin

Dropin was my attempt to learn about custom layer in keras. Reversing how Dropout work, instead of randomly disable, we randomly enable each neuron on a layer.

Performance

Full detail available on mnist-benchmark.ipynb notebook. The Dropin code is available on dropin.py or this kaggle utility script.

Original With Dropout (p=0.25) With Dropin (p=0.75)
Val Loss 0.04478 0.02905 0.02720
Val Accuracy 0.99080 0.99230 0.99360

About

Randomly selectively enables each of the neurons in a layer

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages