From 62699204c7ccb9e705f6314dbc328f1405ab15de Mon Sep 17 00:00:00 2001 From: Kai Staats Date: Thu, 9 Feb 2017 18:32:37 -0700 Subject: [PATCH] noted GPU support --- .gitignore | 1 + README.md | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/README.md b/README.md index 31e5b33..5529682 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Karoo GP Karoo GP is an evolutionary algorithm, a genetic programming application suite written in Python which supports both -symbolic regression and classification analysis. It is ready to work with your datasets, is multi-core and GPU enabled -by means of TensorFlow, and offers both a Desktop and Server application for fully scripted runs. +symbolic regression and classification data analysis. It is ready to work with your datasets, is multicore and GPU +enabled by means of the powerful library TensorFlow. The packge includes a Desktop application with an intuitive user +interface, and a Server application which supports fully scripted runs. Output is automatically archived. -No programming required. +Batteries included. No programming required. Learn more at kstaats.github.io/karoo_gp/ ...