专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
爱可可-爱生活  ·  【Copilot ... ·  昨天  
黄建同学  ·  #北京暴雨# ... ·  3 天前  
爱可可-爱生活  ·  [CL]《Human-like ... ·  3 天前  
宝玉xp  ·  //@出版人周筠:一生难忘的98世界杯//@ ... ·  1 周前  
爱可可-爱生活  ·  【3DAnimals:机器学习框架,用于从图 ... ·  1 周前  
51好读  ›  专栏  ›  机器学习研究会

【推荐】Python数据科学之NumPy速查

机器学习研究会  · 公众号  · AI  · 2017-01-19 20:00

正文


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

转自:爱可可-爱生活

Given the fact that it's one of the fundamental packages for scientific computing, NumPy is one of the packages that you must be able to use and know if you want to do data science with Python. It offers a great alternative to Python lists, as NumPy arrays are more compact, allow faster access in reading and writing items, and are more convenient and more efficient overall. 

In addition, it's (partly) the fundament of other important packages that are used for data manipulation and machine learning which you might already know, namely, Pandas, Scikit-Learn and SciPy:

  • The Pandas data manipulation library builds on NumPy, but instead of the arrays, it makes use of two other fundamental data structures: Series and DataFrames,

  • SciPy builds on Numpy to provide a large number of functions that operate on NumPy arrays, and

  • The machine learning library Scikit-Learn builds not only on NumPy, but also on SciPy and Matplotlib. 

You see, this Python library is a must-know: if you know how to work with it, you'll also gain a better understanding of the other Python data science tools that you'll undoubtedly be using. 

It's a win-win situation, right?

Nevertheless, just like any other library, NumPy can come off as quite overwhelming at start; What are the very basics that you need to know in order to get started with this data analysis library?

This cheat sheet means to give you a good overview of the possibilities that this library has to offer. 

Go and check it out for yourself!



链接:

https://www.datacamp.com/community/blog/python-numpy-cheat-sheet#gs.S_GqoUc


原文链接:

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

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