Tag Archives: model robustness

Machine Learning Model Performance Robustness Based on Local Neighborhood Performance

After training a machine learning model we generally test the model with a validation data set. We calculate accuracy or some other performance metric. This metric is global i.e based on the whole validation data set. How do you know … Continue reading

Posted in AI, Machine Learning, Performance, Python, PyTorch | Tagged , | Leave a comment

Robustness Measurement of Machine Learning Models with Examples in Python

While all the focus is on maximizing model accuracy while training a machine learning model, enough attention is not paid to model robustness. You may have a perfectly trained model with high accuracy, but how confident are you about the … Continue reading

Posted in AI, Data Science, Machine Learning, Python, PyTorch | Tagged | Leave a comment