随笔分类 - Bolts and Nuts of Machine Learning
Sherry's study notes of machine learning.
摘要:Similar issues: How to make sure the training phase won't be facing an OOM? https://stackoverflow.com/questions/58366819/how-to-make-sure-the-training
阅读全文
摘要:Accuracy/Error rate ACC = (TP+TN)/(P+N) ERR = (FP+FN)/(P+N) = 1-ACC Confusion matrix Precision/Recall/F1 Precision = TP/(TP+FP)-- positive predictive
阅读全文

浙公网安备 33010602011771号