当前位置:网站首页>Difference between deviation and variance in deep learning
Difference between deviation and variance in deep learning
2022-06-13 05:17:00 【Ape code_ xiao】
Explain a
** deviation (Bias): ** It describes the predicted value ( Estimated value ) The gap between expectations and reality . The bigger the deviation , The more deviated from the real data , The representation in the figure below is the distance from the data point to the center of the red circle .
** variance (Variance):** It describes the range of changes in the predicted values , The degree of dispersion , That is, the distance from its expectation . The greater the variance , The more scattered the data points are .
Explain two
** deviation (Bias):** In deep learning , It represents the size of the training error on the training set .
** variance (Variance):** In deep learning , It represents the difference between the error on the training set and the error on the verification set , The greater the gap between , The higher the variance , The more fitting is formed .
边栏推荐
- RTSP streaming using easydarwin+ffmpeg
- System performance monitoring system
- Standard input dialog for pyqt5 qinputdialog
- ZABBIX wechat alarm
- Flex布局自适应失效的问题
- C language learning log 10.4
- Clause 32: moving objects into closures using initialization capture objects
- Spice story
- Luogu p3654 fisrt step
- C language learning log 10.8
猜你喜欢

Shell built-in string substitution

Case -- the HashSet set stores the student object and traverses

Article 29: assuming that the mobile operation does not exist, is expensive, and is not used

Search DFS and BFS

C language learning log 12.14

Wampserver (MySQL) installation

Metaltc4.0 stable release

Brick story

MySQL installation, architecture and management

Sort (internal sort) + external sort
随机推荐
Flex布局自适应失效的问题
Case - simulated landlords (upgraded version)
Bm1z002fj-evk-001 startup evaluation
Clause 34: lambda is preferred over std:: bind
Clause 28: understanding reference folding
Dynamic programming - longest common substring
Clause 32: moving objects into closures using initialization capture objects
Chapter 13 abstraction: address space
Case - count the number of occurrences of each string in the string
Chapter 18 pagination: Introduction
Std:: Map empty example
Reductive elimination
[multi thread programming] the future interface obtains thread execution result data
float类型取值范围
【多线程编程】Future接口获取线程执行结果数据
Bomb disposal cat
Ruoyi cloud startup tutorial (hand-held graphics)
Luogu p3654 fisrt step
COAP protocol libcoap API
使用EasyDarwin+FFmpeg实现rtsp推流