- 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.
推薦閱讀
- Deploying Node.js
- Facebook Application Development with Graph API Cookbook
- C語(yǔ)言程序設(shè)計(jì)(第3版)
- Android Jetpack開(kāi)發(fā):原理解析與應(yīng)用實(shí)戰(zhàn)
- Vue.js快跑:構(gòu)建觸手可及的高性能Web應(yīng)用
- Learn Scala Programming
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- Java設(shè)計(jì)模式及實(shí)踐
- 碼上行動(dòng):用ChatGPT學(xué)會(huì)Python編程
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Solr Cookbook(Third Edition)
- Getting Started with Nano Server
- 汽車(chē)人機(jī)交互界面整合設(shè)計(jì)
- OpenCV Android開(kāi)發(fā)實(shí)戰(zhàn)
- Google Maps JavaScript API Cookbook