adding naive-apl

This commit is contained in:
Matthew Cunningham 2016-05-25 08:19:13 -05:00
parent 14bb9dc243
commit 30ab3ea5c3

View File

@ -14,6 +14,8 @@ For a list of free machine learning books available for download, go [here](http
<!-- MarkdownTOC depth=4 -->
- [APL](#apl)
- [General-Purpose Machine Learning](#apl-general-purpose)
- [C](#c)
- [General-Purpose Machine Learning](#c-general-purpose)
- [Computer Vision](#c-cv)
@ -106,6 +108,11 @@ For a list of free machine learning books available for download, go [here](http
<!-- /MarkdownTOC -->
<a name="apl" />
## APL
#### General-Purpose Machine Learning
* [naive-apl](https://github.com/mattcunningham/naive-apl) - Naive Bayesian Classifier implementation in APL
<a name="c" />
## C