logo
分类于: 计算机基础 设计

简介

SciPy and NumPy: An Overview for Developers

SciPy and NumPy: An Overview for Developers 7.0分

资源最后更新于 2020-10-05 18:44:02

作者:Eli Bressert

出版社:O'Reilly Media

出版日期:2012-01

ISBN:9781449305468

文件格式: pdf

标签: 数据分析 python NumPy SciPy Python 数据挖掘 Programming 编程

简介· · · · · ·

SciPy is open-source software for mathematics, science, and engineering. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines. Together, they are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers.

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Chapter 1 Introduction
1.1 Why SciPy and NumPy?
1.2 Getting NumPy and SciPy
1.3 Working with SciPy and NumPy
1.4 Source Code
Chapter 2 NumPy
2.1 NumPy Arrays
2.2 Boolean Statements and NumPy Arrays
2.3 Read and Write
2.4 Math
Chapter 3 SciPy
3.1 Optimization
3.2 Interpolation
3.3 Integration
3.4 Statistics
3.5 Spatial and Clustering Analysis
3.6 Signal and Image Processing
3.7 Sparse Matrices
3.8 Reading and Writing Files Beyond NumPy
Chapter 4 SciKit: Taking SciPy One Step Further
4.1 Scikit-Image
4.2 Scikit-Learn
Chapter 5 Conclusion
5.1 Summary
5.2 What’s Next?
Appendix About the Author