-
281
Constructing optimized Boolean functions
Published 2006-01-01“…Considering connections of characteristics,aiming construction for the optimized Boolean functions,new method based on Bent function,discrete Walsh spectrum and characteristics matrices were presented by concatenating,breaking,and revising output sequence conditionally.This new construction can be used to construct kinds of functions satisfying different design criteria as deeds.…”
Get full text
Article -
282
Design and Optimization of Iron Cow Stem with Flaps by Finite Element Method and Genetic Algorithm
Published 2024-09-01“…For this reason, in this research, a method based on the finite element method and genetic algorithm was presented to optimize the reversible plow shaft. …”
Get full text
Article -
283
Optimizing the Hexagonal Fuzzy Transportation Problem With the Novel Dhouib-Matrix-TP1 Method
Published 2025-01-01“…Transportation Problem (TP) is considered a combinatorial optimization problem, and its aim is to minimize the total transportation cost from several sources to different destinations. …”
Get full text
Article -
284
A Malware Detection Method Based on Genetic Algorithm Optimized CNN-SENet Network
Published 2024-01-01“…To this end, this paper proposes a malware detection method based on genetic algorithm optimization of the CNN-SENet network, which firstly introduces the SENet attention mechanism into the convolutional neural network to enhance the spatial feature extraction capability of the model; then, the application programming interface (API) sequences corresponding to different software behaviors are processed by segmentation and de-duplication, which in turn leads to the sequence feature extraction through the CNN-SENet model; finally, genetic algorithm is used to optimize the hyperparameters of CNN-SENet network to reduce the computational overhead of CNN and to achieve the recognition and classification of different malware at the output layer. …”
Get full text
Article -
285
Optimization Method for Centralized Transmission of Offshore Wind Power from Multiple Wind Farms
Published 2025-01-01“…In response to the current application scenarios of offshore wind power integrated development, this article proposes a method for optimizing the centralized transmission mode of multiple wind farms, guiding the determination of the optimal transmission scheme. …”
Get full text
Article -
286
Hybrid Optimization Method for Social Internet of Things Service Provision Based on Community Detection
Published 2025-04-01“…Addressing these challenges requires efficient optimization methods. Traditional optimization algorithms have strengths and weaknesses. …”
Get full text
Article -
287
Optimization of Filter-aided Sample Preparation Method Based on High-resolution Mass Spectrometry
Published 2025-07-01“…Moreover, the improved FASP method shows no bias for identifying proteins with different molecular weights and isoelectric points, and its optimal protein loading is determined to be 20 μg. …”
Get full text
Article -
288
An Integrated Optimization Method for Energy-efficient Control of Hybrid Trains Considering Energy Management
Published 2019-07-01“…For train operation processes with characteristic of spatial segmentation, continuous state variables and different constraints, the integrated model was converted into a multi-stage hybrid train energy management and operation optimization strategy model, and then the adaptive Pseudo-spectrum method was introduced for solving the multi-stage model. …”
Get full text
Article -
289
Application of a dynamic optimization-based multi-attribute fusion method for fault detection.
Published 2025-01-01“…Traditional coherent and curvature attribute methods have large errors in identifying strike-slip faults and cannot adequately characterize the contour features of fracture-karst traps. …”
Get full text
Article -
290
A General Approximation Method for a Kind of Convex Optimization Problems in Hilbert Spaces
Published 2014-01-01“…And we ensure the equilibrium problem for F1(x,y) equivalent to the above optimization problem. Then we use iterative methods for equilibrium problems to study the above optimization problem. …”
Get full text
Article -
291
Abnormal traffic detection method based on LSTM and improved residual neural network optimization
Published 2021-05-01“…Problems such as a difficulty in feature selection and poor generalization ability were prone to occur when traditional method was exploited to detect abnormal network traffic.Therefore, an abnormal traffic detection method based on the long short term memory network (LSTM) and improved residual neural network optimization was proposed.Firstly, the features and attributes of network traffic were analyzed, and the variability of the feature values was reduced by preprocessing of network traffic.Then, a three-layer stacked LSTM network was designed to extract network traffic features of different depths.Moreover, the problem of weak adaptability of feature extraction was solved.Finally, an improved residual neural network with skipping connecting line was designed to optimize the LSTM.The defects of deep neural network such as overfitting and gradient vanishing were optimized.The accuracy of abnormal traffic detection was improved.Experimental results show that the proposed method has higher training accuracy and better visibility of data processing.The classification accuracy rates under two classifications and multiple classifications are 92.3% and 89.3%.It has the lowest false positive rate when the parameters such as precision rate and recall rate are optimal.Moreover, it has strong robustness when the sample is destroyed.Furthermore, better generalization ability can be achieved.…”
Get full text
Article -
292
Optimization Study of Gear Oil-air Lubrication Parameters Based on Orthogonal Test Method
Published 2022-08-01Get full text
Article -
293
Design of Rotors in Centrifugal Pumps Using the Topology Optimization Method and Parallel Computing in the Cloud
Published 2025-04-01“…This work aims to develop a parallelized computational algorithm in MATLAB version R2020a to design the rotor of a radial flow in a centrifugal pump using the finite-element method (FEM), topology optimization method (TOM), and parallel cloud computing (bare-metal vs. virtual machine). …”
Get full text
Article -
294
A novel rapid and reproducible flow cytometric method for optimization of transfection efficiency in cells.
Published 2017-01-01“…By using optimized ratios of transfection reagent and a nucleic acid (DNA or RNA) vector directly labeled with a fluorochrome, this method can be used as a tool to simultaneously quantify cellular toxicity of different transfection reagents, the amount of nucleic acid plasmid that cells have taken up during transfection as well as the amount of the encoded expressed protein. …”
Get full text
Article -
295
Optimization method of truss structure size and shape based on harmonic search genetic algorithm
Published 2025-03-01“…Compared with genetic algorithm (GA), heuristic particle swarm optimization (HPSO) and other optimization algorithms, the optimization effect is obvious, and it is a method suitable for the shape optimization of truss structure.…”
Get full text
Article -
296
Optimization Method for Transit Signal Priority considering Multirequest under Connected Vehicle Environment
Published 2018-01-01“…Aiming at reducing per person delay, this paper presents an optimization method for Transit Signal Priority (TSP) considering multirequest under connected vehicle environment, which is based on the travel time prediction model. …”
Get full text
Article -
297
Research on the Bearing Remaining Useful Life Prediction Method Based on Optimized BiLSTM
Published 2025-07-01“…To solve these problems, a bearing RUL prediction method based on early degradation detection and optimized BiLSTM is proposed: an optimized VMD combined with the Pearson correlation coefficient is used to denoise the bearing signal. …”
Get full text
Article -
298
Deep learning vulnerability detection method based on optimized inter-procedural semantics of programs
Published 2023-12-01“…In recent years, software vulnerabilities have been causing a multitude of security incidents, and the early discovery and patching of vulnerabilities can effectively reduce losses.Traditional rule-based vulnerability detection methods, relying upon rules defined by experts, suffer from a high false negative rate.Deep learning-based methods have the capability to automatically learn potential features of vulnerable programs.However, as software complexity increases, the precision of these methods decreases.On one hand, current methods mostly operate at the function level, thus unable to handle inter-procedural vulnerability samples.On the other hand, models such as BGRU and BLSTM exhibit performance degradation when confronted with long input sequences, and are not adept at capturing long-term dependencies in program statements.To address the aforementioned issues, the existing program slicing method has been optimized, enabling a comprehensive contextual analysis of vulnerabilities triggered across functions through the combination of intra-procedural and inter-procedural slicing.This facilitated the capture of the complete causal relationship of vulnerability triggers.Furthermore, a vulnerability detection task was conducted using a Transformer neural network architecture equipped with a multi-head attention mechanism.This architecture collectively focused on information from different representation subspaces, allowing for the extraction of deep features from nodes.Unlike recurrent neural networks, this approach resolved the issue of information decay and effectively learned the syntax and semantic information of the source program.Experimental results demonstrate that this method achieves an F1 score of 73.4% on a real software dataset.Compared to the comparative methods, it shows an improvement of 13.6% to 40.8%.Furthermore, it successfully detects several vulnerabilities in open-source software, confirming its effectiveness and applicability.…”
Get full text
Article -
299
Optimization of Wear Process Parameters of Al6061-Zircon Composites Using Taguchi Method
Published 2023-01-01Get full text
Article -
300
A Storm Frame Optimization Method for Predicting and Warning the Safety Status of a Shearer
Published 2025-01-01“…To solve the problem of lag in determining the operating status of a shearer, this study proposes a new method for predicting and warning the real‐time operating status of the shearer involving the Storm framework, based on parallel optimization of data processing and the gated recurrent unit (GRU) model based on hyperparameter optimization. …”
Get full text
Article