From 831454ed4847011a419bfd6bcfbdebbdd359d7c5 Mon Sep 17 00:00:00 2001 From: cogmission Date: Wed, 22 Oct 2014 15:08:16 -0500 Subject: [PATCH] Added 2 clojure projects and 1 java project Both were added to general machine learning category --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb384b2..8952732 100644 --- a/README.md +++ b/README.md @@ -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 Numenta’s Cortical Learning Algorithm +* [comportex](https://github.com/nupic-community/comportex) - Functionally composable Machine Learning library using Numenta’s Cortical Learning Algorithm #### 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 Numenta’s Cortical Learning Algorithm #### Speech Recognition * [CMU Sphinx](http://cmusphinx.sourceforge.net/) - Open Source Toolkit For Speech Recognition purely based on Java speech recognition library.