File size: 511 Bytes
76d9c4f |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
---
title: Overview
---
An **experiment** is a single machine learning run in a project with a specific dataset. The experiment results consist of logs, metrics, and artifacts, which you can find under corresponding tabs.
### Managing Experiments on Web Console
You can find a list of experiments under each project page. You delve into the details of the experiment by clicking the name of the experiment. 
<img style={{ borderRadius: '0.5rem' }}
src="/images/experiment/overview/experiments.png"
/> |