46a24deec6591776.tex
1: \begin{abstract}
2:   \textit{Machine Learning}~(ML) is becoming increasingly important in daily life. In this context, \textit{Artificial Neural Networks}~(ANNs) are a popular approach within ML methods to realize an artificial intelligence. Usually, the topology of ANNs is predetermined. However, there are problems where it is difficult to find a suitable topology. Therefore, \textit{Topology and Weight Evolving Artificial Neural Network}~(TWEANN) algorithms have been developed that can find ANN topologies and weights using genetic algorithms. A well-known downside for large-scale problems is that TWEANN algorithms often evolve inefficient ANNs and require long runtimes.
3: 
4:   To address this issue, we propose a new TWEANN algorithm called \textit{Artificial Life Form}~(ALF) with the following technical advancements:
5:   %
6:   \begin{inparaenum}
7:     \item speciation via structural and semantic similarity to form better
8:           candidate solutions,
9: 	  \item dynamic adaptation of the observed candidate solutions for better 
10:           convergence properties, and
11: 	  \item integration of solution quality into genetic reproduction to
12:           increase the probability of optimization success.
13:   \end{inparaenum}
14:   %
15:   Experiments on large-scale ML problems confirm that these approaches allow the fast solving of these problems and lead to efficient evolved ANNs.
16: \end{abstract}
17: