- Statistics for Machine Learning
- Pratap Dangeti
- 122字
- 2021-07-02 19:05:52
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The mode function was not implemented in the numpy package.". Any command-line input or output is written as follows:
>>> import numpy as np
>>> from scipy import stats
>>> data = np.array([4,5,1,2,7,2,6,9,3])
# Calculate Mean
>>> dt_mean = np.mean(data) ;
print ("Mean :",round(dt_mean,2))
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 數據庫程序員面試筆試真題與解析
- Python 深度學習
- Java從入門到精通(第4版)
- INSTANT CakePHP Starter
- Mastering Unity Shaders and Effects
- Mastering Data Mining with Python:Find patterns hidden in your data
- Node.js:來一打 C++ 擴展
- Python極簡講義:一本書入門數據分析與機器學習
- Hands-On Robotics Programming with C++
- Solr權威指南(下卷)
- Kotlin語言實例精解
- LabVIEW數據采集(第2版)
- JavaScript編程精解(原書第3版)
- 谷歌JAX深度學習從零開始學
- 新手學Visual C