-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
20 lines (19 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Hyper Parameter Optimization as a Service</title>
</head>
<body>
<h1 style="text-align: center;font-family: Arial, Helvetica, sans-serif;"><u>HPO as a Service</u> (HPOaaS)</h1>
<p style="font-size:18px; font-family: Arial, Helvetica, sans-serif;"> HPO as a service helps the user find the optimal configuration values for any model. </p>
<h2 style="font-family: Arial, Helvetica, sans-serif;">Goal:</h2>
<p style="font-size:18px; font-family: Arial, Helvetica, sans-serif;">
Provide Hyperparameter Optimization(HPO) as a service to choose the optimal hyperparameters provided by the user for any model.
</p>
<h2 style="font-family: Arial, Helvetica, sans-serif;"> Intended Users: </h2>
<p style="font-size:18px; font-family: Arial, Helvetica, sans-serif;">
Any model that has tens of parameters that need to be tuned, or the parameters operate on a wide range, or it is not clear which parameters have an impact on the performance objective are ideal candidates to use the HPOaaS.
</p>
<h2 style="font-family: Arial, Helvetica, sans-serif;">Here's a link which contains <a href="https://github.com/kruize/hpo/blob/main/design/API.md">API details</a></h2>
<h2 style="font-family: Arial, Helvetica, sans-serif;;"> <a href="/listexperiments">View Experiments</a></h2>
</body>
</html>