add paper.txt
This commit is contained in:
18
paper.txt
18
paper.txt
@@ -3,14 +3,14 @@ Neuroevolution is a subfield of artificial intelligence that
|
|||||||
leverages evolutionary algorithms to generate and optimize
|
leverages evolutionary algorithms to generate and optimize
|
||||||
artificial neural networks. This technique has proven to be
|
artificial neural networks. This technique has proven to be
|
||||||
successful in solving a wide range of complex problems
|
successful in solving a wide range of complex problems
|
||||||
across various domains. The NeuroEvolution of Augment-
|
across various domains. The NeuroEvolution of Augmenting
|
||||||
ing Topologies (NEAT) is one of the most renowned al-
|
Topologies (NEAT) is one of the most renowned algorithms
|
||||||
gorithms in neuroevolution. Characterized by its openness,
|
in neuroevolution. Characterized by its openendedness, it
|
||||||
it starts with minimal networks and progressively evolves
|
starts with minimal networks and progressively evolves both
|
||||||
both the topology and the weights of these networks to opti-
|
the topology and the weights of these networks to optimize
|
||||||
mize performance. However, the acceleration techniques em-
|
performance. However, the acceleration techniques employed
|
||||||
ployed in prevailing NEAT implementations typically rely on
|
in prevailing NEAT implementations typically rely on par-
|
||||||
parallelism on CPUs, failing to harness the rapidly expand-
|
allelism on CPUs, failing to harness the rapidly expand-
|
||||||
ing computational resources of today. To bridge this gap,
|
ing computational resources of today. To bridge this gap,
|
||||||
we present NEATAX, an innovative framework that adapts
|
we present NEATAX, an innovative framework that adapts
|
||||||
NEAT for execution on hardware accelerators. Built on top
|
NEAT for execution on hardware accelerators. Built on top
|
||||||
@@ -24,4 +24,4 @@ minutes. These results demonstrate the potential of NEATAX
|
|||||||
as a scalable and efficient solution for neuroevolution tasks,
|
as a scalable and efficient solution for neuroevolution tasks,
|
||||||
paving the way for the future application of NEAT in more
|
paving the way for the future application of NEAT in more
|
||||||
complex and demanding scenarios. NEATAX is available at
|
complex and demanding scenarios. NEATAX is available at
|
||||||
https://github.com/WLS2002/neatax.
|
https://github.com/WLS2002/neatax
|
||||||
Reference in New Issue
Block a user