auditing-deep-learning-overfit

Community

Diagnose deep-learning overfit fast

Authorrocklambros
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you determine whether a deep-learning model is truly overfitting, or whether the symptoms are actually caused by distribution shift, label noise, underfitting, or a simple training plateau.

Core Features & Use Cases

  • Trajectory-based diagnosis: Compares training and validation curves across epochs instead of guessing from a single checkpoint.
  • Guardrailed triage: Checks for train-validation distribution mismatches, mislabeled validation examples, and weight-norm trends before recommending regularization.
  • Actionable remediation: Prioritizes early stopping, augmentation, dropout, weight decay, capacity reduction, and more data in the right order.
  • Best for: CNNs, RNNs, LSTMs, Transformers, and dense MLPs when validation performance degrades after initially improving.

Quick Start

Ask the skill to audit your deep-learning training run using the train and validation histories, optional weight norms, and any dataset summaries, then return the diagnosis and the recommended next steps in priority order.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: auditing-deep-learning-overfit
Download link: https://github.com/rocklambros/rcs/archive/main.zip#auditing-deep-learning-overfit

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.