From 3e7f01bc0fa0a812fff2b435f4a55087bc6f32de Mon Sep 17 00:00:00 2001 From: Robin Wieruch Date: Sat, 14 Apr 2018 09:02:29 +0800 Subject: [PATCH] add slack community to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45fe8f1..cf8542d 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Andrej Karpathy July 2012 +[![Slack](https://slack.bri.im/badge.svg)](https://slack.bri.im) + svmjs is a lightweight implementation of the SMO algorithm to train a binary Support Vector Machine. As this uses the dual formulation, it also supports arbitrary kernels. Correctness test, together with MATLAB reference code