您的位置:首页 > 编程语言 > Python开发

Life is too short, Use python?

2016-07-10 05:43 337 查看
I am interested in those magical machine learning algorithms themselves. I am not particularly keen on compute science.  

I tried to write a C++ program to implement Decision tree classifier because I could not possibly have a tree data structure in R. I don't like using packages in R because I want to use my own code. But I find myself spending too much time on writing constructors,
destructors and working on input or output the data.  

C++ does not have a big standard library and it is a pain in the ass to get the makefile works and link external libraries to it. 

Here's the solution: learn to write those algorithms in Python, where the language itself should be more friendly. 

Also, learn C++ grammar and basics day by day, until you master it. 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ML 机器学习