Merge pull request #70 from bigsnarfdude/master

added erlang map reduce
This commit is contained in:
joseph misiti 2014-07-27 21:38:01 -04:00
commit 3fa1361cb6
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,8 @@ For a list of free machine learning books available for download, go [here](http
- [Natural Language Processing](#clojure-nlp)
- [General-Purpose Machine Learning](#clojure-general-purpose)
- [Data Analysis / Data Visualization](#clojure-data-analysis)
- [Erlang](#erlang)
- [General-Purpose Machine Learning](#erlang-general-purpose)
- [Go](#go)
- [Natural Language Processing](#go-nlp)
- [General-Purpose Machine Learning](#go-general-purpose)
@ -146,6 +148,12 @@ For a list of free machine learning books available for download, go [here](http
* [Incanter](http://incanter.org/) - Incanter is a Clojure-based, R-like platform for statistical computing and graphics.
<a name="erlang" />
## Erlang
<a name="erlang-general-purpose" />
#### General-Purpose Machine Learning
* [Disco](https://github.com/discoproject/disco/) - Map Reduce in Erlang
<a name="go" />
## Go