From 38b33c1200ea0f359cd60fe3855f73b3f669c9d8 Mon Sep 17 00:00:00 2001 From: Karl Morrison Date: Mon, 1 Jun 2015 09:52:07 +0200 Subject: [PATCH] Update README.md Added Kalman Filter for Javascript --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47fd252..bf78e84 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ For a list of free machine learning books available for download, go [here](http * [Synaptic](https://github.com/cazala/synaptic) - Architecture-free neural network library for node.js and the browser * [kNear](https://github.com/NathanEpstein/kNear) - JavaScript implementation of the k nearest neighbors algorithm for supervised learning * [NeuralN](https://github.com/totemstech/neuraln) - C++ Neural Network library for Node.js. It has advantage on large dataset and multi-threaded training. +* [kalman](https://github.com/itamarwe/kalman) - Kalman filter for Javascript. #### Misc