paper-with-me

홈 › Papers

Modular Grammatical Evolution for the Generation of Artificial Neural Networks

2022-08-04 · Khabat Soltanian, Ali Ebnenasir, Mohsen Afsharchi

This paper presents a novel method, called Modular Grammatical Evolution (MGE), towards validating the hypothesis that restricting the solution space of NeuroEvolution to modular and simple neural networks enables the efficient generation of smaller and more structured neural networks while providing acceptable (and in some cases superior) accuracy on large data sets. MGE also enhances the state-of-the-art Grammatical Evolution (GE) methods in two directions. First, MGE's representation is modular in that each individual has a set of genes, and each gene is mapped to a neuron by grammatical rules. Second, the proposed representation mitigates two important drawbacks of GE, namely the low scalability and weak locality of representation, towards generating modular and multi-layer networks with a high number of neurons. We define and evaluate five different forms of structures with and without modularity using MGE and find single-layer modules with no coupling more productive. Our experiments demonstrate that modularity helps in finding better neural networks faster. We have validated the proposed method using ten well-known classification benchmarks with different sizes, feature counts, and output class count. Our experimental results indicate that MGE provides superior accuracy with respect to existing NeuroEvolution methods and returns classifiers that are significantly simpler than other machine learning generated classifiers. Finally, we empirically demonstrate that MGE outperforms other GE methods in terms of locality and scalability properties.

📄 PDF Abstract BibTeX arXiv:2208.02787

Code (1)

Khabat/Modular-NeuroEvolution 공식 구현

Similar 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…

The Unbearable Weight of Generating Artificial Errors for Grammatical Error Correction

2019-07-21 · WS 2019 8 · Phu Mon Htut, Joel Tetreault

In recent years, sequence-to-sequence models have been very effective for end-to-end grammatical error correction (GEC). As creating human-annotated parallel corpus for GEC is expensive and time-consuming, there has been…

Grammatical Error Correction

Artificial Error Generation with Machine Translation and Syntactic Patterns

2017-07-17 · WS 2017 9 · Marek Rei, Mariano Felice, Zheng Yuan, Ted Briscoe

Shortage of available training data is holding back progress in the area of automated error detection. This paper investigates two alternative methods for artificially generating writing errors, in order to create additi…

Grammatical Error DetectionMachine TranslationTranslation

Artificial Error Generation with Fluency Filtering

2019-08-01 · WS 2019 8 · Mengyang Qiu, Jungyeul Park

The quantity and quality of training data plays a crucial role in grammatical error correction (GEC). However, due to the fact that obtaining human-annotated GEC data is both time-consuming and expensive, several studies…

Grammatical Error Correction

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…