{"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\/es\/zero-shot-learning-simply-explained\/","title":{"rendered":"Aprendizaje de tiro cero (explicado de forma sencilla)"},"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\">Imagen 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)\">\u00bfQu\u00e9 es el aprendizaje sin disparos (ZSL)?<\/h2>\n\n\n\n<p><strong>Aprendizaje sin disparos (ZSL)<\/strong> es un enfoque de aprendizaje autom\u00e1tico que permite a los modelos reconocer y categorizar las cosas que han <strong>nunca antes visto<\/strong> sin necesitar ejemplos etiquetados de esas cosas nuevas durante el entrenamiento. A diferencia del aprendizaje supervisado, que requiere una gran cantidad de datos etiquetados, que deben categorizarse expl\u00edcitamente, ZSL utiliza informaci\u00f3n auxiliar como <strong>incrustaciones sem\u00e1nticas<\/strong> (que son representaciones num\u00e9ricas del significado de palabras o conceptos) o <strong>atributos<\/strong> (caracter\u00edsticas descriptivas como el color, la forma o la categor\u00eda).<\/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)\">\u00bfC\u00f3mo funciona Zero-Shot Learning?<\/h2>\n\n\n\n<p>Como hemos dicho anteriormente, la ZSL utiliza informaci\u00f3n auxiliar para rellenar el hueco entre lo que ha visto (\"clases vistas\") y lo que no (\"clases no vistas\"), he aqu\u00ed un desglose:<\/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>Clases vistas:<\/strong> Categor\u00edas en las que se ha entrenado el modelo, con ejemplos etiquetados.<\/li>\n\n\n\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Clases no vistas:<\/strong> Nuevas categor\u00edas que el modelo nunca ha visto durante el entrenamiento.<\/li>\n\n\n\n<li><strong>Informaci\u00f3n auxiliar:<\/strong> Descripciones, atributos o relaciones sem\u00e1nticas que describen clases vistas y no vistas (por ejemplo, \"una cebra es como un caballo pero con rayas\").<\/li>\n<\/ul>\n\n\n\n<p><strong>Ejemplo:<\/strong> Supongamos que has entrenado a tu modelo para reconocer caballos y gatos, pero nunca le ense\u00f1as una cebra. Entonces, procedes a describir c\u00f3mo es una cebra, por ejemplo podr\u00edas decir que una cebra es un \"caballo con rayas\", el modelo puede utilizar lo que sabe sobre los caballos y la nueva informaci\u00f3n sobre las rayas para identificar una cebra aunque nunca antes haya visto una.<\/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)\">\u00bfC\u00f3mo es el proceso?<\/h2>\n\n\n\n<p>El Aprendizaje Cero Disparos suele consistir en <strong>dos etapas 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>Formaci\u00f3n:<\/strong> Hacer que el modelo aprenda a partir de datos etiquetados para que pueda reconocer aquello en lo que ha sido entrenado.<\/li>\n\n\n\n<li><strong>Inferencia:<\/strong> Cuando al modelo se le muestra algo que no ha visto antes, utiliza la informaci\u00f3n auxiliar obtenida en el paso anterior y el nuevo ejemplo para hacer una predicci\u00f3n basada en las 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\">\u00bfPor qu\u00e9 es importante?<\/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>Ahorra tiempo y recursos: <\/strong>No es necesario recopilar y etiquetar enormes conjuntos de datos para cada categor\u00eda posible.<\/li>\n\n\n\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Se ocupa de casos raros o nuevos:<\/strong> Los modelos pueden reconocer clases nuevas, raras o emergentes sin necesidad de reentrenamiento.<\/li>\n\n\n\n<li><strong>Flexibilidad en el mundo real:<\/strong> \u00datil en \u00e1mbitos en los que aparecen nuevas categor\u00edas con frecuencia o es dif\u00edcil obtener datos etiquetados, como la imagen m\u00e9dica, el procesamiento del lenguaje o la vigilancia de la fauna salvaje.<\/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)\">Aplicaciones del aprendizaje de tiro por cero<\/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>Clasificaci\u00f3n de im\u00e1genes:<\/strong> Reconocer nuevos tipos de animales u objetos sin im\u00e1genes etiquetadas.<\/li>\n\n\n\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Procesamiento del lenguaje natural:<\/strong> Comprender nuevos temas o intenciones en un texto sin ejemplos expl\u00edcitos.<\/li>\n\n\n\n<li style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><strong>Diagn\u00f3stico m\u00e9dico:<\/strong> Identificaci\u00f3n de enfermedades raras mediante descripciones y relaciones con afecciones conocidas.<\/li>\n\n\n\n<li><strong>Calificaci\u00f3n automatizada:<\/strong> Generar comentarios para nuevos tipos de tareas utilizando el conocimiento de tareas similares.<\/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)\">Retos 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>Calidad de la informaci\u00f3n auxiliar:<\/strong> El \u00e9xito del modelo depende de lo bien que los atributos o descripciones capten las diferencias entre las clases.<\/li>\n\n\n\n<li><strong>L\u00edmites de generalizaci\u00f3n:<\/strong> Si las clases no vistas son muy diferentes de las vistas, el modelo puede tener dificultades para hacer predicciones precisas.<\/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)\">Resumen<\/h2>\n\n\n\n<p>El aprendizaje cero permite a los sistemas de IA dar sentido a lo desconocido aprovechando relaciones, descripciones y atributos, lo que les permite reconocer cosas nuevas sin haberlas visto antes. Esto hace que la IA sea m\u00e1s adaptable, eficiente y \u00fatil en un mundo en el que surgen constantemente nuevos datos y categor\u00edas.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">M\u00e1s informaci\u00f3n sobre 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\/es\/zero-shot-learning-simply-explained\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\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\/es\/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=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas Bedard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\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\":\"es\",\"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\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/businessphysics.ai\\\/zero-shot-learning-simply-explained\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@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\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/businessphysics.ai\\\/#organization\",\"name\":\"Business Physics AI Lab\",\"url\":\"https:\\\/\\\/businessphysics.ai\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@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\":\"es\",\"@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\\\/es\\\/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\/es\/zero-shot-learning-simply-explained\/","og_locale":"es_MX","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\/es\/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":{"Escrito por":"Thomas Bedard","Tiempo de lectura":"3 minutos"},"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":"es","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":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/businessphysics.ai\/zero-shot-learning-simply-explained\/"]}]},{"@type":"ImageObject","inLanguage":"es","@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":"Laboratorio de Inteligencia Artificial","description":"Sobre el fundador: El profesor Thomas Hormaza Dow fomenta un entorno en el que la investigaci\u00f3n se encuentra con la aplicaci\u00f3n, y en el que becarios, investigadores y l\u00edderes de la industria colaboran para desvelar nuevas fronteras.","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":"es"},{"@type":"Organization","@id":"https:\/\/businessphysics.ai\/#organization","name":"Laboratorio de Inteligencia Artificial","url":"https:\/\/businessphysics.ai\/","logo":{"@type":"ImageObject","inLanguage":"es","@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":"es","@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\/es\/author\/thomas-bedard\/"}]}},"_links":{"self":[{"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/posts\/150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/comments?post=150"}],"version-history":[{"count":1,"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/posts\/150\/revisions"}],"predecessor-version":[{"id":152,"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/posts\/150\/revisions\/152"}],"wp:attachment":[{"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/media?parent=150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/categories?post=150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/businessphysics.ai\/es\/wp-json\/wp\/v2\/tags?post=150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}