Using scikit-learn models in a C/C++ application

Abhilash Babu

Prior knowledge:
No previous knowledge expected

Summary

Most of the literature covers the theory behind various machine learning models, but cover less about their deployment. Furthermore the deployment often assumes deployment in a cloud based environment or as a web service. But how can one use a model trained using scikit-learn in a C/C++ application? This lightning talk will summarize various readily available options for this problem.

Description

How to use a model trained using scikit-learn in C++?

In this talk I will explore the different options available for using models trained using scikit learn in a C++ application. Also show a toy project that uses some of those techniques.