What problem does it solve?
Weights & Biases solves the chaos of machine learning experimentation by giving you one place to log metrics, compare runs, visualize training, and preserve model lineage across projects and teams.
Core Features & Use Cases
- Experiment Tracking: Automatically record losses, accuracies, hyperparameters, media, and system stats for every training run.
- Hyperparameter Sweeps: Search efficiently across grid, random, or Bayesian configurations with parallel agents and early termination.
- Artifacts and Model Registry: Version datasets, checkpoints, evaluation outputs, and production models with aliases and lineage tracking.
- Framework Integrations: Works with PyTorch, TensorFlow, Keras, Hugging Face Transformers, PyTorch Lightning, Fast.ai, XGBoost, and LightGBM.
- Use Case: A research team can run multiple model variants, watch training live, promote the best checkpoint to production, and later trace exactly which data and code produced it.
Quick Start
Use the weights-and-biases skill to log your training run, compare metrics, and track the resulting model artifact in a W&B project.