PEMF cross-validation
Predictive Estimation of Model Fidelity (PEMF) is a model-independent approach to measure the fidelity of surrogate models or metamodels, such as Kriging, Radial Basis Functions (RBF), Support Vector Regression (SVR), and Neural Networks. It can be perceived as a novel sequential and predictive implementation of K-fold cross-validation. PEMF takes as input a model trainer (e.g., RBF-multiquadric or Kriging-Linear), sample data on which to train the model, and hyper-parameter values (e.g., shape factor in RBF) to apply to the model. As output, it provides a predicted estimate of the median and/or the maximum error in the surrogate model. PEMF has been reported to be more accurate and robust than typical leave-one-out cross-validation, in providing surrogate model error measures (for various benchmark functions). The current version of PEMF has been implemented with RBF (included in this package), Kriging (DACE package), and SVR (Libsvm package),
PEMF (has been and) can be readily used for the following purposes:
1. Surrogate model validation
2. Surrogate model uncertainty analysis
3. Surrogate model selection
4. Surrogate-based optimization (to guide sequential sampling)
Other perceived broader applications of PEMF include testing of machine learning models and uncertainty analysis with data-driven models (and other areas where leave-one-out or k-fold cross-validation is typically used).
Cite PEMF as:
A. Mehmani, S. Chowdhury, and A. Messac, "Predictive quantification of surrogate model fidelity based on modal variations with sample density," Structural and Multidisciplinary Optimization, vol. 52, pp. 353-373, 2015.
This is the first release of PEMF; so, any feedback or information on any bugs (that we might have missed) is very welcome.
Cite As
ADAMS Lab (2024). PEMF cross-validation (https://www.mathworks.com/matlabcentral/fileexchange/60106-pemf-cross-validation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Examples/
Model Trainers/
Models/RBF/
Examples/html/
Version | Published | Release Notes | |
---|---|---|---|
2016.1.0.0 | Guidelines to example problem updated. |