Agent skill

cv-classification

Best practices for image classification tasks. Use when working on CIFAR, ImageNet, or other classification benchmarks.

Stars 11,027
Forks 1,262

Install this agent skill to your Project

npx add-skill https://github.com/aiming-lab/AutoResearchClaw/tree/main/researchclaw/skills/builtin/domain/cv-classification

Metadata

Additional technical details for this skill

author
researchclaw
version
1.0
category
domain
priority
3
references
He et al., Deep Residual Learning, CVPR 2016; Dosovitskiy et al., An Image is Worth 16x16 Words, ICLR 2021
trigger keywords
classification,image,cifar,imagenet,resnet,vision,cnn,vit
applicable stages
9,10

SKILL.md

Image Classification Best Practice

Architecture selection:

  • Small scale (CIFAR-10/100): ResNet-18/34, WideResNet, Simple ViT
  • Medium scale: ResNet-50, EfficientNet-B0/B1, DeiT-Small
  • Large scale: ViT-B/16, ConvNeXt, Swin Transformer

Training recipe:

  • Optimizer: AdamW (lr=1e-3 to 3e-4) or SGD (lr=0.1 with cosine decay)
  • Weight decay: 0.01-0.1 for AdamW, 5e-4 for SGD
  • Data augmentation: RandomCrop, RandomHorizontalFlip, Cutout/CutMix
  • Warmup: 5-10 epochs linear warmup for transformers
  • Batch size: 128-256 for CNNs, 512-1024 for ViTs (if memory allows)

Standard benchmarks:

  • CIFAR-10: ~96% (ResNet-18), ~97% (WideResNet)
  • CIFAR-100: ~80% (ResNet-18), ~84% (WideResNet)
  • ImageNet: ~76% (ResNet-50), ~81% (ViT-B/16)

Expand your agent's capabilities with these related and highly-rated skills.

aiming-lab/AutoResearchClaw

scientific-visualization

Publication-ready scientific figure design with matplotlib and seaborn. Use when creating journal submission figures with proper formatting, accessibility, and statistical annotations.

11,027 1,262
Explore
aiming-lab/AutoResearchClaw

hypothesis-formulation

Structured scientific hypothesis generation from observations. Use when formulating testable hypotheses, competing explanations, or experimental predictions.

11,027 1,262
Explore
aiming-lab/AutoResearchClaw

scientific-writing

Academic manuscript writing with IMRAD structure, citation formatting, and reporting guidelines. Use when drafting or revising research papers.

11,027 1,262
Explore
aiming-lab/AutoResearchClaw

a-evolve

Apply A-Evolve's agentic evolution methodology to improve AI agent performance across runs. Use when the user wants to diagnose agent failures, generate targeted skills from error patterns, evolve system prompts, or accumulate episodic knowledge. Works standalone or inside AutoResearchClaw pipelines. Triggers on: "evolve", "self-improve", "diagnose failures", "generate skills from errors", "what went wrong and how to fix it", or any mention of A-Evolve.

11,027 1,262
Explore
aiming-lab/AutoResearchClaw

chemistry-rdkit

Computational chemistry with RDKit for molecular analysis, descriptors, fingerprints, and substructure search. Use when working with SMILES, drug discovery, or cheminformatics tasks.

11,027 1,262
Explore
aiming-lab/AutoResearchClaw

literature-search

Systematic literature review methodology including search strategy, screening, and synthesis. Use when conducting literature reviews or writing background sections.

11,027 1,262
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results