From a191d11239759a6201798c967ce1338e06c22f51 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 7 Mar 2017 21:32:22 -0500 Subject: [PATCH 1/2] Added KANN --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f82393..8aa8844 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ as C/C++, as this is not an obstacle to most users.) | --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- | [micropather](http://www.grinninglizard.com/MicroPather/) | zlib | C++ | 2 | pathfinding with A\* | [Genann](https://github.com/codeplea/genann) | zlib |C/C++| 2 | simple neural networks (ANN) +| _[KANN](https://github.com/attractivechaos/kann)_ | MIT | C | 2-4 | automatic differentiation (2 files) and deep learning (4 files) # argv | library | license | API |files| description From c06dba9aaabcccdb4f045930f1f5f2069b622e2b Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 7 Mar 2017 22:35:42 -0500 Subject: [PATCH 2/2] KANN can be called from C++ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa8844..4e56a84 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ as C/C++, as this is not an obstacle to most users.) | --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- | [micropather](http://www.grinninglizard.com/MicroPather/) | zlib | C++ | 2 | pathfinding with A\* | [Genann](https://github.com/codeplea/genann) | zlib |C/C++| 2 | simple neural networks (ANN) -| _[KANN](https://github.com/attractivechaos/kann)_ | MIT | C | 2-4 | automatic differentiation (2 files) and deep learning (4 files) +| _[KANN](https://github.com/attractivechaos/kann)_ | MIT |C/C++| 2-4 | automatic differentiation (2 files) and deep learning (4 files) # argv | library | license | API |files| description