- 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.
推薦閱讀
- ArchiCAD 19:The Definitive Guide
- 網(wǎng)絡(luò)服務(wù)器架設(shè)(Windows Server+Linux Server)
- Dreamweaver CS3網(wǎng)頁制作融會(huì)貫通
- Learning Apache Spark 2
- Zabbix Network Monitoring(Second Edition)
- 城市道路交通主動(dòng)控制技術(shù)
- Maya極速引擎:材質(zhì)篇
- 21天學(xué)通Java Web開發(fā)
- Blender Compositing and Post Processing
- 邊緣智能:關(guān)鍵技術(shù)與落地實(shí)踐
- 工業(yè)自動(dòng)化技術(shù)實(shí)訓(xùn)指導(dǎo)
- 計(jì)算機(jī)辦公應(yīng)用培訓(xùn)教程
- Eclipse全程指南
- 傳感器原理及應(yīng)用(第二版)
- 服務(wù)科學(xué)概論