Skip to content

Commit

Permalink
Merge pull request nothings#61 from attractivechaos/kann
Browse files Browse the repository at this point in the history
Add KANN, a deep learning library in C (only the automatic differentation part)
  • Loading branch information
nothings authored Jul 9, 2017
2 parents 6cf364a + 9d2089a commit 004a2d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ as C/C++, as this is not an obstacle to most users.)
# AI
| | library | license | API |files| description
|---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| | [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)
| | [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/C++| 2 | automatic differentiation (2 files)

# argv
| | library | license | API |files| description
Expand Down

0 comments on commit 004a2d0

Please sign in to comment.