What problem does it solve? Machine learning teams lose track of experiments, hyperparameters, and model versions when training runs are scattered across notebooks and terminals, making results impossible to reproduce or compare. ## Core Features & Use Cases - Experiment Tracking: Automatically log metrics, configs, media, and system stats from PyTorch, TensorFlow, Keras, HuggingFace, and PyTorch Lightning training loops. - Hyperparameter Sweeps: Run grid, random, or Bayesian optimization searches with early termination and parallel agents across multiple GPUs. - Artifacts & Model Registry: Version datasets and models with full lineage tracking, aliases, and promotion workflows from staging to production. - Use Case: A data scientist fine-tuning a BERT classifier can launch a Bayesian sweep over learning rate and batch size, compare 50 runs in a real-time dashboard, and promote the best checkpoint to a production model registry. ## Quick Start Install wandb with pip, run wandb login, then ask the agent to initialize a W&B run in your training script and log loss and accuracy metrics each epoch.