GitXplorerGitXplorer
l

generalization-experiment

public
75 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
2368a7b97cf9226c62010f09fa9c613010abf453

update plot()

llilianweng committed 5 years ago
Unverified
7e1d744f7bdedaea2b0806b6fce1f1e637cec9cc

100% mnist

llilianweng committed 5 years ago
Unverified
7593d04a0d5f6d411af4ac662d976cb786de8308

a few updates on risk curve

llilianweng committed 5 years ago
Unverified
c2293e601136644a154978fa99b6fcf26e963c12

README

llilianweng committed 5 years ago
Unverified
f595e7f3df948a223d835a5d028627072cb85ae6

hmmm

llilianweng committed 5 years ago
Unverified
7c8f1339cb67e43ecbce3e99a6158c33f438e0a4

small things

llilianweng committed 5 years ago

README

The README file for this repository.

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?" for more details.