- Scala for Machine Learning(Second Edition)
- Patrick R. Nicolas
- 116字
- 2021-07-08 10:43:02
Mathematical notations for the curious
Each chapter contains a small section dedicated to the formulation of the algorithms for those interested in the mathematical concepts behind the science and art of machine learning. These sections are optional and defined within a tip box.
For example, the mathematical expression of the mean and the variance of a variable, X, as mentioned in a tip box will be as follows:
Note
Convention and notation
This book uses the 0 zero-based indexing of datasets in mathematical formulas.
M1: A set of N observations is denoted as {xi} = x0, x1 …., xN-1 and the arithmetic mean value for the random value with xi as values is defined as:

推薦閱讀
- Python數(shù)據(jù)分析基礎(chǔ)
- Interactive Data Visualization with Python
- HTML5 移動Web開發(fā)從入門到精通(微課精編版)
- CentOS 7 Linux Server Cookbook(Second Edition)
- 羅克韋爾ControlLogix系統(tǒng)應(yīng)用技術(shù)
- 樂高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- Visual Basic程序設(shè)計(jì)(第3版):學(xué)習(xí)指導(dǎo)與練習(xí)
- Java程序設(shè)計(jì)與計(jì)算思維
- Java Web程序設(shè)計(jì)任務(wù)教程
- SQL經(jīng)典實(shí)例(第2版)
- NetBeans IDE 8 Cookbook
- Learning AngularJS for .NET Developers
- Node學(xué)習(xí)指南(第2版)
- Modern C++ Programming Cookbook
- 并行編程方法與優(yōu)化實(shí)踐