> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> Find links to academic papers, example reports, tutorials, and the Sweeps GitHub repository for further learning.

# Learn more about sweeps

### Academic papers

Li, Lisha, et al. "[Hyperband: A novel bandit-based approach to hyperparameter optimization.](https://arxiv.org/pdf/1603.06560.pdf)" *The   Journal of Machine Learning Research* 18.1 (2017): 6765-6816.

### Sweep Experiments

The following W\&B Reports demonstrate examples of projects that explore hyperparameter optimization with W\&B Sweeps.

* [Drought Watch Benchmark Progress](https://wandb.ai/stacey/droughtwatch/reports/Drought-Watch-Benchmark-Progress--Vmlldzo3ODQ3OQ)
  * Description: Developing the baseline and exploring submissions to the Drought Watch benchmark.
* [Tuning Safety Penalties in Reinforcement Learning](https://wandb.ai/safelife/benchmark-sweeps/reports/Tuning-Safety-Penalties-in-Reinforcement-Learning---VmlldzoyNjQyODM)
  * Description: We examine agents trained with different side effect penalties on three different tasks: pattern creation, pattern removal, and navigation.
* [Meaning and Noise in Hyperparameter Search with W\&B](https://wandb.ai/stacey/pytorch_intro/reports/Meaning-and-Noise-in-Hyperparameter-Search--Vmlldzo0Mzk5MQ) [Stacey Svetlichnaya](https://wandb.ai/stacey)
  * Description: How do we distinguish signal from pareidolia (imaginary patterns)? This article is showcases what is possible with W\&B and aims to inspire further exploration.
* [Who is Them? Text Disambiguation with Transformers](https://wandb.ai/stacey/winograd/reports/Who-is-Them-Text-Disambiguation-with-Transformers--VmlldzoxMDU1NTc)
  * Description: Using Hugging Face to explore models for natural language understanding
* [DeepChem: Molecular Solubility](https://wandb.ai/stacey/deepchem_molsol/reports/DeepChem-Molecular-Solubility--VmlldzoxMjQxMjM)
  * Description: Predict chemical properties from molecular structure with random forests and deep nets.
* [Intro to MLOps: Hyperparameter Tuning](https://wandb.ai/iamleonie/Intro-to-MLOps/reports/Intro-to-MLOps-Hyperparameter-Tuning--VmlldzozMTg2OTk3)
  * Description: Explore why hyperparameter optimization matters and look at three algorithms to automate hyperparameter tuning for your machine learning models.

### selfm-anaged

The following how-to-guide demonstrates how to solve real-world problems with W\&B:

* [Sweeps with XGBoost ](https://github.com/wandb/examples/blob/master/examples/wandb-sweeps/sweeps-xgboost/xgboost_tune.py)
  * Description: How to use W\&B Sweeps for hyperparameter tuning using XGBoost.

### Sweep GitHub repository

W\&B advocates open source and welcome contributions from the community. Find the [W\&B Sweeps GitHub repository](https://github.com/wandb/sweeps). For information on how to contribute to the W\&B open source repo, see the W\&B GitHub [Contribution guidelines](https://github.com/wandb/wandb/blob/main/CONTRIBUTING.md).
