- 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.
推薦閱讀
- Getting started with Google Guava
- Microsoft Application Virtualization Cookbook
- PHP程序設計(慕課版)
- Hands-On Image Processing with Python
- 實戰低代碼
- Linux環境編程:從應用到內核
- TypeScript實戰指南
- Mastering ServiceNow(Second Edition)
- C#程序設計
- C++新經典
- Mastering Android Development with Kotlin
- Visual Basic 6.0程序設計實驗教程
- 寫給程序員的Python教程
- Raspberry Pi Robotic Blueprints
- Scratch編程從入門到精通