- 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.
推薦閱讀
- Spring Boot 2實戰之旅
- Embedded Linux Projects Using Yocto Project Cookbook
- Java逍遙游記
- Unreal Engine Physics Essentials
- Java范例大全
- 小創客玩轉圖形化編程
- Python爬蟲開發:從入門到實戰(微課版)
- PHP基礎案例教程
- 基于Java技術的Web應用開發
- 精通API架構:設計、運維與演進
- Oracle Database 12c Security Cookbook
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- jQuery開發基礎教程
- 精通MATLAB(第3版)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)