- Machine Learning for Developers
- Rodolfo Bonnin
- 110字
- 2021-07-02 15:46:44
What's matplotlib?
Matplotlib is an extensively used plotting library, especially designed for 2D graphs. From this library, we will focus on using the pyplot module, which is a part of the API of matplotlib and has MATLAB-like methods, with direct NumPy support. For those of you not familiar with MATLAB, it has been the default mathematical notebook environment for the scientific and engineering fields for decades.
The method described will be used to illustrate a large proportion of the concepts involved, and in fact, the reader will be able to generate many of the examples in this book with just these two libraries, and using the provided code.
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- WebAssembly實戰
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- JMeter 性能測試實戰(第2版)
- SQL Server 2016數據庫應用與開發
- Learning Laravel's Eloquent
- Java網絡編程實戰
- 微信小程序開發與實戰(微課版)
- Zabbix Performance Tuning
- Java高并發編程詳解:深入理解并發核心庫
- Python機器學習開發實戰
- PostgreSQL 12 High Availability Cookbook
- Web開發新體驗
- 數據庫技術及應用教程上機指導與習題(第2版)
- 深度學習的數學:使用Python語言