From 6ece821187cce8853b75bf45963918eb400b5950 Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Mon, 14 Mar 2016 16:44:38 -0500 Subject: [PATCH] Typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f289b4..b53a35c 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ printf("Output for the first test data point is: %f, %f\n", prediction[0], predi genann_free(ann); ``` -Not that this example is to show API usage, it is not showing good machine -learning techniques. In a real application you would likely want to learn on -the test data in a random order. You would also want to monitor the learning to -prevent over-fitting. +This example is to show API usage, it is not showing good machine learning +techniques. In a real application you would likely want to learn on the test +data in a random order. You would also want to monitor the learning to prevent +over-fitting. ##Usage