如题,用C++来机器学习与用python有什么不同,有人说是线上与线下的差别,其实我还是有点模糊,本人刚入机器学习,主要学习语言是C++,希望这方面的前辈解答下疑惑。
认证高级PHP讲师
Python mainly functions as a glue language. The bottom layer of the module is written in C or C++. Generally, the C++ framework is used directly. Python is very effective in algorithm testing and data processing.
Python mainly functions as a glue language. The bottom layer of the module is written in C or C++. Generally, the C++ framework is used directly. Python is very effective in algorithm testing and data processing.