Added 2 clojure projects and 1 java project

Both were added to general machine learning category
This commit is contained in:
cogmission 2014-10-22 15:08:16 -05:00
parent c5ad611557
commit 831454ed48
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,8 @@ For a list of free machine learning books available for download, go [here](http
* [Encog](https://github.com/jimpil/enclog) - Clojure wrapper for Encog (v3) (Machine-Learning framework that specialises in neural-nets)
* [Fungp](https://github.com/vollmerm/fungp) - A genetic programming library for Clojure
* [Statistiker](https://github.com/clojurewerkz/statistiker) - Basic Machine Learning algorithms in Clojure.
* [clortex](https://github.com/nupic-community/clortex) - General Machine Learning library using Numentas Cortical Learning Algorithm
* [comportex](https://github.com/nupic-community/comportex) - Functionally composable Machine Learning library using Numentas Cortical Learning Algorithm
<a name="clojure-data-analysis" />
#### Data Analysis / Data Visualization
@ -245,6 +247,7 @@ For a list of free machine learning books available for download, go [here](http
* [ELKI](http://elki.dbs.ifi.lmu.de/) - Java toolkit for data mining. (unsupervised: clustering, outlier detection etc.)
* [Neuroph](http://neuroph.sourceforge.net/) - Neuroph is lightweight Java neural network framework
* [java-deeplearning](https://github.com/agibsonccc/java-deeplearning) - Distributed Deep Learning Platform for Java, Clojure,Scala
* [htm.java](https://github.com/numenta/htm.java) - General Machine Learning library using Numentas Cortical Learning Algorithm
#### Speech Recognition
* [CMU Sphinx](http://cmusphinx.sourceforge.net/) - Open Source Toolkit For Speech Recognition purely based on Java speech recognition library.