paper-with-me

홈 › Papers

Towards the Evolution of Multi-Layered Neural Networks: A Dynamic Structured Grammatical Evolution Approach

2017-06-26 · Filipe Assunção, Nuno Lourenço, Penousal Machado, Bernardete Ribeiro

Current grammar-based NeuroEvolution approaches have several shortcomings. On the one hand, they do not allow the generation of Artificial Neural Networks (ANNs composed of more than one hidden-layer. On the other, there is no way to evolve networks with more than one output neuron. To properly evolve ANNs with more than one hidden-layer and multiple output nodes there is the need to know the number of neurons available in previous layers. In this paper we introduce Dynamic Structured Grammatical Evolution (DSGE): a new genotypic representation that overcomes the aforementioned limitations. By enabling the creation of dynamic rules that specify the connection possibilities of each neuron, the methodology enables the evolution of multi-layered ANNs with more than one output neuron. Results in different classification problems show that DSGE evolves effective single and multi-layered ANNs, with a varying number of output neurons.

📄 PDF Abstract BibTeX arXiv:1706.08493

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Probabilistic Structured Grammatical Evolution

2022-05-21 · Jessica Mégane, Nuno Lourenço, Penousal Machado

The grammars used in grammar-based Genetic Programming (GP) methods have a significant impact on the quality of the solutions generated since they define the search space by restricting the solutions to its syntax. In th…

Co-evolutionary Probabilistic Structured Grammatical Evolution

2022-04-19 · Jessica Mégane, Nuno Lourenço, Penousal Machado

This work proposes an extension to Structured Grammatical Evolution (SGE) called Co-evolutionary Probabilistic Structured Grammatical Evolution (Co-PSGE). In Co-PSGE each individual in the population is composed by a gra…

Estimation of total body fat using symbolic regression and evolutionary algorithms

2025-03-01 · Jose-Manuel Muñoz, Odin Morón-García, J. Ignacio Hidalgo, Omar Costilla-Reyes

Body fat percentage is an increasingly popular alternative to Body Mass Index to measure overweight and obesity, offering a more accurate representation of body composition. In this work, we evaluate three evolutionary c…

Evolutionary AlgorithmsregressionSymbolic Regression

Evolution of Scikit-Learn Pipelines with Dynamic Structured Grammatical Evolution

2020-04-01 · Filipe Assunção, Nuno Lourenço, Bernardete Ribeiro, Penousal Machado

The deployment of Machine Learning (ML) models is a difficult and time-consuming job that comprises a series of sequential and correlated tasks that go from the data pre-processing, and the design and extraction of featu…

AutoMLBIG-bench Machine LearningGeneral Classification

Probabilistic Grammatical Evolution

2021-03-15 · Jessica Mégane, Nuno Lourenço, Penousal Machado

Grammatical Evolution (GE) is one of the most popular Genetic Programming (GP) variants, and it has been used with success in several problem domains. Since the original proposal, many enhancements have been proposed to …