Training UI
Web-based training visualization — VertxUIServer, StatsListener, training dashboard, and t-SNE visualization
Visualize, Monitor, and Debug Neural Network Training
Maven Dependency
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-ui_2.11</artifactId>
<version>${dl4j.version}</version>
</dependency><dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-ui-model</artifactId>
<version>${dl4j.version}</version>
</dependency>Setting Up the UI
Step 1: Start the UI Server
Step 2: Attach the StatsListener to Your Network
Step 3: Train
Storage Backends
InMemoryStatsStorage
FileStatsStorage
Web Dashboard Pages
Overview Page
Model Page
Performance Page
Using the UI to Tune Your Network
Remote UI for Spark Training
Option A: Save Stats to a File and View Later
Option B: Remote UI Streaming
t-SNE Visualization
Word Vector Visualization with t-SNE
Parameters
Parameter
Method
Description
Troubleshooting: "No configuration setting" Exception
Last updated
Was this helpful?