All Projects → prlz77 → orthoreg

prlz77 / orthoreg

Licence: MIT License
Torch implementation of orthoreg.

Programming Languages

python
139335 projects - #7 most used programming language
lua
6591 projects

OrthoReg

LuaTorch & PyTorch implementation of orthoreg.

Usage

  1. Copy the contents of the backward-hook in your code.
  2. Add the beta (regularization strength, default 0.01), lambda (regularizer radius of influence, default 10), and epsilon (for numerically stable normalization), to the arguments of your script.
  3. run

Citation

@inproceedings{rodriguez2017regularizing,
  title={Regularizing CNNs with Locally Constrained Decorrelations},
  author={Rodr{\'{i}}guez, Pau and Gonz{\`{a}}lez, Jordi and Cucurull, Guillem and Gonfaus, Josep M. and Roca, Xavier},
  booktitle={Proceedings of the International Conference on Learning Representations (ICLR)},
  year={2017}
}

Read more

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].