The feature mapping method can improve data separability, enhance data representation ability, and reduce data processing complexity. However, on the one hand, the existing feature mapping methods have difficulty proc...
详细信息
The feature mapping method can improve data separability, enhance data representation ability, and reduce data processing complexity. However, on the one hand, the existing feature mapping methods have difficulty processing datasets of different dimensions and distributions adaptively, limiting the scope of application;on the other hand, a single feature mapping method has the problem of instability and poor generalization ability, weakening the classification ability of subsequent classifiers. This paper proposes a random feature mapping method based on the adaboost algorithm and results fusion to enhance classification performance. The method adopts horizontal expansion, fine-tuning weights through sparse autoencoders, and uses input-mapped features as feature nodes to generate multiple feature subsets for increasing stability. After training weak classifiers on each multiple feature subset, the weights of classifiers are adjusted adaptively by the adaboost ensemble algorithm. Finally, the method fuses weak classifiers twice to enhance classification performance, which abandons the traditional voting method and uses the weighted probability selection method. Experiments on twenty classic datasets show that the proposed method can effectively mine essential features and enhance classification accuracy compared with original datasets. For instance, the Balance dataset has an average classification accuracy of more than 20% higher than the original dataset on the KNN classifier. The proposed method outperforms alternative feature mapping methods in terms of performance and efficiency on different classifiers in most cases.
To overcome the problems of low recognition accuracy, poor recognition recall, and long recognition time in traditional badminton video action recognition methods, a badminton video action recognition method based on ...
详细信息
To overcome the problems of low recognition accuracy, poor recognition recall, and long recognition time in traditional badminton video action recognition methods, a badminton video action recognition method based on an adaptive enhanced adaboost algorithm is proposed. Firstly, the badminton video actions are collected through inertial sensors, and the badminton action videos are captured to construct an action dataset. The data in this dataset is normalised, and then the badminton video action features are extracted. The weighted fusion method is used to fuse the extracted badminton video action features. Finally, the fused action features are used as the basis, Construct a badminton video action classifier using the adaptive enhanced adaboost algorithm, and output the badminton video action recognition results through the classifier. The experimental results show that the proposed method has good performance in recognising badminton video actions.
Aiming at the problems of large detection blind areas and difficult threshold settings in traditional passive islanding detection methods, this paper proposes an intelligent passive islanding detection method based on...
详细信息
Aiming at the problems of large detection blind areas and difficult threshold settings in traditional passive islanding detection methods, this paper proposes an intelligent passive islanding detection method based on the adaptive boosting (adaboost) algorithm. This method first uses feature screening technology to obtain the key feature electrical quantities of DC microgrid islands and form a sample set, and then rely on the adaboost algorithm to generate a high-precision island classification model to realize the detection and classification of DC microgrid operation status. It has the advantages of automatic setting threshold, small detection blind area, and high accuracy. In addition, aiming at the problem that the classification results of the intelligent islanding detection algorithm based on machine learning cannot be directly used as the islanding discrimination results, an islanding criterion method based on the sliding window algorithm is added on the basis of the classification algorithm. This method realizes the accurate detection of the DC microgrid islanding operation state by the secondary analysis and judgment of the classification results of the islanding classification model. Finally, a DC microgrid model is built to simulate and verify the proposed method. The results show that the method can quickly and accurately complete the islanding detection of the DC microgrid.(c) 2023 The Author(s). Published by Elsevier Ltd. This is an open access article under the CC BY-NC-ND license (http://***/licenses/by-nc-nd/4.0/).
In order to solve the problems of weak prediction stability and generalization ability of a neural network algorithm model in the yarn quality prediction research for small samples,a prediction model based on an AdaBo...
详细信息
In order to solve the problems of weak prediction stability and generalization ability of a neural network algorithm model in the yarn quality prediction research for small samples,a prediction model based on an adaboost algorithm(adaboost model) was established.A prediction model based on a linear regression algorithm(LR model) and a prediction model based on a multi-layer perceptron neural network algorithm(MLP model) were established for *** prediction experiments of the yarn evenness and the yarn strength were *** coefficients and prediction errors were used to evaluate the prediction accuracy of these models,and the K-fold cross validation was used to evaluate the generalization ability of these *** the prediction experiments,the determination coefficient of the yarn evenness prediction result of the adaboost model is 76% and 87% higher than that of the LR model and the MLP model,*** determination coefficient of the yarn strength prediction result of the adaboost model is slightly higher than that of the other two *** that the yarn evenness dataset has a weaker linear relationship with the cotton dataset than that of the yarn strength dataset in this paper,the adaboost model has the best adaptability for the nonlinear dataset among the three *** addition,the adaboost model shows generally better results in the cross-validation experiments and the series of prediction experiments at eight different training set sample *** is proved that the adaboost model not only has good prediction accuracy but also has good prediction stability and generalization ability for small samples.
Due to their large volume structure, when a heavy vehicle encounters sudden road conditions, emergency turns, or lane changes, it is very easy for vehicle rollover accidents to occur;however, well-designed suspension ...
详细信息
Due to their large volume structure, when a heavy vehicle encounters sudden road conditions, emergency turns, or lane changes, it is very easy for vehicle rollover accidents to occur;however, well-designed suspension systems can greatly reduce vehicle rollover occurrence. In this article, a novel semi-active suspension adaptive control based on adaboost algorithm is proposed to effectively improve the vehicle rollover stability under dangerous working conditions. This research first established a vehicle rollover warning model based on the adaboost algorithm. Meanwhile, the approximate skyhook damping suspension model is established as the reference model of the semi-active suspension. Furthermore, the model reference adaptive control (MRAC) system is established based on Lyapunov stability theory, and the adaptive controller is designed. Finally, on the same road condition, the rollover warning control simulations are carried out under the following conditions: the 180-degree step, the fishhook, and the double-lane-change condition. Simulation results show that the proposed reference adaptive control based on the adaboost algorithm for rollover control can effectively predict vehicle rollover in early warning and improve the anti-rollover capability of vehicles.
adaboost (Adaptive Boosting) algorithm is an ensemble learning method, which combines multiple weak classifiers to build a strong classifier, and improves the performance of the model iteratively. It is widely used in...
详细信息
When backpropagation neural network (BPNN) is often applied to supervised classification, problems arise, including a slow convergence rate, local extremum, and difficulty in determining the number of hidden layers an...
详细信息
When backpropagation neural network (BPNN) is often applied to supervised classification, problems arise, including a slow convergence rate, local extremum, and difficulty in determining the number of hidden layers and hidden nodes that affect the classification accuracy and efficiency. These problems can be overcome by using smarter network designs. Adaptive boosting (adaboost), which combines multiple weak classifiers to create a strong classifier, has a strong classification advantage. In this article, we propose an acoustic seabed classification method that combines adaboost with the particle swarm optimization (PSO). The PSO-BP-adaboost algorithm uses multibeam echosounder backscatter data to solve the multiclassification problem of diverse seafloor sediment types with small differences between types. We optimize a BPNN using the PSO algorithm to obtain the optimal initial weight and threshold and combine these to form an adaboost strong classifier. The input data is obtained from the sonar mosaic from multibeam echosounder backscatter data collected in Jiaozhou Bay using a series of fine processing techniques. These processing techniques result in 34-dimensional (34-D) features using ReliefF analysis. The most advantageous 8-D features are used as input into the adaboost algorithm based on one-level decision tree, PSO-BP algorithm, support vector machine (SVM), and PSO-BP-adaboost algorithm. The PSO-BP-adaboost classification model has better classification accuracy. The overall accuracy is improved by 12.68%, 6.78%, and 3.56%, respectively, which demonstrates that the PSO-BP-adaboost algorithm can be effectively applied to acoustic seabed classification and identification and achieves high precision.
A reliability analysis can become intricate when addressing issues related to nonlinear implicit models of complex structures. To improve the accuracy and efficiency of such reliability analyses, this paper presents a...
详细信息
A reliability analysis can become intricate when addressing issues related to nonlinear implicit models of complex structures. To improve the accuracy and efficiency of such reliability analyses, this paper presents a surrogate model based on an adaptive adaboost algorithm. This model employs an adaptive method to determine the optimal training sample set, ensuring it is as evenly distributed as possible on both sides of the failure curve and fully contains the information it represents. Subsequently, with the integration and iterative characteristics of the adaboost algorithm, a simple binary classifier is iteratively applied to build a high-precision alternative model for complex structural fault diagnosis to cope with multiple failure modes. Then, the Monte Carlo simulation technique is employed to meticulously assess the failure probability. The accuracy and stability of the proposed method's iterative convergence process are validated through three numerical examples. The findings of the study illuminate that the proposed method is not only remarkably precise but also exceptionally efficient, capable of addressing the challenges related to the reliability evaluation of complex structures under multi-failure mode. The method proposed in this paper enhances the application of mechanical structures and facilitates the utilization of complex mechanical designs.
As the proportion of wind power in the world's electricity generation increases, improving wind power prediction accuracy is vital for making full use of wind energy and ensuring the safe and stable operation of t...
详细信息
As the proportion of wind power in the world's electricity generation increases, improving wind power prediction accuracy is vital for making full use of wind energy and ensuring the safe and stable operation of the power grid. Given the uncertainty and volatility of wind power and the weak generalization ability of the current wind power prediction models, we propose a wind power prediction model that combines adaboost algorithm with extreme learning machine optimized by particle swarm optimization (PSO-ELM). First, particle swarm optimization is used to optimize the initial thresholds and input weights of the ELM to obtain the PSO-ELM basic prediction model. Then, combined with the adaboost algorithm, a series of PSO-ELM weak predictors with input weights and thresholds optimized by PSO and containing different hidden layer nodes are composed. Finally, each weak predictor is weighted and fused into a strong prediction model of wind power, and the final prediction results are output. In this paper, the adaboost-PSO-ELM model is verified by a wind turbine's measured data in Turkey. The prediction indicators are compared with the current wind power prediction methods including optimized neural networks and ensemble learning models. The results show that the adaboost-PSO-ELM wind power prediction model has higher accuracy and better generalization ability.
In order to overcome the problem of poor facial recognition intelligence and weak gender judgment, a new method based on adaboost algorithm for facial feature-based gender intelligence recognition is proposed in this ...
详细信息
In order to overcome the problem of poor facial recognition intelligence and weak gender judgment, a new method based on adaboost algorithm for facial feature-based gender intelligence recognition is proposed in this paper. In this method, the three-dimensional special point detection, weak perspective projection, spatial region segmentation and other methods are employed to construct the facial feature information sampling model. The adaboost algorithm is used to analyse the matching between facial features and gender, on which facial-feature gender intelligent recognition is performed according to the distribution of the eyes, nose and mouth of the face image, and the edge contour detection model of the face image is constructed. The experimental results show that the method has the advantages of good intelligence, high recognition precision and short time cost in face-based gender recognition.
暂无评论