AIWiki
Malaysia
Back to all articles
Companies & Toolsweights and biaseswandbexperiment tracking

Weights and Biases

5 min readUpdated May 2026
Weights and Biases
Type
MLOps and experiment tracking platform
Founded
2018
Headquarters
San Francisco, California, USA
Key product
W&B (wandb)
Users
200,000+ ML practitioners
Notable clients
OpenAI, Toyota, Samsung, Hugging Face

Weights and Biases (commonly abbreviated as W&B or wandb) is a machine learning developer platform founded in 2018 and headquartered in San Francisco. The platform provides tools for experiment tracking, model versioning, dataset management, hyperparameter optimisation, and collaborative model evaluation. It is designed primarily for machine learning engineers, data scientists, and AI researchers who need systematic tooling to manage the complexity of iterative model development and production deployment. The platform takes its name from the two primary learnable components of neural networks: weights (the parameters that store learned relationships) and biases (the constant terms that shift activation functions). Over 200,000 ML practitioners use the platform across organisations including OpenAI, Toyota Research Institute, Samsung, Hugging Face, and numerous academic institutions.

Core Capabilities

Experiment Tracking

The primary function of W&B is to log and organise machine learning experiments. When a training run is initiated with the wandb library integrated into the training script, the platform automatically records configuration parameters such as learning rate, batch size, model architecture, and training dataset version. Metrics including training loss, validation accuracy, and custom evaluation scores are logged at each step and visualised in real time on the W&B dashboard. Crucially, experiment tracking also captures the system environment: the exact git commit hash, Python package versions, hardware configuration, and GPU utilisation. This information makes it possible to reproduce any past experiment precisely, addressing a fundamental reproducibility challenge in ML research and production.

W&B Runs and Projects

Experiments are organised into projects containing multiple runs. The dashboard provides tools to compare runs directly, plotting any combination of logged metrics against each other or against configuration parameters. This makes it straightforward to identify which hyperparameter choices produced the best model performance across a sweep of experiments.

Hyperparameter Sweeps

W&B Sweeps automates hyperparameter search by distributing training jobs across multiple agents, each exploring a different region of the hyperparameter space. The platform supports grid search, random search, and Bayesian optimisation strategies. Sweep results are visualised in a parallel coordinates plot, making it easy to identify which combinations of parameters correlate with high performance.

Artefacts and Dataset Versioning

W&B Artefacts provides a versioned store for datasets, models, and other files associated with a project. Each artefact is automatically tracked with metadata linking it to the runs and experiments that produced or consumed it. This creates a complete lineage graph from raw data through intermediate processed datasets to final model weights, enabling auditability and reproducibility across the full ML pipeline.

W&B Tables and Model Evaluation

W&B Tables is a structured logging tool for recording predictions alongside input examples. For an image classification model, a table might log each test image alongside its ground truth label, predicted label, and confidence score. These tables can be queried and filtered interactively, making it easy to identify systematic failure modes such as a model that consistently misclassifies a particular subcategory.

Integration and Deployment

W&B integrates with 15 or more major ML frameworks including PyTorch, TensorFlow, Keras, Scikit-learn, XGBoost, LightGBM, and Hugging Face Transformers. Integration typically requires adding three lines of code to an existing training script: importing the wandb library, calling wandb.init() to start a run, and calling wandb.log() to record metrics. The platform is available as a multi-tenant cloud service (SaaS), a dedicated single-tenant cloud deployment managed by Weights and Biases, and a fully self-managed deployment on the customer's own cloud account or on-premises infrastructure. The self-managed option addresses data sovereignty and compliance requirements for organisations that cannot send training data or model weights to external cloud services.

LLM and Generative AI Tooling

As large language models have become central to applied AI, W&B has expanded its tooling to address LLMOps workflows. W&B Weave, introduced in 2024, provides tracing and evaluation tools specifically for LLM-based applications, logging individual prompt-response pairs, chain-of-thought traces, and evaluation scores in a structured format. This allows teams to systematically evaluate model behaviour across diverse inputs, identify regressions after model updates, and track the effect of prompt engineering changes. As Malaysian enterprises and research institutions increasingly build and deploy machine learning models, experiment tracking and MLOps tools have become part of the standard data science toolkit. Weights and Biases is used by AI teams in Malaysian technology companies, universities, and government research units that need to manage the complexity of iterative model development. Universiti Malaya, Universiti Teknologi Malaysia (UTM), and several other research universities have adopted W&B in their machine learning research groups, using it to track experiments in areas including natural language processing for Bahasa Malaysia, medical imaging, and predictive modelling for agricultural and environmental applications. Malaysian technology companies working on NLP products — including those in the Multimedia Super Corridor (MSC Malaysia) ecosystem — have used experiment tracking tools to manage fine-tuning workflows for large language models. W&B's Hugging Face integration is particularly relevant given the prevalence of Hugging Face models in local AI development. For Malaysian organisations with data sovereignty concerns, W&B's self-managed deployment option is relevant. The Personal Data Protection Act (PDPA) 2010 and its 2024 amendments impose obligations on organisations handling personal data, and some organisations prefer to keep training data and model artefacts within their own infrastructure or within Malaysia-resident cloud regions. HRD Corp (Human Resource Development Corporation) has funded training programmes in Malaysia that include MLOps and experiment management as part of the data science curriculum, reflecting employer demand for practitioners who can manage the full lifecycle of model development rather than only model training.

See Also

  1. Biewald, L. (2020). Experiment Tracking with Weights and Biases. Software available from wandb.com.
  2. Weights and Biases. (2024). W&B Weave: LLMOps Tracing and Evaluation. Technical documentation, wandb.ai.
  3. Weights and Biases. (2025). Platform Overview and Integration Guide. docs.wandb.ai.
  4. Paleyes, A., Urma, R., and Lawrence, N.D. (2022). Challenges in Deploying Machine Learning: A Survey of Case Studies. ACM Computing Surveys, 55(6).
  5. MDEC. (2024). AI Talent and Workforce Development Report. Malaysia Digital Economy Corporation, Cyberjaya.