Design and Application of a Variable Selection Method for Multilayer Perceptron Neural Network With LASSO.
IEEE Transactions on Neural Networks and Learning Systems
|January 24, 2017
Summary
A new variable selection method for neural networks improves nonlinear industrial process modeling. This approach enhances prediction accuracy and model compression by iteratively identifying essential input variables.
Area of Science:
- Chemical Engineering
- Computer Science
- Data Science
Background:
- Nonlinear industrial processes often require complex models.
- Existing neural network methods may not efficiently select essential variables.
- Accurate modeling is crucial for process optimization and control.
Purpose of the Study:
- To develop a novel variable selection method for neural networks.
- To improve the modeling of nonlinear industrial processes.
- To achieve higher prediction accuracy and model compression.
Main Methods:
- An iterative two-step approach combining multilayer perceptron and least absolute shrinkage and selection operator (LASSO).
- LASSO with cross-validation determines the shrinkage parameter for variable selection.
- Variables with zero input weights are eliminated, and the process iterates until model accuracy plateaus.
Main Results:
- The proposed method successfully constructs compressed neural network models.
- Demonstrated higher prediction accuracy compared to existing methods in simulations and a crude distillation unit application.
- Effective identification of essential input variables for nonlinear process modeling.
Conclusions:
- The novel variable selection technique enhances neural network performance for industrial applications.
- The method offers a robust way to achieve parsimonious and accurate process models.
- This approach is valuable for optimizing and controlling complex nonlinear systems.
Related Concept Videos
Multi-input and Multi-variable systems
453
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence of...
In the absence of...
453
Multiple Regression
4.2K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
4.2K
Regression Analysis
8.7K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
8.7K
Regression Toward the Mean
7.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
7.3K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
376
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
376
Residuals and Least-Squares Property
9.7K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
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...
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...
9.7K

