1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//! Model Diagnostics Module Organization
//!
//! This module provides comprehensive model diagnostics and analysis capabilities
//! including performance monitoring, architecture analysis, training dynamics,
//! layer-level analysis, alert systems, auto-debugging, and advanced analytics.
/// Core data structures and type definitions
/// Performance metrics and analysis
/// Model architecture analysis
/// Training dynamics and convergence analysis
/// Layer-level analysis and activations
/// Alert system and diagnostics
/// Auto-debugging and recommendations
/// Advanced analytics (clustering, temporal, stability)
// Re-export all public types for backward compatibility
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;