From 55f65a059050eda80cfb514dc64c3d4fdbc296cd Mon Sep 17 00:00:00 2001 From: Charlie Greenbacker Date: Wed, 3 Jun 2015 20:33:01 -0400 Subject: [PATCH] moved Neon from C++ to Python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47fd2521..a7c83d59 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,6 @@ For a list of free machine learning books available for download, go [here](http * [Stan](http://mc-stan.org/) - A probabilistic programming language implementing full Bayesian statistical inference with Hamiltonian Monte Carlo sampling * [BanditLib](https://github.com/jkomiyama/banditlib) - A simple Multi-armed Bandit library. * [Timbl](http://ilk.uvt.nl/timbl) - A software package/C++ library implementing several memory-based learning algorithms, among which IB1-IG, an implementation of k-nearest neighbor classification, and IGTree, a decision-tree approximation of IB1-IG. Commonly used for NLP. -* [neon](https://github.com/NervanaSystems/neon) - Nervana's [high-performance](https://github.com/soumith/convnet-benchmarks) Python-based Deep Learning framework [DEEP LEARNING] #### Natural Language Processing @@ -643,6 +642,7 @@ on MNIST digits[DEEP LEARNING] * [deap](https://github.com/deap/deap) - Evolutionary algorithm framework. * [pydeep](https://github.com/andersbll/deeppy) - Deep Learning In Python * [mlxtend](https://github.com/rasbt/mlxtend) - A library consisting of useful tools for data science and machine learning tasks. +* [neon](https://github.com/NervanaSystems/neon) - Nervana's [high-performance](https://github.com/soumith/convnet-benchmarks) Python-based Deep Learning framework [DEEP LEARNING] #### Data Analysis / Data Visualization