🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

C++ machine learning library

Started by
1 comment, last by taby 4 years, 7 months ago

Hello,

can you recommend machine learning library in c++, which specializes in 2d/3d image segmentation? I was looking at MLPack and dlib , while the other libraries either look dead to me (opennn, eblearn) or are written in python and have poor c++ bindings. What interests me is to be able to debug the algorithms, to have CUDA support and to be written entirely in C++ or to have good c++ binding (and at least decent documentation).

I tried Tensorflow and Keras before, but these things are hard to support, cant be debugged easily and require special environments, which cannot be worked professionally with. I am aiming for something, which runs in Visual Studio (or other IDE) and produces single .exe on which parameters can be passed. 

Advertisement

OpenCV is a great library.

This topic is closed to new replies.

Advertisement