From a7eb6ec6cd14aaf02a03545744329be9f52c70de Mon Sep 17 00:00:00 2001 From: Omri Mendels Date: Sun, 7 Dec 2014 09:16:37 +0200 Subject: [PATCH] fix to markdown on the new Java ML links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 372f722..1a174f8 100644 --- a/README.md +++ b/README.md @@ -255,8 +255,8 @@ For a list of free machine learning books available for download, go [here](http * [MLlib in Apache Spark](http://spark.apache.org/docs/latest/mllib-guide.html) - Distributed machine learning library in Spark * [Neuroph](http://neuroph.sourceforge.net/) - Neuroph is lightweight Java neural network framework * [ORYX](https://github.com/cloudera/oryx) - Simple real-time large-scale machine learning infrastructure. -* [RankLib] (http://sourceforge.net/p/lemur/wiki/RankLib/) - RankLib is a library of learning to rank algorithms -* [RapidMiner] (http://rapid-i.com/wiki/index.php?title=Integrating_RapidMiner_into_your_application) - RapidMiner integration into Java code +* [RankLib](http://sourceforge.net/p/lemur/wiki/RankLib/) - RankLib is a library of learning to rank algorithms +* [RapidMiner](http://rapid-i.com/wiki/index.php?title=Integrating_RapidMiner_into_your_application) - RapidMiner integration into Java code * [Stanford Classifier](http://nlp.stanford.edu/software/classifier.shtml) - A classifier is a machine learning tool that will take data items and place them into one of k classes. * [WalnutiQ](https://github.com/WalnutiQ/WalnutiQ) - object oriented model of the human brain * [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Weka is a collection of machine learning algorithms for data mining tasks