{"id":150,"date":"2025-04-28T22:01:45","date_gmt":"2025-04-29T02:01:45","guid":{"rendered":"https:\/\/businessphysics.ai\/?p=150"},"modified":"2025-04-28T22:01:47","modified_gmt":"2025-04-29T02:01:47","slug":"zero-shot-learning-simply-explained","status":"publish","type":"post","link":"https:\/\/businessphysics.ai\/fr\/zero-shot-learning-simply-explained\/","title":{"rendered":"L'apprentissage \u00e0 partir de z\u00e9ro (expliqu\u00e9 simplement)"},"content":{"rendered":"<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"904\" height=\"516\" src=\"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL.jpeg\" alt=\"\" class=\"wp-image-151\" srcset=\"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL.jpeg 904w, https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL-300x171.jpeg 300w, https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL-768x438.jpeg 768w, https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL-18x10.jpeg 18w\" sizes=\"auto, (max-width: 904px) 100vw, 904px\" \/><figcaption class=\"wp-element-caption\">Image de : https:\/\/encord.com\/blog\/zero-shot-learning-explained\/<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\">Qu'est-ce que l'apprentissage \u00e0 partir de z\u00e9ro (ZSL) ?<\/h2>\n\n\n\n<p><strong>Apprentissage \u00e0 partir de z\u00e9ro (ZSL)<\/strong> est une approche d'apprentissage automatique qui permet aux mod\u00e8les de reconna\u00eetre et de cat\u00e9goriser les choses qu'ils ont d\u00e9j\u00e0 vues. <strong>jamais vu auparavant<\/strong> sans avoir besoin d'exemples \u00e9tiquet\u00e9s de ces nouveaux \u00e9l\u00e9ments pendant la formation. Contrairement \u00e0 l'apprentissage supervis\u00e9 qui n\u00e9cessite un grand nombre de donn\u00e9es \u00e9tiquet\u00e9es, qui doivent \u00eatre cat\u00e9goris\u00e9es explicitement, ZSL utilise des informations auxiliaires telles que <strong>ench\u00e2ssements s\u00e9mantiques<\/strong> (qui sont des repr\u00e9sentations num\u00e9riques de la signification des mots ou des concepts) ou <strong>attributs<\/strong> (caract\u00e9ristiques descriptives telles que la couleur, la forme ou la cat\u00e9gorie).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\">Comment fonctionne l'apprentissage Zero-Shot ?<\/h2>\n\n\n\n<p>Comme nous l'avons dit pr\u00e9c\u00e9demment, ZSL utilise des informations auxiliaires pour combler l'\u00e9cart entre ce qu'il a vu (\"classes vues\") et ce qu'il n'a pas vu (\"classes non vues\") :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Classes vues :<\/strong> Cat\u00e9gories sur lesquelles le mod\u00e8le est form\u00e9, avec des exemples \u00e9tiquet\u00e9s.<\/li>\n\n\n\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Classes invisibles :<\/strong> Nouvelles cat\u00e9gories que le mod\u00e8le n'a jamais vues au cours de la formation.<\/li>\n\n\n\n<li><strong>Informations auxiliaires :<\/strong> Descriptions, attributs ou relations s\u00e9mantiques qui d\u00e9crivent \u00e0 la fois des classes visibles et invisibles (par exemple, \"un z\u00e8bre est comme un cheval mais avec des rayures\").<\/li>\n<\/ul>\n\n\n\n<p><strong>Exemple :<\/strong> Supposons que vous ayez entra\u00een\u00e9 votre mod\u00e8le \u00e0 reconna\u00eetre des chevaux et des chats, mais que vous ne lui ayez jamais montr\u00e9 un z\u00e8bre. Le mod\u00e8le peut utiliser ce qu'il sait des chevaux et les nouvelles informations sur les rayures pour identifier un z\u00e8bre, m\u00eame s'il n'en a jamais vu auparavant.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\">Comment se d\u00e9roule le processus ?<\/h2>\n\n\n\n<p>L'apprentissage \u00e0 partir de z\u00e9ro consiste g\u00e9n\u00e9ralement \u00e0 <strong>deux \u00e9tapes principales :<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Formation :<\/strong> Faire en sorte que le mod\u00e8le apprenne \u00e0 partir de donn\u00e9es \u00e9tiquet\u00e9es afin qu'il puisse reconna\u00eetre ce sur quoi il a \u00e9t\u00e9 form\u00e9.<\/li>\n\n\n\n<li><strong>D\u00e9duction :<\/strong> Lorsqu'on montre au mod\u00e8le quelque chose qu'il n'a pas vu auparavant, il utilise les informations auxiliaires qu'il a acquises lors de l'\u00e9tape pr\u00e9c\u00e9dente et le nouvel exemple pour faire une pr\u00e9diction bas\u00e9e sur les similitudes.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"margin-top:var(--wp--preset--spacing--20);margin-right:0;margin-bottom:var(--wp--preset--spacing--20);margin-left:0\">Pourquoi est-ce important ?<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Gain de temps et de ressources : <\/strong>Il n'est pas n\u00e9cessaire de collecter et d'\u00e9tiqueter d'\u00e9normes ensembles de donn\u00e9es pour chaque cat\u00e9gorie possible.<\/li>\n\n\n\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Traite les cas rares ou nouveaux :<\/strong> Les mod\u00e8les peuvent reconna\u00eetre des classes nouvelles, rares ou \u00e9mergentes sans n\u00e9cessiter de recyclage.<\/li>\n\n\n\n<li><strong>Flexibilit\u00e9 dans le monde r\u00e9el :<\/strong> Utile dans les domaines o\u00f9 de nouvelles cat\u00e9gories apparaissent souvent ou o\u00f9 il est difficile d'obtenir des donn\u00e9es \u00e9tiquet\u00e9es, comme l'imagerie m\u00e9dicale, le traitement du langage ou la surveillance de la faune.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\">Applications de l'apprentissage \u00e0 partir de z\u00e9ro<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Classification des images :<\/strong> Reconna\u00eetre de nouveaux types d'animaux ou d'objets sans images \u00e9tiquet\u00e9es.<\/li>\n\n\n\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Traitement du langage naturel :<\/strong> Comprendre de nouveaux sujets ou de nouvelles intentions dans un texte sans exemples explicites.<\/li>\n\n\n\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Diagnostic m\u00e9dical :<\/strong> Identifier les maladies rares \u00e0 l'aide de descriptions et de liens avec des maladies connues.<\/li>\n\n\n\n<li><strong>Notation automatis\u00e9e :<\/strong> G\u00e9n\u00e9rer un retour d'information pour de nouveaux types de missions en utilisant la connaissance de t\u00e2ches similaires.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\">Les d\u00e9fis de ZSL<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Qualit\u00e9 des informations auxiliaires :<\/strong> Le succ\u00e8s du mod\u00e8le d\u00e9pend de la mani\u00e8re dont les attributs ou les descriptions rendent compte des diff\u00e9rences entre les classes.<\/li>\n\n\n\n<li><strong>Limites de la g\u00e9n\u00e9ralisation :<\/strong> Si les classes non vues sont tr\u00e8s diff\u00e9rentes des classes vues, le mod\u00e8le peut avoir du mal \u00e0 faire des pr\u00e9dictions pr\u00e9cises.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\">R\u00e9sum\u00e9<\/h2>\n\n\n\n<p>L'apprentissage \u00e0 partir de z\u00e9ro permet aux syst\u00e8mes d'IA de donner un sens \u00e0 l'inconnu en s'appuyant sur les relations, les descriptions et les attributs, ce qui leur permet de reconna\u00eetre de nouvelles choses sans les avoir jamais vues auparavant. L'IA devient ainsi plus adaptable, plus efficace et plus utile dans un monde o\u00f9 de nouvelles donn\u00e9es et cat\u00e9gories apparaissent constamment.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">En savoir plus sur Zero-Shot Learning<\/h3>\n\n\n\n<p style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>IBM :<\/strong> <a href=\"https:\/\/www.ibm.com\/think\/topics\/zero-shot-learning\">https:\/\/www.ibm.com\/think\/topics\/zero-shot-learning<\/a><br><strong>Grammarly :<\/strong> <a href=\"https:\/\/www.grammarly.com\/blog\/ai\/what-is-zero-shot-learning\/\">https:\/\/www.grammarly.com\/blog\/ai\/what-is-zero-shot-learning\/<\/a><br><strong>V7Labs :<\/strong> <a href=\"https:\/\/www.v7labs.com\/blog\/zero-shot-learning-guide\">https:\/\/www.v7labs.com\/blog\/zero-shot-learning-guide<\/a><br><strong>Encord :<\/strong> <a href=\"https:\/\/encord.com\/blog\/zero-shot-learning-explained\/\">https:\/\/encord.com\/blog\/zero-shot-learning-explained\/<\/a><\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>What is Zero-shot learning (ZSL) ? Zero-shot learning (ZSL) is a machine learning approach that enables models to recognize and categorize things they have never seen before without needing any labeled examples of those new things during training. Unlike supervised learning that require a lot of labeled data, that must be categorized explicitly, ZSL uses [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[34,35],"class_list":["post-150","post","type-post","status-publish","format-standard","hentry","category-ai-article","tag-zero-shot-learning","tag-zsl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Zero-Shot Learning (Simply Explained) - Business Physics AI Lab<\/title>\n<meta name=\"description\" content=\"What is Zero-Shot Learning ? In this short article, we discuss what it is, how does it work, why is it important and more !\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/businessphysics.ai\/fr\/zero-shot-learning-simply-explained\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zero-Shot Learning (Simply Explained) - Business Physics AI Lab\" \/>\n<meta property=\"og:description\" content=\"What is Zero-Shot Learning ? In this short article, we discuss what it is, how does it work, why is it important and more !\" \/>\n<meta property=\"og:url\" content=\"https:\/\/businessphysics.ai\/fr\/zero-shot-learning-simply-explained\/\" \/>\n<meta property=\"og:site_name\" content=\"Business Physics AI Lab\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-29T02:01:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-29T02:01:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"904\" \/>\n\t<meta property=\"og:image:height\" content=\"516\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Thomas Bedard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas Bedard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimation du temps de lecture\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/\"},\"author\":{\"name\":\"Thomas Bedard\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#\\\/schema\\\/person\\\/337b2d796da9445d118014b3f47fd0f9\"},\"headline\":\"Zero-Shot Learning (Simply Explained)\",\"datePublished\":\"2025-04-29T02:01:45+00:00\",\"dateModified\":\"2025-04-29T02:01:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/\"},\"wordCount\":554,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/businessphysics.ai\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/ZSL.jpeg\",\"keywords\":[\"Zero-Shot Learning\",\"ZSL\"],\"articleSection\":[\"AI Article\"],\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/\",\"url\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/\",\"name\":\"Zero-Shot Learning (Simply Explained) - Business Physics AI Lab\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/businessphysics.ai\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/ZSL.jpeg\",\"datePublished\":\"2025-04-29T02:01:45+00:00\",\"dateModified\":\"2025-04-29T02:01:47+00:00\",\"description\":\"What is Zero-Shot Learning ? In this short article, we discuss what it is, how does it work, why is it important and more !\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/#primaryimage\",\"url\":\"https:\\\/\\\/businessphysics.ai\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/ZSL.jpeg\",\"contentUrl\":\"https:\\\/\\\/businessphysics.ai\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/ZSL.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/businessphysics.ai\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zero-Shot Learning (Simply Explained)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#website\",\"url\":\"https:\\\/\\\/businessphysics.ai\\\/\",\"name\":\"Business Physics AI Lab\",\"description\":\"About the Founder: Professor Thomas Hormaza Dow fosters an environment where research meets application, and where interns, researchers, and industry leaders collaborate to unlock new frontiers.\",\"publisher\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/businessphysics.ai\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#organization\",\"name\":\"Business Physics AI Lab\",\"url\":\"https:\\\/\\\/businessphysics.ai\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/businessphysics.ai\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/business-physics-logo-large-720.jpg\",\"contentUrl\":\"https:\\\/\\\/businessphysics.ai\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/business-physics-logo-large-720.jpg\",\"width\":720,\"height\":720,\"caption\":\"Business Physics AI Lab\"},\"image\":{\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#\\\/schema\\\/person\\\/337b2d796da9445d118014b3f47fd0f9\",\"name\":\"Thomas Bedard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6b5f80a3d129991d23276ed930ddd1bd960279e44a5e67a61e379b2b130493a9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6b5f80a3d129991d23276ed930ddd1bd960279e44a5e67a61e379b2b130493a9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6b5f80a3d129991d23276ed930ddd1bd960279e44a5e67a61e379b2b130493a9?s=96&d=mm&r=g\",\"caption\":\"Thomas Bedard\"},\"url\":\"https:\\\/\\\/businessphysics.ai\\\/fr\\\/author\\\/thomas-bedard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Zero-Shot Learning (Simply Explained) - Business Physics AI Lab","description":"What is Zero-Shot Learning ? In this short article, we discuss what it is, how does it work, why is it important and more !","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:\/\/businessphysics.ai\/fr\/zero-shot-learning-simply-explained\/","og_locale":"fr_CA","og_type":"article","og_title":"Zero-Shot Learning (Simply Explained) - Business Physics AI Lab","og_description":"What is Zero-Shot Learning ? In this short article, we discuss what it is, how does it work, why is it important and more !","og_url":"https:\/\/businessphysics.ai\/fr\/zero-shot-learning-simply-explained\/","og_site_name":"Business Physics AI Lab","article_published_time":"2025-04-29T02:01:45+00:00","article_modified_time":"2025-04-29T02:01:47+00:00","og_image":[{"width":904,"height":516,"url":"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL.jpeg","type":"image\/jpeg"}],"author":"Thomas Bedard","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"Thomas Bedard","Estimation du temps de lecture":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/#article","isPartOf":{"@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/"},"author":{"name":"Thomas Bedard","@id":"https:\/\/businessphysics.ai\/#\/schema\/person\/337b2d796da9445d118014b3f47fd0f9"},"headline":"Zero-Shot Learning (Simply Explained)","datePublished":"2025-04-29T02:01:45+00:00","dateModified":"2025-04-29T02:01:47+00:00","mainEntityOfPage":{"@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/"},"wordCount":554,"commentCount":0,"publisher":{"@id":"https:\/\/businessphysics.ai\/#organization"},"image":{"@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL.jpeg","keywords":["Zero-Shot Learning","ZSL"],"articleSection":["AI Article"],"inLanguage":"fr-CA","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/","url":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/","name":"Zero-Shot Learning (Simply Explained) - Business Physics AI Lab","isPartOf":{"@id":"https:\/\/businessphysics.ai\/#website"},"primaryImageOfPage":{"@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/#primaryimage"},"image":{"@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL.jpeg","datePublished":"2025-04-29T02:01:45+00:00","dateModified":"2025-04-29T02:01:47+00:00","description":"What is Zero-Shot Learning ? In this short article, we discuss what it is, how does it work, why is it important and more !","breadcrumb":{"@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/#primaryimage","url":"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL.jpeg","contentUrl":"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/04\/ZSL.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/businessphysics.ai\/"},{"@type":"ListItem","position":2,"name":"Zero-Shot Learning (Simply Explained)"}]},{"@type":"WebSite","@id":"https:\/\/businessphysics.ai\/#website","url":"https:\/\/businessphysics.ai\/","name":"Business Physics AI Lab","description":"\u00c0 propos du fondateur : Le professeur Thomas Hormaza Dow favorise un environnement o\u00f9 la recherche rencontre l'application, et o\u00f9 les stagiaires, les chercheurs et les leaders de l'industrie collaborent pour ouvrir de nouvelles fronti\u00e8res.","publisher":{"@id":"https:\/\/businessphysics.ai\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/businessphysics.ai\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/businessphysics.ai\/#organization","name":"Business Physics AI Lab","url":"https:\/\/businessphysics.ai\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/businessphysics.ai\/#\/schema\/logo\/image\/","url":"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/01\/business-physics-logo-large-720.jpg","contentUrl":"https:\/\/businessphysics.ai\/wp-content\/uploads\/2025\/01\/business-physics-logo-large-720.jpg","width":720,"height":720,"caption":"Business Physics AI Lab"},"image":{"@id":"https:\/\/businessphysics.ai\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/businessphysics.ai\/#\/schema\/person\/337b2d796da9445d118014b3f47fd0f9","name":"Thomas Bedard","image":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/6b5f80a3d129991d23276ed930ddd1bd960279e44a5e67a61e379b2b130493a9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6b5f80a3d129991d23276ed930ddd1bd960279e44a5e67a61e379b2b130493a9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6b5f80a3d129991d23276ed930ddd1bd960279e44a5e67a61e379b2b130493a9?s=96&d=mm&r=g","caption":"Thomas Bedard"},"url":"https:\/\/businessphysics.ai\/fr\/author\/thomas-bedard\/"}]}},"_links":{"self":[{"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/posts\/150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/comments?post=150"}],"version-history":[{"count":1,"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/posts\/150\/revisions"}],"predecessor-version":[{"id":152,"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/posts\/150\/revisions\/152"}],"wp:attachment":[{"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/media?parent=150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/categories?post=150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/businessphysics.ai\/fr\/wp-json\/wp\/v2\/tags?post=150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}