Update README.md

This commit is contained in:
Felipe Appio 2016-11-11 10:50:04 -02:00 committed by GitHub
parent 1dcb66ad30
commit 225cf443c6

View File

@ -127,6 +127,7 @@ For a list of free machine learning books available for download, go [here](http
#### General-Purpose Machine Learning
* [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.
* [Recommender](https://github.com/GHamrouni/Recommender) - A C library for product recommendations/suggestions using collaborative filtering (CF).
* [Hybrid Recommender System](https://github.com/SeniorSA/hybrid-rs-trainner) - A hybrid recomender system based upon scikit-learn algorithms.
<a name="c-cv" />
#### Computer Vision