An open API service indexing awesome lists of open source software.

https://github.com/lilianweng/generalization-experiment

TBA
https://github.com/lilianweng/generalization-experiment

Last synced: 6 months ago
JSON representation

TBA

Awesome Lists containing this project

README

          

# generalization-experiment

There are three experiments involved:
1. Modern risk curve for DL: `risk_curve.py` and `risk_curve_evaluate_model.py`
2. Measure intrinsic dimensions: `intrinsic_dimensions.py` and `intrinsic_dimensions_measurement.py`
3. Measure re-initialization and re-randomization robustness of layers: `layer_equality.py`

See blog post ["Are Deep Neural Networks Dramatically Overfitted?"](http://lilianweng.github.io/lil-log/2019/03/14/are-deep-neural-networks-dramatically-overfitted.html) for more details.