- Statistics for Machine Learning
- Pratap Dangeti
- 153字
- 2021-07-02 19:05:54
Statistical terminology for model building and validation
Statistics is the branch of mathematics dealing with the collection, analysis, interpretation, presentation, and organization of numerical data.
Statistics are mainly classified into two subbranches:
- Descriptive statistics: These are used to summarize data, such as the mean, standard deviation for continuous data types (such as age), whereas frequency and percentage are useful for categorical data (such as gender).
- Inferential statistics: Many times, a collection of the entire data (also known as population in statistical methodology) is impossible, hence a subset of the data points is collected, also called a sample, and conclusions about the entire population will be drawn, which is known as inferential statistics. Inferences are drawn using hypothesis testing, the estimation of numerical characteristics, the correlation of relationships within data, and so on.
Statistical modeling is applying statistics on data to find underlying hidden relationships by analyzing the significance of the variables.
推薦閱讀
- Objective-C Memory Management Essentials
- Vue.js 3.0源碼解析(微課視頻版)
- Web全棧工程師的自我修養(yǎng)
- Unity 5 for Android Essentials
- RabbitMQ Essentials
- Multithreading in C# 5.0 Cookbook
- Spring Boot實(shí)戰(zhàn)
- ExtJS Web應(yīng)用程序開(kāi)發(fā)指南第2版
- 軟件體系結(jié)構(gòu)
- SwiftUI極簡(jiǎn)開(kāi)發(fā)
- Ext JS 4 Plugin and Extension Development
- Getting Started with React VR
- Java語(yǔ)言GUI程序設(shè)計(jì)
- Learning PowerShell DSC(Second Edition)
- Learning RxJava