2019-03-12, 20:12
Hello Everyone,
I am Shivansh Beohar, currently pursuing B.Tech in Information Technology from IIIT Allahabad, India. I am interested in the project "improve suggestion using ML".
I have successfully built Kodi on my machine (Windows). For this project I have looked into the past year's forum as pointed out by @Razze , following the discussion there, I have doubts regarding this post . Since making (and maintaining) ML models in python is much easier than C++, What should be the right approach to integrate python models into C++? What is the exact problem with add-ons ?
If add-ons are a problem I propose a hybrid solution for this, the input ( or data feeder ) pipelines can be built in C++, with pre-trained python saved locally, we can call the python scripts from C++ code and get the output. These python models can be implemented to be trained further through new data (incremental training, not retraining).
@Razze can you guide me here ?
Currently I am also looking at the graph theory solution suggested by @marko.prcac, It is a really fresh approach towards recsys.
I am Shivansh Beohar, currently pursuing B.Tech in Information Technology from IIIT Allahabad, India. I am interested in the project "improve suggestion using ML".
I have successfully built Kodi on my machine (Windows). For this project I have looked into the past year's forum as pointed out by @Razze , following the discussion there, I have doubts regarding this post . Since making (and maintaining) ML models in python is much easier than C++, What should be the right approach to integrate python models into C++? What is the exact problem with add-ons ?
If add-ons are a problem I propose a hybrid solution for this, the input ( or data feeder ) pipelines can be built in C++, with pre-trained python saved locally, we can call the python scripts from C++ code and get the output. These python models can be implemented to be trained further through new data (incremental training, not retraining).
@Razze can you guide me here ?
Currently I am also looking at the graph theory solution suggested by @marko.prcac, It is a really fresh approach towards recsys.