Rewording.

This commit is contained in:
Lewis Van Winkle 2016-03-14 16:43:36 -05:00
parent 0bb6591322
commit 28e3d30ef1
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
#Genann
Genann is a minimal, but well tested and documented, library for training and
using feedforward artificial neural networks (ANN) in C. Its primary focus is
on being simple, fast, reliable, and hackable. It achieves this by providing only the
necessary functions and little extra.
Genann is a minimal, well-tested library for training and using feedforward
artificial neural networks (ANN) in C. Its primary focus is on being simple,
fast, reliable, and hackable. It achieves this by providing only the necessary
functions and little extra.
##Features