Skip to content

Commit

Permalink
Merge pull request josephmisiti#153 from charlieg/patch-2
Browse files Browse the repository at this point in the history
moved Neon from C++ to Python
  • Loading branch information
josephmisiti committed Jun 4, 2015
2 parents a9af559 + 55f65a0 commit 5efee41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

<a name="cpp-nlp" />
#### Natural Language Processing
Expand Down Expand Up @@ -644,6 +643,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]

<a name="python-data-analysis" />
#### Data Analysis / Data Visualization
Expand Down

0 comments on commit 5efee41

Please sign in to comment.