Module training

Source
Expand description

Training metrics and curve visualization for neural networks

This module provides comprehensive tools for visualizing training progress including loss curves, accuracy metrics, learning rate schedules, and system performance.

Structs§

AxisConfig
Axis configuration
LineStyleConfig
Line style configuration for series
MarkerConfig
Marker configuration for data points
PlotConfig
Plot configuration
SeriesConfig
Data series configuration
SystemMetrics
System performance metrics during training
TickConfig
Tick configuration
TrainingMetrics
Training metrics for a single epoch/step
TrainingVisualizer
Training metrics visualizer

Enums§

AxisScale
Axis scale type
LineStyle
Line style options (re-exported from network module)
MarkerShape
Marker shape options
PlotType
Plot type options
TickFormat
Tick format options
UpdateMode
Update mode for plots