From 8ec37440e3d0a91be7dd298c848a5cbb8e84e624 Mon Sep 17 00:00:00 2001 From: Joseph Misiti Date: Wed, 16 Jul 2014 10:17:12 -0400 Subject: [PATCH] fixed shogun link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 624c9ce4..52a975fc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ If you want to contribute to this list (please do), send me a pull request or co * [shark](http://image.diku.dk/shark/sphinx_pages/build/html/index.html) * [Vowpal Wabbit (VW)](https://github.com/JohnLangford/vowpal_wabbit/wiki) - A fast out-of-core learning system. * [sofia-ml](https://code.google.com/p/sofia-ml/) - Suite of fast incremental algorithms. +* [Shogun](https://github.com/shogun-toolbox/shogun) - The Shogun Machine Learning Toolbox #### Neural Nets ======= @@ -250,7 +251,6 @@ on MNIST digits[DEEP LEARNING] * [Bolt](https://github.com/pprett/bolt) - Bolt Online Learning Toolbox * [CoverTree](https://github.com/patvarilly/CoverTree) - Python implementation of cover trees, near-drop-in replacement for scipy.spatial.kdtree * [nilearn](https://github.com/nilearn/nilearn) - Machine learning for NeuroImaging in Python -* [Shogun](https://github.com/shogun-toolbox/shogun) - The Shogun Machine Learning Toolbox * [Pyevolve](https://github.com/perone/Pyevolve) - Genetic algorithm framework. * [Caffe](http://caffe.berkeleyvision.org) - A deep learning framework developed with cleanliness, readability, and speed in mind.