专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
机器之心  ·  DeepSeek的MLA,任意大模型都能轻松迁移了 ·  13 小时前  
爱可可-爱生活  ·  【[52星]Linear-MoE:一个基于M ... ·  20 小时前  
爱可可-爱生活  ·  【[117星]LLaMA ... ·  20 小时前  
新智元  ·  GPT-4.5智商测试94,登上LLM竞技场 ... ·  2 天前  
宝玉xp  ·  回复@小For滚去做project:这样也挺 ... ·  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.







请到「今天看啥」查看全文