- 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.
推薦閱讀
- C語言程序設計(第2 版)
- 深度學習經典案例解析:基于MATLAB
- JavaScript:Functional Programming for JavaScript Developers
- Learning Laravel 4 Application Development
- Oracle BAM 11gR1 Handbook
- The Data Visualization Workshop
- 基于Swift語言的iOS App 商業實戰教程
- 青少年信息學競賽
- Active Directory with PowerShell
- Java面向對象程序設計
- Kotlin開發教程(全2冊)
- Python Interviews
- Hadoop 2.X HDFS源碼剖析
- Laravel Application Development Blueprints
- Learning Splunk Web Framework