当前位置:网站首页>Advantages and disadvantages of evaluation methods
Advantages and disadvantages of evaluation methods
2022-07-06 10:25:00 【How about a song without trace】
1、 Over fitting : When the learner learns the training samples well , It is possible to take the characteristics of the trained samples as the general properties of all potential samples , This will lead to the decline of Pan China capability ( Generalization ability refers to the ability of the learning model to be applied to unknown samples ).
2、 Under fitting : Low learning ability , I think the general characteristics are all characteristics .
Evaluation methods :
- Set aside method : If the training set contains the vast majority of samples , Then the trained sample may be close to the desired training model , But because of the small test set , The assessment results may not be accurate enough , The pattern of basic partitioned data sets :2:1,4:1 The front is used for training , The latter is used for testing .
- Cross validation : Equal division , Stratified sampling , Take the mean , The defect is : Large data sets are too expensive , Spend more time .
- Self help law : Loop from the overall data into the sample , Put it back again , The final initial data are 0.368 The sample of does not appear , Used for testing . The self-help method can be used to test from the samples that appear in the initial data set , Such a test is also known as out of package estimation . advantage : The self-help method is smaller in the data set , It's hard to divide training effectively \ Test sets are useful , Multiple different training sets can be generated from the initial data set , shortcoming : But it changes the distribution of data sets , This will introduce Estimated deviation .
But when the initial data volume is enough , Set aside method and cross validation method are more commonly used .
Participate in the final parameter model :
General rules of parameter adjustment : Select a range and a varying step size for each parameter , This is a compromise between computational overhead and performance .
Performance metrics : Measure the pan China capability of the model , Performance depends not only on Algorithms and data , It also determines mission requirements .
The most commonly used performance measure for regression tasks : Mean square error .
Recall rate (TP/(TP+FN))、 Precision rate (TP/(TP+FP)):TP Real examples FP False positive example TN True counter example FN False counter example .
F1 It is based on the harmonic average of recall and precision :2*TP/( Total number of samples +TP-TN)
ROC: Characteristics of test work . The horizontal axis TPR( Real examples )=TP/(TP+FN), The vertical axis FPR( False positive example ):FP/(TN+FP).
Normalization : Map values from different ranges of variation to the same fixed range , Common is [0,1], Also known as normalization .
deviation : The difference between the expected output and the real tag , Describe the fitting ability of the learning algorithm itself .
Generalization error can be decomposed into deviation 、 variance ( Have you measured the change of learning performance caused by the change of the same size training set , The impact of data perturbation is characterized )、 And noise ( The lower bound of the expected generalization error that any learning algorithm can achieve in the current task is expressed ) The sum of the .
边栏推荐
- The 32 year old programmer left and was admitted by pinduoduo and foreign enterprises. After drying out his annual salary, he sighed: it's hard to choose
- Google login prompt error code 12501
- MySQL实战优化高手09 生产经验:如何为生产环境中的数据库部署监控系统?
- 在jupyter NoteBook使用Pytorch进行MNIST实现
- Flash operation and maintenance script (running for a long time)
- South China Technology stack cnn+bilstm+attention
- Anaconda3 安装cv2
- C杂讲 双向循环链表
- MySQL实战优化高手02 为了执行SQL语句,你知道MySQL用了什么样的架构设计吗?
- 14 医疗挂号系统_【阿里云OSS、用户认证与就诊人】
猜你喜欢

如何让shell脚本变成可执行文件

Cmooc Internet + education
![[Julia] exit notes - Serial](/img/d0/87f0d57ff910a666fbb67c0ae8a838.jpg)
[Julia] exit notes - Serial

Notes of Dr. Carolyn ROS é's social networking speech

MySQL real battle optimization expert 11 starts with the addition, deletion and modification of data. Review the status of buffer pool in the database

MySQL底层的逻辑架构

C miscellaneous two-way circular linked list

16 医疗挂号系统_【预约下单】

MySQL实战优化高手02 为了执行SQL语句,你知道MySQL用了什么样的架构设计吗?

保姆级手把手教你用C语言写三子棋
随机推荐
Super detailed steps for pushing wechat official account H5 messages
软件测试工程师发展规划路线
Pointer learning
Installation de la pagode et déploiement du projet flask
Zsh configuration file
MySQL实战优化高手05 生产经验:真实生产环境下的数据库机器配置如何规划?
Record the first JDBC
MySQL实战优化高手02 为了执行SQL语句,你知道MySQL用了什么样的架构设计吗?
The governor of New Jersey signed seven bills to improve gun safety
美新泽西州州长签署七项提高枪支安全的法案
jar运行报错no main manifest attribute
在jupyter NoteBook使用Pytorch进行MNIST实现
MySQL Real Time Optimization Master 04 discute de ce qu'est binlog en mettant à jour le processus d'exécution des déclarations dans le moteur de stockage InnoDB.
MySQL combat optimization expert 03 uses a data update process to preliminarily understand the architecture design of InnoDB storage engine
Redis集群方案应该怎么做?都有哪些方案?
MySQL combat optimization expert 06 production experience: how does the production environment database of Internet companies conduct performance testing?
高并发系统的限流方案研究,其实限流实现也不复杂
NLP routes and resources
The underlying logical architecture of MySQL
Security design verification of API interface: ticket, signature, timestamp