- 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.
推薦閱讀
- Progressive Web Apps with React
- 觸·心:DT時代的大數(shù)據(jù)精準(zhǔn)營銷
- 機(jī)械工程師Python編程:入門、實戰(zhàn)與進(jìn)階
- Java持續(xù)交付
- Nginx Essentials
- 零基礎(chǔ)學(xué)單片機(jī)C語言程序設(shè)計
- 自制編程語言
- 大模型RAG實戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- C++面向?qū)ο蟪绦蛟O(shè)計習(xí)題解答與上機(jī)指導(dǎo)(第三版)
- Apache Spark 2.x for Java Developers
- Getting Started with LLVM Core Libraries
- Visual Studio Code 權(quán)威指南
- Orleans:構(gòu)建高性能分布式Actor服務(wù)
- 30天學(xué)通C#項目案例開發(fā)
- Python Social Media Analytics