程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Python machine learning 013: summary of common machine learning platforms

編輯:Python

A powerful and easy-to-use machine learning platform is very important for machine learning research . A good machine learning framework will provide a wealth of components , It can facilitate the design and implementation of machine learning model .

At present, there are several basic machine learning platforms :

  • Open source machine learning platform ,API(Application Programming Interface, Application programming interface ) Rich and free , But learning costs are high , for example R、Python、Mahout、Spark MLlib etc. .
  • Commercial machine learning platform , Such platform algorithms are limited , But it has been tested by long-term practice , There are few system problems , The cost of learning is low , Little or no programming , But the analysis model in the system is not rich , for example IBM SPSS Modeler.
  • Graphical machine learning platform , This kind of platform combines the advantages of the above two types of platforms , It provides rich algorithm call interfaces , It can also quickly build the workflow of machine learning through the graphical human-machine interface , And it can reduce the workload of programming . Currently Intel 、 Microsoft 、 Google and domestic BAT( Baidu 、 Alibaba 、 tencent ) And other companies have provided such machine learning platforms .
  1. Caffe2

    Caffe2 It is a framework for industrial applications , Widely applied . But from the perspective of installation and deployment ,Caffe2 User experience Not very friendly , Official documentation and tutorial support are not sufficient . and Caffe2 Only support Python 2, This limits its future expansion .

  2. MXNet


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved