【学习】在线免费的电子书《Python数据科学手册》

2017 年 8 月 31 日 机器学习研究会


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



摘要
 

转自:网路冷眼

Table of Contents

Preface

1. IPython: Beyond Normal Python

  • Help and Documentation in IPython

  • Keyboard Shortcuts in the IPython Shell

  • IPython Magic Commands

  • Input and Output History

  • IPython and Shell Commands

  • Errors and Debugging

  • Profiling and Timing Code

  • More IPython Resources

2. Introduction to NumPy

  • Understanding Data Types in Python

  • The Basics of NumPy Arrays

  • Computation on NumPy Arrays: Universal Functions

  • Aggregations: Min, Max, and Everything In Between

  • Computation on Arrays: Broadcasting

  • Comparisons, Masks, and Boolean Logic

  • Fancy Indexing

  • Sorting Arrays

  • Structured Data: NumPy's Structured Arrays

3. Data Manipulation with Pandas

  • Introducing Pandas Objects

  • Data Indexing and Selection

  • Operating on Data in Pandas

  • Handling Missing Data

  • Hierarchical Indexing

  • Combining Datasets: Concat and Append

  • Combining Datasets: Merge and Join

  • Aggregation and Grouping

  • Pivot Tables

  • Vectorized String Operations

  • Working with Time Series

  • High-Performance Pandas: eval() and query()

  • Further Resources

4. Visualization with Matplotlib

  • Simple Line Plots

  • Simple Scatter Plots

  • Visualizing Errors

  • Density and Contour Plots

  • Histograms, Binnings, and Density

  • Customizing Plot Legends

  • Customizing Colorbars

  • Multiple Subplots

  • Text and Annotation

  • Customizing Ticks

  • Customizing Matplotlib: Configurations and Stylesheets

  • Three-Dimensional Plotting in Matplotlib

  • Geographic Data with Basemap

  • Visualization with Seaborn

  • Further Resources

5. Machine Learning

  • What Is Machine Learning?

  • Introducing Scikit-Learn

  • Hyperparameters and Model Validation

  • Feature Engineering

  • In Depth: Naive Bayes Classification

  • In Depth: Linear Regression

  • In-Depth: Support Vector Machines

  • In-Depth: Decision Trees and Random Forests

  • In Depth: Principal Component Analysis

  • In-Depth: Manifold Learning

  • In Depth: k-Means Clustering

  • In Depth: Gaussian Mixture Models

  • In-Depth: Kernel Density Estimation

  • Application: A Face Detection Pipeline

  • Further Machine Learning Resources

Appendix: Figure Code



链接:

https://jakevdp.github.io/PythonDataScienceHandbook/


原文链接:

https://m.weibo.cn/1715118170/4146487724725209

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


登录查看更多
0

相关内容

【实用书】Python数据科学从零开始,330页pdf
专知会员服务
144+阅读 · 2020年5月19日
简明扼要!Python教程手册,206页pdf
专知会员服务
48+阅读 · 2020年3月24日
【新书】Python数据科学食谱(Python Data Science Cookbook)
专知会员服务
117+阅读 · 2020年1月1日
【干货】大数据入门指南:Hadoop、Hive、Spark、 Storm等
专知会员服务
96+阅读 · 2019年12月4日
机器学习入门的经验与建议
专知会员服务
94+阅读 · 2019年10月10日
机器学习相关资源(框架、库、软件)大列表
专知会员服务
40+阅读 · 2019年10月9日
机器学习在材料科学中的应用综述,21页pdf
专知会员服务
49+阅读 · 2019年9月24日
10本必读的机器学习和数据科学免费在线电子书
大数据技术
30+阅读 · 2018年6月8日
这可能是学习Python最好的免费在线电子书
程序猿
53+阅读 · 2018年5月17日
机器学习线性代数速查
机器学习研究会
19+阅读 · 2018年2月25日
Python机器学习教程资料/代码
机器学习研究会
8+阅读 · 2018年2月22日
python数据分析师面试题选
数据挖掘入门与实战
6+阅读 · 2017年11月21日
【学习】(Python)SVM数据分类
机器学习研究会
6+阅读 · 2017年10月15日
【推荐】免费书(草稿):数据科学的数学基础
机器学习研究会
20+阅读 · 2017年10月1日
【推荐】Python机器学习生态圈(Scikit-Learn相关项目)
机器学习研究会
6+阅读 · 2017年8月23日
Embedding Logical Queries on Knowledge Graphs
Arxiv
3+阅读 · 2019年2月19日
Arxiv
12+阅读 · 2019年1月24日
Arxiv
3+阅读 · 2018年4月5日
Arxiv
5+阅读 · 2018年1月17日
Arxiv
3+阅读 · 2017年7月6日
VIP会员
相关VIP内容
【实用书】Python数据科学从零开始,330页pdf
专知会员服务
144+阅读 · 2020年5月19日
简明扼要!Python教程手册,206页pdf
专知会员服务
48+阅读 · 2020年3月24日
【新书】Python数据科学食谱(Python Data Science Cookbook)
专知会员服务
117+阅读 · 2020年1月1日
【干货】大数据入门指南:Hadoop、Hive、Spark、 Storm等
专知会员服务
96+阅读 · 2019年12月4日
机器学习入门的经验与建议
专知会员服务
94+阅读 · 2019年10月10日
机器学习相关资源(框架、库、软件)大列表
专知会员服务
40+阅读 · 2019年10月9日
机器学习在材料科学中的应用综述,21页pdf
专知会员服务
49+阅读 · 2019年9月24日
相关资讯
10本必读的机器学习和数据科学免费在线电子书
大数据技术
30+阅读 · 2018年6月8日
这可能是学习Python最好的免费在线电子书
程序猿
53+阅读 · 2018年5月17日
机器学习线性代数速查
机器学习研究会
19+阅读 · 2018年2月25日
Python机器学习教程资料/代码
机器学习研究会
8+阅读 · 2018年2月22日
python数据分析师面试题选
数据挖掘入门与实战
6+阅读 · 2017年11月21日
【学习】(Python)SVM数据分类
机器学习研究会
6+阅读 · 2017年10月15日
【推荐】免费书(草稿):数据科学的数学基础
机器学习研究会
20+阅读 · 2017年10月1日
【推荐】Python机器学习生态圈(Scikit-Learn相关项目)
机器学习研究会
6+阅读 · 2017年8月23日
Top
微信扫码咨询专知VIP会员