From 30ab3ea5c3d941a231f577758a0b9f0acd9b9fbd Mon Sep 17 00:00:00 2001 From: Matthew Cunningham Date: Wed, 25 May 2016 08:19:13 -0500 Subject: [PATCH] adding naive-apl --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cae88b7..215f8db 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ For a list of free machine learning books available for download, go [here](http +- [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 + +## APL +#### General-Purpose Machine Learning +* [naive-apl](https://github.com/mattcunningham/naive-apl) - Naive Bayesian Classifier implementation in APL + ## C