# Experiment Management

{% embed url="<https://www.youtube.com/watch?v=N83eejieeRg>" %}
Experiment Management - Infrastructure and Tooling
{% endembed %}

## Summary

* Getting your models to perform well is a very iterative process. If you don’t have a system for managing your experiments, it quickly gets out of control.
* **TensorBoard** is a TensorFlow extension that allows you to easily monitor your model in a browser.
* **Losswise** provides ML practitioners with a Python API and accompanying dashboard to visualize progress within and across training sessions.
* [**Comet.ml**](http://comet.ml/) is another platform that enables engineers and data scientists to efficiently maintain their preferred workflow and tools, track previous work, and collaborate throughout the iterative process.
* **Weights & Biases** is an experiment tracking tool for deep learning that allows you to (1) store all the hyper-parameters and output metrics in one place; (2) explore and compare every experiment with training/inference visualizations; and (3) create beautiful reports that showcase your work.
* **MLflow** is an open-source platform for the entire machine learning lifecycle started by Databricks. Its MLflow Tracking component is an API and UI for logging parameters, code versions, metrics, and output files from your model training process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fall2019.fullstackdeeplearning.com/course-content/infrastructure-and-tooling/experiment-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
