Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib
Robert Johansson
- 出版商: Apress
- 出版日期: 2018-12-25
- 售價: $1,850
- 貴賓價: 9.5 折 $1,758
- 語言: 英文
- 頁數: 700
- 裝訂: Paperback
- ISBN: 1484242459
- ISBN-13: 9781484242452
-
相關分類:
Python、資料科學
-
相關翻譯:
Python 科學計算和數據科學應用 : 使用 NumPy、SciPy 和 matplo, 2/e (簡中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,460$1,387 -
$3,000$2,850 -
$600$570 -
$301Xilinx Zynq SoC 與嵌入式 Linux 設計實戰指南 (兼容ARM Cortex-A9的設計方法)
-
$199FPGA 深度解析
-
$650$585 -
$1,862$1,764 -
$780$616 -
$380$296 -
$880$748 -
$450$356 -
$520$406 -
$945Math Adventures with Python: An Illustrated Guide to Exploring Math with Code (Paperback)
-
$650$553 -
$336$319 -
$580$458 -
$248FPGA系統設計
-
$680$578 -
$500$390 -
$580$458 -
$1,500$1,425 -
$690$545 -
$380$342 -
$1,460$1,387 -
$332醫用 FPGA 開發 — 基於 Xilinx 和 VHDL
商品描述
Leverage the numerical and mathematical modules in Python and its standard library as well as popular open source numerical Python packages like NumPy, SciPy, FiPy, matplotlib and more. This fully revised edition, updated with the latest details of each package and changes to Jupyter projects, demonstrates how to numerically compute solutions and mathematically model applications in big data, cloud computing, financial engineering, business management and more.
Numerical Python, Second Edition, presents many brand-new case study examples of applications in data science and statistics using Python, along with extensions to many previous examples. Each of these demonstrates the power of Python for rapid development and exploratory computing due to its simple and high-level syntax and multiple options for data analysis.
After reading this book, readers will be familiar with many computing techniques including array-based and symbolic computing, visualization and numerical file I/O, equation solving, optimization, interpolation and integration, and domain-specific computational problems, such as differential equation solving, data analysis, statistical modeling and machine learning.
What You'll Learn
- Work with vectors and matrices using NumPy
- Plot and visualize data with Matplotlib
- Perform data analysis tasks with Pandas and SciPy
- Review statistical modeling and machine learning with statsmodels and scikit-learn
- Optimize Python code using Numba and Cython