Metrics Accuracy
This function block calculates the accuracy of predictions made by a machine learning model, specifically designed for multi-class classification problems using categorical metrics.
📥 Inputs
This function block does not accept any inputs.
📤 Outputs
Categorical Accuracy
This output provides the accuracy metric calculated based on model predictions compared to true labels.
🕹️ Controls
This block does not contain adjustable controls.
🎨 Features
Categorical Accuracy Calculation
Automatically computes the accuracy of model predictions against the actual classifications.
Integration with Keras
This block is designed to seamlessly integrate with Keras, making it easy to track model performance metrics during training or evaluation.
📝 Usage Instructions
Link the Block: Ensure this block is connected to a model output that already provides predictions.
Run the Evaluation: Execute the block, and it will compute the accuracy metric of the model predictions.
Retrieve Results: Access the output to evaluate how well the model is performing in classifying the input data.
📊 Evaluation
Upon execution, this function block will provide the accuracy of the model predictions, allowing users to gauge the model's effectiveness.
🛠️ Troubleshooting
Last updated