B
B
bytecode_eng2013-11-13 17:11:28
Software testing
bytecode_eng, 2013-11-13 17:11:28

Quantitative testing?

There is a certain algorithm that is constantly being improved (or not). And I want to test it on several reference samples after each improvement. As I understand it, there are Continuous Integration systems for this, which assemble the project, test it and report on the results.
And I understand how it works in the case of classical testing - the algorithm can either work or not work (1 or 0).
In my case, this is a computer vision algorithm. And he can work at 100%, maybe at 0%, or maybe at 66% or 45.6%.
I have not found any means that take into account such quantitative results. Maybe I'm not understanding something, or I'm missing something.
Please help with advice or some best practices on this topic.
Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Little_CJIOH, 2013-11-13
@Little_CJIOH

Only hardcore, only developing your own metrics, classifying test data into groups. Expert evaluation of data by people, comparison of the result with expert evaluation, comparison of the obtained metrics with the previous and best result, separately for each data set and for the class. At the same time, the framework should be able to recalculate all the metrics for previous versions according to the new algorithm, because the quality assessment system will be regularly updated. An attempt to reduce the estimate to a binary form will give the "average temperature for the hospital." I am almost sure that you will not find a ready-made solution, it is too atypical task for a mass solution. At least I didn't find it at the time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question