- Machine Learning for Developers
- Rodolfo Bonnin
- 110字
- 2021-07-02 15:46:44
The NumPy library
If we had to choose a definitive must-use library for use in this book, and a non-trivial mathematical application written in Python, it would have to be NumPy. This library will help us implement applications using statistics and linear algebra routines with the following components:
- A versatile and performant N-dimensional array object
- Many mathematical functions that can be applied to these arrays in a seamless manner
- Linear algebra primitives
- Random number distributions and a powerful statistics package
- Compatibility with all the major machine learning packages
The NumPy library will be used extensively throughout this book, using many of its primitives to simplify the concept explanations with code.
推薦閱讀
- The Android Game Developer's Handbook
- PyTorch Artificial Intelligence Fundamentals
- INSTANT CakePHP Starter
- Mastering C# Concurrency
- Essential Angular
- C++程序設(shè)計(jì)基礎(chǔ)教程
- HTML5 and CSS3 Transition,Transformation,and Animation
- 程序員修煉之道:通向務(wù)實(shí)的最高境界(第2版)
- C語言程序設(shè)計(jì)
- JavaScript腳本特效編程給力起飛
- 新印象:解構(gòu)UI界面設(shè)計(jì)
- Mockito Essentials
- Natural Language Processing with Python Quick Start Guide
- 從零開始學(xué)Android開發(fā)
- Solr權(quán)威指南(下卷)