Related Experiment Video
Updated: Mar 15, 2026

Assessing Cerebral Autoregulation via Oscillatory Lower Body Negative Pressure and Projection Pursuit Regression
Published on: December 10, 2014
Approximate Bayesian MLP regularization for regression in the presence of noise
1School of Computing, Korea Advanced Institute of Science and Technology (KAIST), 291 Daehak-ro, Yuseong-gu, Daejeon 305-701, Republic of Korea.
This study introduces a new regularization method for multilayer perceptrons (MLPs) that accurately learns regression functions, even with noise and discontinuities. This Bayesian approach identifies non-smooth data for improved MLP training and deep learning applications.
Area of Science:
- Machine Learning
- Artificial Intelligence
- Statistical Modeling
Background:
- Multilayer perceptrons (MLPs) are widely used for regression tasks.
- Existing regularization methods often assume smooth regression functions, limiting their applicability.
- Handling noisy and non-smooth data remains a challenge in neural network training.
Purpose of the Study:
- To develop a novel regularization method for MLPs capable of learning regression functions with noise and discontinuities.
- To address the limitations of existing methods that assume function smoothness.
- To improve the accuracy of MLPs in modeling complex, non-smooth relationships.
Main Methods:
- A Bayesian approach is employed to identify non-smooth data within the training set.
- A probability distribution is utilized to detect discontinuities in the regression function.
- A proposed objective function incorporates identified non-smooth data to guide MLP fitting.
Main Results:
- The proposed regularization method enables MLPs to accurately fit non-smooth regression functions.
- Experimental simulations demonstrate superior performance compared to existing MLP training methods.
- The method shows effectiveness even in the presence of significant noise.
Conclusions:
- The novel regularization technique enhances MLP performance on non-smooth regression tasks.
- This approach offers a robust solution for modeling complex data without prior smoothness assumptions.
- The methodology is compatible with deep learning models, broadening its potential applications.
Related Concept Videos
Application of Linearization and Approximation
Linearization and Approximation
Regression Toward the Mean
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Linear Approximation in Frequency Domain
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
Calibration Curves: Linear Least Squares
For data that follow a straight line, the standard method for fitting is the linear...

