From 9dd09572f85653df879cfa92a4d2d9c40b39c8e1 Mon Sep 17 00:00:00 2001 From: Jason Brownlee Date: Wed, 10 Apr 2013 08:31:59 +1000 Subject: [PATCH] deleted blurb file --- book/blurb.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 book/blurb.txt diff --git a/book/blurb.txt b/book/blurb.txt deleted file mode 100644 index 2f10190..0000000 --- a/book/blurb.txt +++ /dev/null @@ -1,5 +0,0 @@ -Implementing an Machine Learning algorithms is difficult. Algorithm descriptions may be incomplete, inconsistent, and distributed across a number of papers, chapters and even websites. This can result in varied interpretations of algorithms, undue attrition of algorithms, and ultimately bad science. - -This book is an effort to address these issues by providing a handbook of algorithmic recipes drawn from the field of Machine Learning, described in a complete, consistent, and centralized manner. These standardized descriptions were carefully designed to be accessible, usable, and understandable. - -An encyclopedic algorithm reference, this book is intended for research scientists, engineers, students, and interested amateurs. Each algorithm description provides a working code example in R.