paper-with-me

Papers

Differential Evolution-based Neural Network Training Incorporating a Centroid-based Strategy and Dynamic Opposition-based Learning

2021-06-29 · Seyed Jalaleddin Mousavirad, Diego Oliva, Salvador Hinojosa, Gerald Schaefer

Training multi-layer neural networks (MLNNs), a challenging task, involves finding appropriate weights and biases. MLNN training is important since the performance of MLNNs is mainly dependent on these network parameters. However, conventional algorithms such as gradient-based methods, while extensively used for MLNN training, suffer from drawbacks such as a tendency to getting stuck in local optima. Population-based metaheuristic algorithms can be used to overcome these problems. In this paper, we propose a novel MLNN training algorithm, CenDE-DOBL, that is based on differential evolution (DE), a centroid-based strategy (Cen-S), and dynamic opposition-based learning (DOBL). The Cen-S approach employs the centroid of the best individuals as a member of population, while other members are updated using standard crossover and mutation operators. This improves exploitation since the new member is obtained based on the best individuals, while the employed DOBL strategy, which uses the opposite of an individual, leads to enhanced exploration. Our extensive experiments compare CenDE-DOBL to 26 conventional and population-based algorithms and confirm it to provide excellent MLNN training performance.

📄 PDF Abstract BibTeX arXiv:2106.15392

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

k-Means SubClustering: A Differentially Private Algorithm with Improved Clustering Quality

2023-01-07 · Devvrat Joshi, Janvi Thakkar

In today's data-driven world, the sensitivity of information has been a significant concern. With this data and additional information on the person's background, one can easily infer an individual's private data. Many d…

Clustering

Comparing various regression methods on ensemble strategies in differential evolution

2013-07-02 · Iztok Fister Jr., Iztok Fister, Janez Brest

Differential evolution possesses a multitude of various strategies for generating new trial solutions. Unfortunately, the best strategy is not known in advance. Moreover, this strategy usually depends on the problem to b…

regression

Generalized Lie Symmetries in Physics-Informed Neural Operators

2025-02-01 · Amy Xiang Wang, Zakhar Shumaylov, Peter Zaika, Ferdia Sherry 외

Physics-informed neural operators (PINOs) have emerged as powerful tools for learning solution operators of partial differential equations (PDEs). Recent research has demonstrated that incorporating Lie point symmetry in…

Differential Dynamic Programming for Multi-Phase Rigid Contact Dynamics

2019-04-10 · Rohan Budhiraja, Justin Carpentier, Carlos Mastalli, Nicolas Mansard

A common strategy today to generate efficient locomotion movements is to split the problem into two consecutive steps: the first one generates the contact sequence together with the centroidal trajectory, while the secon…

Reinforcement learning Based Automated Design of Differential Evolution Algorithm for Black-box Optimization

2025-01-22 · Xu Yang, Rui Wang, Kaiwen Li, Ling Wang

Differential evolution (DE) algorithm is recognized as one of the most effective evolutionary algorithms, demonstrating remarkable efficacy in black-box optimization due to its derivative-free nature. Numerous enhancemen…

Evolutionary AlgorithmsMeta-LearningReinforcement Learning (RL)