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 compare or reproduce. ## Core Features & Use Cases - Experiment Tracking: Log metrics, configs, media, and system stats from PyTorch, TensorFlow, Keras, HuggingFace, and PyTorch Lightning training loops with a few lines of code. - 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 automatic lineage tracking, aliases, and a central registry for staging-to-production promotion. - Use Case: A data scientist fine-tuning a BERT model 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 the production model registry. ## Quick Start Ask the agent to initialize a W&B run for your training script, log training and validation metrics each epoch, and save the final model as a versioned artifact.