- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 104字
- 2021-07-02 12:41:37
NumPy
NumPy is the fundamental package for machine learning with Python. It offers powerful tools including the following:
- The N-dimensional array ndarray class and several subclasses representing matrices and arrays
- Various sophisticated array functions
- Useful linear algebra capabilities
Installation instructions for NumPy are at http://docs.scipy.org/doc/numpy/user/install.html. Alternatively, an easier method is installing it with pip in the command line as follows:
pip install numpy
To install conda for Anaconda users, run the following command line:
conda install numpy
A quick way to verify your installation is to import it in the shell as follows:
>>> import numpy
It's installed nicely if there's no error message.
推薦閱讀
- Ansible Configuration Management
- Mastering Proxmox(Third Edition)
- 21天學通JavaScript
- 自主研拋機器人技術
- Apache Spark Deep Learning Cookbook
- 數據庫系統原理及應用教程(第5版)
- 嵌入式操作系統原理及應用
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- Mastering MongoDB 3.x
- 傳感器原理與工程應用
- 電腦故障排除與維護終極技巧金典
- 計算機硬件技術基礎(第2版)
- ROS Robotics By Example(Second Edition)
- Learning OpenShift
- INSTANT R Starter