Merge pull request #259 from hslatman/hs_darknet

Darknet added
This commit is contained in:
Joseph Misiti 2016-03-18 09:52:55 -04:00
commit 9dab9310d0

View File

@ -111,6 +111,7 @@ For a list of free machine learning books available for download, go [here](http
<a name="c-general-purpose" />
#### General-Purpose Machine Learning
* [Recommender](https://github.com/GHamrouni/Recommender) - A C library for product recommendations/suggestions using collaborative filtering (CF).
* [Darknet](https://github.com/pjreddie/darknet) - Darknet is an open source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation.
<a name="c-cv" />