Skip to content

This is the git repository for the paper "An ETF view of Dropout Regularization"

Notifications You must be signed in to change notification settings

dorbank/An-ETF-view-of-Dropout-Regularization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

An-ETF-view-of-Dropout-Regularization

This is the git repository for the paper "An ETF view of Dropout Regularization".

In order to run the experiments for the Penn Tree Bank:

  1. Go to the PTB directory.
  2. For a run without the coherence regularization, run the "ptb_word_lm" file.
  3. For a run with the coherence regularization, run the "ptb_word_lm" file. Choose the model you want (small\medium) in the constants in the file.

In order to run the experiments for the Fashion MNIST:

  1. go to the Fashion MNIST directory.
  2. in the LenetMnistGraph file, change the appropriate constant to choose the coherence loss (None\Convolution\FC), and choose the dropout keep_prob.
  3. Run the LenetMnist file.

In order to run the experiments for the CIFAR10:

  1. go to the CIFAR10 directory.
  2. in the LenetCIFAR10Graph file, change the appropriate constant to choose the coherence loss (None\Convolution\FC), and choose the dropout keep_prob.
  3. Run the LenetCIFAR10 file.

For any questions\bugs\missing parts please contact me at dorbank@gmail.com

About

This is the git repository for the paper "An ETF view of Dropout Regularization"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages