https://github.com/beniz/deepdetect
DeepDetect (http://www.deepdetect.com/) is a machine learning API and server written in C++11. It makes state of the art machine learning easy to work with and integrate into existing applications.
DeepDetect relies on external machine learning libraries through a very generic and flexible API. At the moment it has support for the deep learning library Caffe and distributed gradient boosting library XGBoost.
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:deepdetect 用c++11写的机器学习caffe和XGBoost API 接口 - Python技术站