专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
宝玉xp  ·  //@Ddd_23_:需求就是市场,一切技术 ... ·  13 小时前  
爱可可-爱生活  ·  【Jupyter ... ·  13 小时前  
爱可可-爱生活  ·  《爱可可微博热门分享(1.2)》 ... ·  昨天  
宝玉xp  ·  回复@Wyifei:说ChatGPT学不会数 ... ·  2 天前  
51好读  ›  专栏  ›  机器学习研究会

【推荐】Python机器学习:Scikit-Learn教程

机器学习研究会  · 公众号  · AI  · 2017-02-05 17:13

正文


点击上方“机器学习研究会”可以订阅哦
摘要
 

转自:爱可可-爱生活

Machine Learning with Python

Machine learning is a branch in computer science that studies the design of algorithms that can learn.


Typical tasks are concept learning, function learning or “predictive modeling”, clustering and finding predictive patterns. These tasks are learned through available data that were observed through experiences or instructions, for example.


The hope that comes with this discipline is that including the experience into its tasks will eventually improve the learning. But this improvement needs to happen in such a way that the learning itself becomes automatic so that humans like ourselves don’t need to interfere anymore is the ultimate goal.


There are close ties between this discipline and Knowledge Discovery, Data Mining, Artificial Intelligence (AI) and Statistics. Typical applications can be classified into scientific knowledge discovery and more commercial ones, ranging from the “Robot Scientist” to anti-spam filtering and recommender systems.


But above all, you will know this discipline because it’s one of the topics that you need to master if you want to excel in data science.

Today’s scikit-learn tutorial will introduce you to the basics of Python machine learning: step-by-step, it will show you how to use Python and its libraries to explore your data with the help of matplotlib, work with the well-known algorithms KMeans and Support Vector Machines (SVM) to construct models, to fit the data to these models, to predict values and to validate the models that you have build.


If you’re more interested in an R tutorial, check out our Machine Learning with R for Beginners tutorial


链接:

https://www.datacamp.com/community/tutorials/machine-learning-python#gs.w6oOUyA


原文链接:

http://weibo.com/1402400261/EtVoSbEbi?from=page_1005051402400261_profile&wvr=6&mod=weibotime&type=comment#_rnd1486204489207

“完整内容”请点击【阅读原文】
↓↓↓