senya-ashukha / sparse-vd-pytorch

Sparse Variational Dropout a a Minimal Working Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sparse Variational Dropout

Sparse Variational Dropout a Minimal Working Example, Variational Dropout Sparsifies Deep Neural Networks (https://arxiv.org/pdf/1701.05369.pdf).

The sample of neuron weights of shape 10x10 from the first layer.

Original repo https://github.com/ars-ashuha/variational-dropout-sparsifies-dnn.

Citation

If you found this code useful please the original paper

@InProceedings{molchanov2017variational,
  title={Variational Dropout Sparsifies Deep Neural Networks},
  author={Dmitry Molchanov and Arsenii Ashukha and Dmitry Vetrov},
  booktitle={Proceedings of the 34th International Conference on Machine Learning},
  year={2017}
}

About

Sparse Variational Dropout a a Minimal Working Example

License:MIT License


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%