专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
GevinView  ·  扣子空间:重新定义 AI ... ·  5 小时前  
GevinView  ·  扣子空间:重新定义 AI ... ·  5 小时前  
机器学习研究组订阅  ·  RLHF已死,RLVR引爆AGI革命!Cla ... ·  昨天  
彭涛说  ·  我跟AI打了个视频电话... ·  昨天  
彭涛说  ·  我跟AI打了个视频电话... ·  昨天  
黄建同学  ·  Andrej Karpathy ... ·  昨天  
51好读  ›  专栏  ›  机器学习研究会

【推荐】Python机器学习教程

机器学习研究会  · 公众号  · AI  · 2017-06-25 21:54

正文

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


转自:爱可可-爱生活

Practical Machine Learning With Python [Part - 1]

In this part, we discussed about what is machine learning, types of machine learning, linear regression, logistic regression, cross validation and overfitting. In this lab session, I will demonstrate these concepts in Python code. Python is widely used programming language in the field of scientific computing. And the reason is the awesome libraries such as numpy, scikit-learn, matplotlib, etc. We are also going to use these libraries in the lab sessions. Check out github repository of this series here.







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