Merge pull request #280 from mattcunningham/master

Adding naive-apl
This commit is contained in:
Joseph Misiti 2016-05-25 09:35:52 -04:00
commit bc05c60697

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,13 @@ For a list of free machine learning books available for download, go [here](http
<!-- /MarkdownTOC -->
<a name="apl" />
## APL
<a name="apl-general-purpose" />
#### General-Purpose Machine Learning
* [naive-apl](https://github.com/mattcunningham/naive-apl) - Naive Bayesian Classifier implementation in APL
<a name="c" />
## C