{"id":24416,"date":"2024-01-11T12:30:00","date_gmt":"2024-01-11T11:30:00","guid":{"rendered":"https:\/\/golem.ai\/?p=24416"},"modified":"2024-01-18T15:04:25","modified_gmt":"2024-01-18T14:04:25","slug":"mesure-performances-ia","status":"publish","type":"post","link":"https:\/\/miralia.ai\/en\/blog\/mesure-performances-ia","title":{"rendered":"F1 Score, F2 Score, Confidence Score: Which indicator to choose to evaluate the performance of an AI?"},"content":{"rendered":"<p class=\"wp-block-paragraph\">The efficiency and reliability of artificial intelligence systems are at the heart of the current concerns of more and more companies. Two essential measures stand out: the relevance calculation, and the confidence score. They play a crucial role in evaluating these systems. Moreover, they offer varied and complementary perspectives on the performance of AI models. This article aims to detail each of these measures, highlighting their use cases and uses.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The calculation of relevance<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To calculate the relevance of an AI, several scores are distinguished: score f1, score f2, or any other F-beta family are an example.<br>Pour expliquer ces scores-ci, prenons un exemple de classification. Imaginons que nous demandions \u00e0 notre intelligence artificielle d\u2019attribuer une cat\u00e9gorie ou plusieurs \u00e0 une donn\u00e9e.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For<a href=\"https:\/\/golem.ai\/fr\/produits\/inboxcare\">InboxCare<\/a> at Golem.ai this data may be:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>a message where each category represents one or more expressed intentions (complaints, request for quotation, document request, etc.)<\/li>\n\n\n\n<li>an attachment where each category represents the type of document (proof of identity, contract, quote, order, etc.)<\/li>\n\n\n\n<li>extracted information contained in a message or attachment (phone number, order number, address, etc.)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Scope : <\/strong>Three possible values A, B or C representing possible intentions received in a message. Messages may contain one or more intentions.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Given values by AI<\/th><th>Expected values<\/th><th>True Positive<\/th><th>True Negative<\/th><th>False Positive<\/th><th>False Negative<\/th><\/tr><\/thead><tbody><tr><td>A<\/td><td>AB<\/td><td>1<\/td><td>1<\/td><td><\/td><td>1<\/td><\/tr><tr><td>AB<\/td><td>AB<\/td><td>2<\/td><td>1<\/td><td><\/td><td><\/td><\/tr><tr><td>&#8211;<\/td><td>AB<\/td><td><\/td><td>1<\/td><td><\/td><td>2<\/td><\/tr><tr><td>C<\/td><td>AB<\/td><td><\/td><td><\/td><td>1<\/td><td>2<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s work step by step, and explain the notions of true positive, true negative, false positive, false negative, as well as the notions of precision and recall\/sensitivity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">True positive (tp): I waited, I had<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">True negative (tn)\u00a0: I didn't wait, i didn't have<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">False positive (fp) : I didn't wait, I had<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">False negative (fn) : I waited, I didn't have<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Precision<\/strong> \u00a0: The given category is correct. If you are answered, that is correct.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter is-resized\"><img decoding=\"async\" width=\"342\" height=\"88\" src=\"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05164635\/image-1.png\" alt=\"\" class=\"wp-image-24421\" style=\"width:252px;height:auto\" srcset=\"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05164635\/image-1-300x77.png 300w, https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05164635\/image-1-18x5.png 18w, https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05164635\/image-1.png 342w\" sizes=\"(max-width: 342px) 100vw, 342px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For example: I am a teacher of a class of 150 students, I want the AI to give me the names of all those who have had 16\/20 exactly. Well the accuracy will be the ability of the AI to give X times the correct answer, i.e., \u201c16\/20\u201d. Let\u2019s say the accuracy score is 80%, that means that 8 times out of 10 the AI gives me the name of someone who has had 16\/20, and 2 times the AI gives me the name of people who have not had 16\/20. The peculiarity is that here, we will have all the names of people who had 16\/20 in the class, but also with names that have not had 16\/20.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Recall \/ Sensibilit\u00e9<\/strong> : We detect enough of what is expected.<\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><img decoding=\"async\" width=\"193\" height=\"63\" src=\"https:\/\/lh7-us.googleusercontent.com\/tcPFOm9iXlVFJN3uP9ct_0-8uXfJ9Uj30GDBaMWgzv_wSw3T-w1EoKySTSnjKsXEJgpXvcp10HgGymqchHur3CYLltKvMkwNxg94-LMrFkArCUzK3OHLILfs4XTSc6XZIVS_vvNDvwAfykMv6PiBrkQ\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s take the example of the class of 150 students, recall means the fact that AI will give a good answer overall, that is to say give me the name of someone who had 16\/20.\u00a0 The peculiarity here is that we will not however have all the names having had 16\/20 in the class.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To differentiate these two parameters, precision quantifies the fact that the AI response is correct, while recall\/sensitivity refers to the fact that <strong>overall<\/strong>, what is given by the AI is correct.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You need to understand accuracy and recall to understand the formula of F1 score and F2 score.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>F-beta scoring formulas<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The F-beta score (F\u03b2) is a statistical measure used in machine learning to evaluate the performance of a classification model, especially in situations where the balance between accuracy (precision) and sensitivity (recall) is important and may require adjustment based on specific needs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The F-beta score is a weighted harmonic mean of accuracy and sensitivity, where a parameter \u03b2 is used to determine the relative weight given to recall versus precision :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If \u03b2 &gt; 1, the score gives more weight to recall, which is useful in situations where false negatives (not detecting a real positive case) are more problematic than false positives.<\/li>\n\n\n\n<li>If \u03b2 &lt; 1, the score puts more emphasis on precision, which is appropriate when false positives (wrongly identifying a negative case as positive) are of greater concern.<\/li>\n\n\n\n<li>If \u03b2 = 1, this leads to the F1 score, which gives equal importance to precision and recall.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Therefore, depending on the needs of a company, one of these two scores would be wiser to favor. If a company needs an AI with a good precision rate such as a good recall rate, the F1 score is preferred, if a company needs an AI to perform very well in recall but not <strong>necessarily <\/strong>in precision, the f2 score is preferred.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With <a href=\"https:\/\/golem.ai\/fr\/solutions\/relation-client?utm_source=google&amp;utm_medium=cpc&amp;utm_campaign=%7Bcampaign_id%7D&amp;utm_term=golem.ai&amp;hsa_acc=6170416354&amp;hsa_cam=11796441979&amp;hsa_grp=111448482901&amp;hsa_ad=484725006909&amp;hsa_src=g&amp;hsa_tgt=kwd-1395187281768&amp;hsa_kw=golem.ai&amp;hsa_mt=b&amp;hsa_net=adwords&amp;hsa_ver=3&amp;gad_source=1&amp;gclid=Cj0KCQiAy9msBhD0ARIsANbk0A90cm7nPdL1B6KPhFrivGlNa4GispsHru_2zbzBycMkxH-ZjtR4HvUaAgO2EALw_wcB\">InboxCare<\/a>, the problem is much more complicated than finding only the names of those who had 16\/20. Indeed, InboxCare allows the extraction of information, the categorization of attachments, and the categorization of incoming messages.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This data is often used by our customers to automate processes such as the enrichment or updating of customer records through information\/ documents received, automatic filling of forms.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At Golem.ai, we favour the F1 score because for the use cases of our customers, it is necessary to have a balance between a good precision rate and a good recall rate.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"702\" height=\"182\" src=\"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05164635\/image.png\" alt=\"\" class=\"wp-image-24420\" style=\"width:320px;height:auto\" srcset=\"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05164635\/image-300x78.png 300w, https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05164635\/image-18x5.png 18w, https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05164635\/image.png 702w\" sizes=\"(max-width: 702px) 100vw, 702px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Moreover, there is a question about the automation of these processes that are processed by other information systems: How to ensure that the AI process is accurate in real time? If a false positive is sent to an automation system, what will the impacts be? It is in this case that we seek with our customers to minimize this scenario.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is where the confidence score comes in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Confidence score<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The confidence score is also a measure of AI performance. Where we seek to measure the relevance of our AI through tests where the expected result is pre-defined.<br>The trust score will attempt to define the \u201ctrust\u201d the algorithm has in its response when rendering.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Worded differently:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Relevance: We observe that AI responds correctly to outcomes we have defined<\/li>\n\n\n\n<li>confidence: AI seems confident in the veracity of its response<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The complexity of this score is that it is particularly difficult to predict this confidence. If we were able to do so, artificial intelligence would never again make mistakes in any field of application.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At <a href=\"https:\/\/golem.ai\/fr\/\">Golem.ai<\/a>, the relevance rate is on average 87% on an F1 score, so the issue of trust is quite low. But we are now working to add this confidence score to meet the expectations of our customers on an increasing demand for post-Inboxcare automation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Several approaches are under study but we rely on the explainability of our AI by comparing the detailed results of our AI and the content of each message from our test sets to the result and content of the message processed by our <a href=\"https:\/\/golem.ai\/en\/blog\/linguistique\/nlp-nlg-nlu-definitions\">NLU<\/a> to determine if the outcome is consistent.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u201cIf the result is a category A and the content of the message as well as the explanation of this result of our NLU resembles the message content that we know and that are really category A then we feel that our confidence in the result is high\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is essential to emphasize that these different performance indicators should not be contrasted, but rather used wisely according to their specificities and the specific needs of each company. The F1 and F2 scores, although similar, are distinguished by their respective weighting of accuracy and recall. The choice between these two measures depends on the company\u2019s priorities: a balance between accuracy and recall for the F1 score, or an increased importance of recall for the F2 score.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the other hand, the confidence score offers a different perspective, assessing the probability that an AI response is correct based on its database. Therefore, it is important to note that the f1 score, and the f2 score are a measure based on a context where the result is defined, while the confidence score is a real-time measure of an AI. It is generally less reliable than a score that is based on predefined results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thus, each of these indicators brings a different light on the performance of an AI system, and their joint use allows a more complete and nuanced evaluation.&nbsp;<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>D\u00e9finitions et analyses des diff\u00e9rents indicateurs de performances d&rsquo;une IA tels que le score F1, le score F2 et le score de confiance.<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>","protected":false},"author":23,"featured_media":24418,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[68,74],"tags":[76,107,75,190,189],"class_list":["post-24416","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-technologie","tag-ia","tag-indicateur","tag-intelligence-artificielle","tag-mesure","tag-performance"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Score F1, Score F2 et Score de Confiance : Comment mesurer les performances d\u2019une IA?<\/title>\n<meta name=\"description\" content=\"Analyse des diff\u00e9rents indicateurs de performance d\u2019une IA pour une \u00e9valuation optimale.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/miralia.ai\/en\/blog\/mesure-performances-ia\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Comment mesurer la performance d\u2019une intelligence artificielle ?\" \/>\n<meta property=\"og:description\" content=\"Score F1, Score F2, Score de Confiance : les indicateurs de performance d\u2019une IA.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/miralia.ai\/en\/blog\/mesure-performances-ia\/\" \/>\n<meta property=\"og:site_name\" content=\"Miralia.ai\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-11T11:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-18T14:04:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05163714\/Indicateur_Performances_RS.png\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sammy Govin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@miralia_ai\" \/>\n<meta name=\"twitter:site\" content=\"@miralia_ai\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia\"},\"author\":{\"name\":\"Sammy Govin\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#\\\/schema\\\/person\\\/c8dda52df4ee61875af446746682491a\"},\"headline\":\"Score F1, Score F2, Score de Confiance : Quel indicateur choisir pour \u00e9valuer la performance d\u2019une IA?\",\"datePublished\":\"2024-01-11T11:30:00+00:00\",\"dateModified\":\"2024-01-18T14:04:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia\"},\"wordCount\":1638,\"publisher\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/05163710\\\/Indicateur_Performances_PB.png\",\"keywords\":[\"IA\",\"indicateur\",\"intelligence artificielle\",\"mesure\",\"performance\"],\"articleSection\":[\"Blog\",\"Technologie\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia\",\"url\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia\",\"name\":\"Score F1, Score F2 et Score de Confiance : Comment mesurer les performances d\u2019une IA?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/05163710\\\/Indicateur_Performances_PB.png\",\"datePublished\":\"2024-01-11T11:30:00+00:00\",\"dateModified\":\"2024-01-18T14:04:25+00:00\",\"description\":\"Analyse des diff\u00e9rents indicateurs de performance d\u2019une IA pour une \u00e9valuation optimale.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/mesure-performances-ia#primaryimage\",\"url\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/05163714\\\/Indicateur_Performances_RS.png\",\"contentUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/05163714\\\/Indicateur_Performances_RS.png\",\"width\":\"\",\"height\":\"\",\"caption\":\"Comment mesurer la performance d'une IA?\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/\",\"name\":\"Miralia.ai\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#organization\",\"name\":\"Miralia\",\"url\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/07142128\\\/Logo-Miralia.png\",\"contentUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/07142128\\\/Logo-Miralia.png\",\"width\":1061,\"height\":211,\"caption\":\"Miralia\"},\"image\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/miralia_ai\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/miralia\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#\\\/schema\\\/person\\\/c8dda52df4ee61875af446746682491a\",\"name\":\"Sammy Govin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/26113926\\\/IMG_8389-150x150.jpg\",\"url\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/26113926\\\/IMG_8389-150x150.jpg\",\"contentUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/26113926\\\/IMG_8389-150x150.jpg\",\"caption\":\"Sammy Govin\"},\"url\":\"https:\\\/\\\/miralia.ai\\\/en\\\/auteur\\\/sammy-govin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Score F1, Score F2 et Score de Confiance : Comment mesurer les performances d\u2019une IA?","description":"Analyse des diff\u00e9rents indicateurs de performance d\u2019une IA pour une \u00e9valuation optimale.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/miralia.ai\/en\/blog\/mesure-performances-ia\/","og_locale":"en_US","og_type":"article","og_title":"Comment mesurer la performance d\u2019une intelligence artificielle ?","og_description":"Score F1, Score F2, Score de Confiance : les indicateurs de performance d\u2019une IA.","og_url":"https:\/\/miralia.ai\/en\/blog\/mesure-performances-ia\/","og_site_name":"Miralia.ai","article_published_time":"2024-01-11T11:30:00+00:00","article_modified_time":"2024-01-18T14:04:25+00:00","og_image":[{"url":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05163714\/Indicateur_Performances_RS.png","width":"","height":"","type":"image\/png"}],"author":"Sammy Govin","twitter_card":"summary_large_image","twitter_creator":"@miralia_ai","twitter_site":"@miralia_ai","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/miralia.ai\/blog\/mesure-performances-ia#article","isPartOf":{"@id":"https:\/\/miralia.ai\/blog\/mesure-performances-ia"},"author":{"name":"Sammy Govin","@id":"https:\/\/miralia.ai\/fr\/#\/schema\/person\/c8dda52df4ee61875af446746682491a"},"headline":"Score F1, Score F2, Score de Confiance : Quel indicateur choisir pour \u00e9valuer la performance d\u2019une IA?","datePublished":"2024-01-11T11:30:00+00:00","dateModified":"2024-01-18T14:04:25+00:00","mainEntityOfPage":{"@id":"https:\/\/miralia.ai\/blog\/mesure-performances-ia"},"wordCount":1638,"publisher":{"@id":"https:\/\/miralia.ai\/fr\/#organization"},"image":{"@id":"https:\/\/miralia.ai\/blog\/mesure-performances-ia#primaryimage"},"thumbnailUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05163710\/Indicateur_Performances_PB.png","keywords":["IA","indicateur","intelligence artificielle","mesure","performance"],"articleSection":["Blog","Technologie"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/miralia.ai\/blog\/mesure-performances-ia","url":"https:\/\/miralia.ai\/blog\/mesure-performances-ia","name":"Score F1, Score F2 et Score de Confiance : Comment mesurer les performances d\u2019une IA?","isPartOf":{"@id":"https:\/\/miralia.ai\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/miralia.ai\/blog\/mesure-performances-ia#primaryimage"},"image":{"@id":"https:\/\/miralia.ai\/blog\/mesure-performances-ia#primaryimage"},"thumbnailUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05163710\/Indicateur_Performances_PB.png","datePublished":"2024-01-11T11:30:00+00:00","dateModified":"2024-01-18T14:04:25+00:00","description":"Analyse des diff\u00e9rents indicateurs de performance d\u2019une IA pour une \u00e9valuation optimale.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/miralia.ai\/blog\/mesure-performances-ia"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/miralia.ai\/blog\/mesure-performances-ia#primaryimage","url":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05163714\/Indicateur_Performances_RS.png","contentUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/01\/05163714\/Indicateur_Performances_RS.png","width":"","height":"","caption":"Comment mesurer la performance d'une IA?"},{"@type":"WebSite","@id":"https:\/\/miralia.ai\/fr\/#website","url":"https:\/\/miralia.ai\/fr\/","name":"Miralia.ai","description":"","publisher":{"@id":"https:\/\/miralia.ai\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/miralia.ai\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/miralia.ai\/fr\/#organization","name":"Miralia","url":"https:\/\/miralia.ai\/fr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/miralia.ai\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2026\/01\/07142128\/Logo-Miralia.png","contentUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2026\/01\/07142128\/Logo-Miralia.png","width":1061,"height":211,"caption":"Miralia"},"image":{"@id":"https:\/\/miralia.ai\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/miralia_ai","https:\/\/www.linkedin.com\/company\/miralia\/"]},{"@type":"Person","@id":"https:\/\/miralia.ai\/fr\/#\/schema\/person\/c8dda52df4ee61875af446746682491a","name":"Sammy Govin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2023\/10\/26113926\/IMG_8389-150x150.jpg","url":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2023\/10\/26113926\/IMG_8389-150x150.jpg","contentUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2023\/10\/26113926\/IMG_8389-150x150.jpg","caption":"Sammy Govin"},"url":"https:\/\/miralia.ai\/en\/auteur\/sammy-govin"}]}},"_links":{"self":[{"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/posts\/24416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/comments?post=24416"}],"version-history":[{"count":5,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/posts\/24416\/revisions"}],"predecessor-version":[{"id":25426,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/posts\/24416\/revisions\/25426"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/media\/24418"}],"wp:attachment":[{"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/media?parent=24416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/categories?post=24416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/tags?post=24416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}