diff --git a/README.md b/README.md index 5b9e187..d86c3e4 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Gynaptic [![Build Status](https://travis-ci.org/wagenaartje/gynaptic.svg?branch=master)](https://travis-ci.org/wagenaartje/gynaptic) Gynaptic is an architecture-free [neural network](https://en.wikipedia.org/wiki/Artificial_neural_network) library with implementations to create [genetic neural networks](https://en.wikipedia.org/wiki/Neuroevolution). It gives the user the ability to create train neurol networks with evolutionary algorithms with just a few lines of code. The library is constantly updated with new mutation, crossover and selection methods. Gynaptics' main neural network code comes from the library [Synaptic](https://github.com/cazala/synaptic) by [Juan Cazala](https://github.com/cazala). Gynaptic will stay up to date with Synaptic's improvements as much as possible. +**At this moment, I am developing a NEAT algorithm to create complex neural networks. The library will keep offering the same usability of Synaptic, but the focus lies on Neuroevolution** + What Gynaptic adds to Synaptic: