Raschka 认为一个语言是否有用又很大程度上取决于其是否流行。只有被广大编程人员所熟知的编程语言,相关的库才会更多,遇到问题时也能够方便的找到答案,且易于团队合作和代码分享。语言本身也会随着社区的关注不断得以改善。在流行度上,Julia 并没有什么优势。 本身无错的 R 语言
接下来,Raschka 又提到了 R 语言。其实,Raschka 之前使用过 R 语言,而且还专门撰写了一部有关R 语言中Heat map的书。而且,他自己也不认为 R 语言存在任何令人不满意的地方。据Spectrum IEEE统计,2015年排名前十的编程语言,R语言是提升最快的。近期,微软对R语言表现出极大的兴趣。并且很快,微软的Azure 便开始支持R语言了。
Alan J. Perlis:当某人说“我想要一门编程语言。它要能够根据我的目标自动生成代码”。让他拿根棒棒糖,一边玩去吧!
NumPy: My favorite library for working with array structures and vectorizing equations using linear algebra; augmented by SciPy.
Theano: Implementing machine learning algorithms for the heavy-lifting and distributing computations across cores in my GPU(s).
scikit-learn: The most convenient API for the daily, more basic machine learning tasks.
matplotlib: My library of choice when it comes to plotting. Sometimes I also use seaborn for particular plots, for example, the heat maps are particularly great!