{"id":1851,"date":"2025-08-03T02:44:14","date_gmt":"2025-08-03T02:44:14","guid":{"rendered":"https:\/\/itxperts.co.in\/blog\/?p=1851"},"modified":"2025-08-03T02:44:15","modified_gmt":"2025-08-03T02:44:15","slug":"what-is-machine-learning-introduction-for-beginners","status":"publish","type":"post","link":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/","title":{"rendered":"What is Machine Learning? Introduction for Beginners"},"content":{"rendered":"\n<p><strong>Machine Learning (ML)<\/strong> is one of the most exciting technologies of the 21st century. From voice assistants and recommendation systems to self-driving cars and medical diagnoses, machine learning is everywhere. But what exactly is it, and why is it so important today?<\/p>\n\n\n\n<p>This post provides a beginner-friendly introduction to machine learning, its types, and its real-world applications.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What is Machine Learning?<\/h2>\n\n\n\n<p>Machine Learning is a branch of artificial intelligence (AI) that enables computers to learn from data and make decisions without being explicitly programmed.<\/p>\n\n\n\n<p>In traditional programming, you write rules and logic manually. But in machine learning, the system learns patterns from data and creates its own logic to solve problems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example<\/h3>\n\n\n\n<p>If you want a computer to recognize spam emails, you don&#8217;t have to define every spam rule manually. Instead, you can feed it thousands of spam and non-spam emails, and it learns the patterns that define spam messages.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why is Machine Learning Important?<\/h2>\n\n\n\n<p>Machine learning allows us to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automate complex decision-making processes<\/li>\n\n\n\n<li>Make predictions and recommendations from data<\/li>\n\n\n\n<li>Find patterns and insights in large datasets<\/li>\n\n\n\n<li>Improve over time without manual intervention<\/li>\n<\/ul>\n\n\n\n<p>This makes it useful across almost every industry, including healthcare, finance, retail, education, and transportation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Types of Machine Learning<\/h2>\n\n\n\n<p>There are three main types of machine learning:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Supervised Learning<\/h3>\n\n\n\n<p>In supervised learning, the algorithm is trained on labeled data. That means the input comes with the correct output.<\/p>\n\n\n\n<p>Example: Predicting house prices based on features like size, location, and age.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Unsupervised Learning<\/h3>\n\n\n\n<p>In unsupervised learning, the data has no labels. The algorithm tries to find patterns and structure in the data.<\/p>\n\n\n\n<p>Example: Customer segmentation based on shopping behavior.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Reinforcement Learning<\/h3>\n\n\n\n<p>In reinforcement learning, the system learns by interacting with an environment and receiving feedback in the form of rewards or penalties.<\/p>\n\n\n\n<p>Example: Training a robot to walk or an AI to play chess.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Common Applications of Machine Learning<\/h2>\n\n\n\n<p>Here are some real-world examples of machine learning in action:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Email spam detection<\/li>\n\n\n\n<li>Product recommendations on Amazon or Netflix<\/li>\n\n\n\n<li>Voice assistants like Alexa or Siri<\/li>\n\n\n\n<li>Fraud detection in banking<\/li>\n\n\n\n<li>Medical image analysis<\/li>\n\n\n\n<li>Self-driving cars<\/li>\n\n\n\n<li>Stock price prediction<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">How Does Machine Learning Work?<\/h2>\n\n\n\n<p>At a high level, the process involves the following steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Collect Data<\/strong>: Gather data relevant to the problem.<\/li>\n\n\n\n<li><strong>Preprocess Data<\/strong>: Clean and prepare the data.<\/li>\n\n\n\n<li><strong>Train Model<\/strong>: Use algorithms to learn from the data.<\/li>\n\n\n\n<li><strong>Test Model<\/strong>: Check how well the model performs on new data.<\/li>\n\n\n\n<li><strong>Deploy Model<\/strong>: Use the model in real applications.<\/li>\n\n\n\n<li><strong>Improve Over Time<\/strong>: Refine the model with more data.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Popular Machine Learning Algorithms<\/h2>\n\n\n\n<p>Some commonly used ML algorithms include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Linear Regression<\/li>\n\n\n\n<li>Logistic Regression<\/li>\n\n\n\n<li>Decision Trees<\/li>\n\n\n\n<li>Random Forest<\/li>\n\n\n\n<li>K-Nearest Neighbors (KNN)<\/li>\n\n\n\n<li>Support Vector Machines (SVM)<\/li>\n\n\n\n<li>K-Means Clustering<\/li>\n\n\n\n<li>Naive Bayes<\/li>\n<\/ul>\n\n\n\n<p>These algorithms form the core of most ML projects and are essential for beginners to learn.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Machine learning is a powerful tool that allows computers to make data-driven decisions and predictions. It is transforming how we work, shop, communicate, and live. Whether you&#8217;re a student, developer, or entrepreneur, learning ML can open up new opportunities and future-proof your career.<\/p>\n\n\n\n<p>In the upcoming posts, we will explore different types of ML, algorithms, and real-world projects to help you get started.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Machine Learning (ML) is one of the most exciting technologies of the 21st century. From voice assistants and recommendation systems to self-driving cars and medical diagnoses, machine learning is everywhere. But what exactly is it, and why is it so important today? This post provides a beginner-friendly introduction to machine learning, its types, and its [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"googlesitekit_rrm_CAow44u0DA:productID":"","footnotes":""},"categories":[216],"tags":[],"class_list":["post-1851","post","type-post","status-publish","format-standard","hentry","category-beginner-level-foundational"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is Machine Learning? Introduction for Beginners - Itxperts<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Machine Learning? Introduction for Beginners - Itxperts\" \/>\n<meta property=\"og:description\" content=\"Machine Learning (ML) is one of the most exciting technologies of the 21st century. From voice assistants and recommendation systems to self-driving cars and medical diagnoses, machine learning is everywhere. But what exactly is it, and why is it so important today? This post provides a beginner-friendly introduction to machine learning, its types, and its [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/\" \/>\n<meta property=\"og:site_name\" content=\"Itxperts\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/itxperts.co.in\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-03T02:44:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-03T02:44:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-cropped-itxperts_logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"436\" \/>\n\t<meta property=\"og:image:height\" content=\"398\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"@mritxperts\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"@mritxperts\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\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:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/\"},\"author\":{\"name\":\"@mritxperts\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/77ad4d47f9f82583ee23e37010a52fc6\"},\"headline\":\"What is Machine Learning? Introduction for Beginners\",\"datePublished\":\"2025-08-03T02:44:14+00:00\",\"dateModified\":\"2025-08-03T02:44:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/\"},\"wordCount\":533,\"publisher\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/#organization\"},\"articleSection\":[\"Beginner Level (Foundational)\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/\",\"url\":\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/\",\"name\":\"What is Machine Learning? Introduction for Beginners - Itxperts\",\"isPartOf\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/#website\"},\"datePublished\":\"2025-08-03T02:44:14+00:00\",\"dateModified\":\"2025-08-03T02:44:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/itxperts.co.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Machine Learning? Introduction for Beginners\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#website\",\"url\":\"https:\/\/itxperts.co.in\/blog\/\",\"name\":\"Itxperts\",\"description\":\"Leading Website Design Company in Madhya Pradesh\",\"publisher\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/#organization\"},\"alternateName\":\"Itxperts | Website Development in Madhya Pradesh\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/itxperts.co.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#organization\",\"name\":\"Itxperts\",\"alternateName\":\"Leading Website Design Company in Madhya Pradesh \u2013 Itxperts\",\"url\":\"https:\/\/itxperts.co.in\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-itxperts_logo.png\",\"contentUrl\":\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-itxperts_logo.png\",\"width\":512,\"height\":512,\"caption\":\"Itxperts\"},\"image\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/itxperts.co.in\",\"https:\/\/www.linkedin.com\/company\/itxpertsshivpuri\/\",\"https:\/\/www.instagram.com\/itxperts.co.in\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/77ad4d47f9f82583ee23e37010a52fc6\",\"name\":\"@mritxperts\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/702cffafd84d85872c0d42d33a9fa39140418d7c60a1311a1f8f55b005d0570b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/702cffafd84d85872c0d42d33a9fa39140418d7c60a1311a1f8f55b005d0570b?s=96&d=mm&r=g\",\"caption\":\"@mritxperts\"},\"description\":\"I am a full-stack web developer from India with over 8 years of experience in building dynamic and responsive web solutions. Specializing in both front-end and back-end development, I have a passion for creating seamless digital experiences. When I'm not coding, I enjoy sharing insights and tutorials on the latest web technologies, helping fellow developers stay ahead in the ever-evolving tech landscape.\",\"sameAs\":[\"https:\/\/itxperts.co.in\/blog\"],\"url\":\"https:\/\/itxperts.co.in\/blog\/author\/mritxpertsgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Machine Learning? Introduction for Beginners - Itxperts","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:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/","og_locale":"en_US","og_type":"article","og_title":"What is Machine Learning? Introduction for Beginners - Itxperts","og_description":"Machine Learning (ML) is one of the most exciting technologies of the 21st century. From voice assistants and recommendation systems to self-driving cars and medical diagnoses, machine learning is everywhere. But what exactly is it, and why is it so important today? This post provides a beginner-friendly introduction to machine learning, its types, and its [&hellip;]","og_url":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/","og_site_name":"Itxperts","article_publisher":"https:\/\/www.facebook.com\/itxperts.co.in","article_published_time":"2025-08-03T02:44:14+00:00","article_modified_time":"2025-08-03T02:44:15+00:00","og_image":[{"width":436,"height":398,"url":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-cropped-itxperts_logo.png","type":"image\/png"}],"author":"@mritxperts","twitter_card":"summary_large_image","twitter_misc":{"Written by":"@mritxperts","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/#article","isPartOf":{"@id":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/"},"author":{"name":"@mritxperts","@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/77ad4d47f9f82583ee23e37010a52fc6"},"headline":"What is Machine Learning? Introduction for Beginners","datePublished":"2025-08-03T02:44:14+00:00","dateModified":"2025-08-03T02:44:15+00:00","mainEntityOfPage":{"@id":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/"},"wordCount":533,"publisher":{"@id":"https:\/\/itxperts.co.in\/blog\/#organization"},"articleSection":["Beginner Level (Foundational)"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/","url":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/","name":"What is Machine Learning? Introduction for Beginners - Itxperts","isPartOf":{"@id":"https:\/\/itxperts.co.in\/blog\/#website"},"datePublished":"2025-08-03T02:44:14+00:00","dateModified":"2025-08-03T02:44:15+00:00","breadcrumb":{"@id":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/itxperts.co.in\/blog\/what-is-machine-learning-introduction-for-beginners\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/itxperts.co.in\/blog\/"},{"@type":"ListItem","position":2,"name":"What is Machine Learning? Introduction for Beginners"}]},{"@type":"WebSite","@id":"https:\/\/itxperts.co.in\/blog\/#website","url":"https:\/\/itxperts.co.in\/blog\/","name":"Itxperts","description":"Leading Website Design Company in Madhya Pradesh","publisher":{"@id":"https:\/\/itxperts.co.in\/blog\/#organization"},"alternateName":"Itxperts | Website Development in Madhya Pradesh","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/itxperts.co.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/itxperts.co.in\/blog\/#organization","name":"Itxperts","alternateName":"Leading Website Design Company in Madhya Pradesh \u2013 Itxperts","url":"https:\/\/itxperts.co.in\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-itxperts_logo.png","contentUrl":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-itxperts_logo.png","width":512,"height":512,"caption":"Itxperts"},"image":{"@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/itxperts.co.in","https:\/\/www.linkedin.com\/company\/itxpertsshivpuri\/","https:\/\/www.instagram.com\/itxperts.co.in\/"]},{"@type":"Person","@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/77ad4d47f9f82583ee23e37010a52fc6","name":"@mritxperts","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/702cffafd84d85872c0d42d33a9fa39140418d7c60a1311a1f8f55b005d0570b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/702cffafd84d85872c0d42d33a9fa39140418d7c60a1311a1f8f55b005d0570b?s=96&d=mm&r=g","caption":"@mritxperts"},"description":"I am a full-stack web developer from India with over 8 years of experience in building dynamic and responsive web solutions. Specializing in both front-end and back-end development, I have a passion for creating seamless digital experiences. When I'm not coding, I enjoy sharing insights and tutorials on the latest web technologies, helping fellow developers stay ahead in the ever-evolving tech landscape.","sameAs":["https:\/\/itxperts.co.in\/blog"],"url":"https:\/\/itxperts.co.in\/blog\/author\/mritxpertsgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/posts\/1851","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/comments?post=1851"}],"version-history":[{"count":1,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/posts\/1851\/revisions"}],"predecessor-version":[{"id":1852,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/posts\/1851\/revisions\/1852"}],"wp:attachment":[{"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/media?parent=1851"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/categories?post=1851"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/tags?post=1851"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}