Skip to main content

Module weight_analyzer

Module weight_analyzer 

Source
Expand description

Weight distribution analysis tools

This module provides tools to analyze weight distributions in neural networks, including dead neuron detection, initialization validation, and statistical analysis.

Structs§

WeightAnalysis
Analysis results for a layer’s weights
WeightAnalyzer
Weight distribution analyzer for model inspection
WeightAnalyzerConfig
Configuration for weight analysis
WeightHistogram
Histogram of weight distribution
WeightStatistics
Statistical summary of weights

Enums§

InitializationScheme
Initialization schemes for validation