CalculatedContent/WeightWatcher
The WeightWatcher tool for predicting the accuracy of Deep Neural Networks observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 81
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2835
- days_rel: n/a
- days_push: 114
- n_releases_24m: 0
Adoption not part of the score
1772 stars · 145 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WeightWatcher is an open-source Python diagnostic tool for analyzing pre-trained deep neural networks without access to training or test data. It applies Random Matrix Theory and heavy-tailed self-regularization theory to predict test accuracy, detect over/under-training, and flag issues in model compression or fine-tuning.
Use cases
- predict test accuracy of a neural network without test data
- check if my model is over-trained or over-parameterized
- analyze pretrained pytorch or keras model layer quality
- detect problems when fine-tuning or compressing a model
- compare quality of different deep learning models
- get layer-level warning labels for under-trained layers
When to choose
- you need data-free diagnostics of trained Conv2D or Dense layer models in PyTorch or Keras
- you want to rank or compare models by predicted accuracy without running evaluations
- you are researching why deep learning works or model quality metrics
When to avoid
- you need full model evaluation with real test data
- you work with architectures beyond Conv2D and Dense layers, like transformers or attention layers
- you need production model monitoring rather than offline analysis
Facets
library · maturity active
machine-learning monitoring analytics benchmarking deep-learning machine-learning developer-tools data-science python neural-network-analysis random-matrix-theory model-diagnostics heavy-tailed-self-regularization model-quality pytorch keras
2 sources
- readme: https://github.com/CalculatedContent/WeightWatcher · fetched 2026-08-28 · 997102bb615d
- registry_pypi: https://pypi.org/pypi/weightwatcher/json · fetched 2026-08-29 · 65ef245524d0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CalculatedContent/WeightWatcher | main | 59 |
For agents
markdown · JSON · MCP: product_card(name="CalculatedContent/WeightWatcher")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem