HyperAIHyperAI

Command Palette

Search for a command to run...

Receiver Operating Characteristic

Date

2 years ago

Receiver operating characteristicsIt is a test indicator of the system matching algorithm. It is a relationship between the matching score threshold, false recognition rate and rejection rate. It reflects the balance between the rejection rate and false recognition rate of the recognition algorithm at different thresholds.

True categoryPrediction is positivePrediction is negative
Positive ExampleTP (True Positive)FN (False Negative Example)
CounterexampleFP (False Positive)TN (True Counterexample)

The ROC curve is a curve graph with the false positive rate FPR as the horizontal axis and the true positive rate TPR as the vertical axis, and is defined as follows:

  • TPR: The ratio of samples that are correctly judged as positive among all samples that are actually positive. TPR = TP / (TP + FN)
  • FPR: The ratio of samples that are falsely judged as positive among all samples that are actually negative. FPR = FP / (FP + TN)

The ROC curve can be used to calculate the Mean Average Precision, which is the average accuracy obtained by changing the threshold to select the best result. Generally speaking, the closer the curve is to the upper left corner, the better the classifier effect.

Related words: AOU curve

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Receiver Operating Characteristic | Wiki | HyperAI