From 88621f25be3a15baa1546cd9967f11f58816dd28 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Fri, 18 Mar 2016 11:55:44 +0100 Subject: [PATCH] Darknet added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8148c1c..730b28e 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ For a list of free machine learning books available for download, go [here](http #### 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.