Expand description
Evaluation metrics for neural networks
Structs§
- Binary
Accuracy - Binary accuracy metric for classification
- Categorical
Accuracy - Categorical accuracy metric for multi-class classification
- Mean
Squared Error - Mean squared error metric
- R2Score
- Coefficient of determination (R²) metric
Traits§
- Metric
- Trait for metrics that evaluate model performance
Functions§
- binary_
accuracy - Calculate the binary accuracy between predictions and targets
- categorical_
accuracy - Calculate the categorical accuracy between predictions and targets
- mean_
squared_ error - Calculate the mean squared error between predictions and targets