Visualization
Monitoring Arbiter hyperparameter optimization runs with ArbiterStatusListener and the UIServer.
Overview
http://localhost:9000/arbiterDependencies
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>arbiter-deeplearning4j</artifactId>
<version>1.0.0-M2.1</version>
</dependency>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>arbiter-ui_2.11</artifactId>
<version>1.0.0-M2.1</version>
</dependency>ArbiterStatusListener
StatsStorage Backends
InMemoryStatsStorage
FileStatsStorage
Full Example
What the Arbiter UI Shows
Candidates Table
Score vs. Candidate Index
Hyperparameter Distribution
Best Candidate
Using Both Arbiter UI and DL4J Training UI Simultaneously
Programmatic Access to Results (No UI)
Related Pages
Last updated
Was this helpful?