search

Home  >  Q&A  >  body text

C++与python在机器学习方面的不同

如题,用C++来机器学习与用python有什么不同,有人说是线上与线下的差别,其实我还是有点模糊,本人刚入机器学习,主要学习语言是C++,希望这方面的前辈解答下疑惑。

PHP中文网PHP中文网2812 days ago465

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 09:19:04

    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.

    reply
    0
  • Cancelreply