{"id":3399,"date":"2023-08-31T10:59:22","date_gmt":"2023-08-31T10:59:22","guid":{"rendered":"https:\/\/neuraldesigner.com\/blog\/machine-learning-models\/"},"modified":"2025-09-26T17:22:42","modified_gmt":"2025-09-26T15:22:42","slug":"machine-learning-models","status":"publish","type":"blog","link":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/","title":{"rendered":"The 3 main types of machine learning models"},"content":{"rendered":"<p>Models describe a real-world system or process using mathematical concepts.<\/p>\n<p>They are used to make decisions or predictions in various fields and sectors, including energy, medicine, and marketing.<\/p>\n<p id=\"Introduction\">In this regard, machine learning is a part of artificial intelligence that deals with building models without requiring explicit programming.<\/p>\n<p>In the machine learning field, a model is sometimes referred to as a hypothesis.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/model.webp\" alt=\"In machine learning model, the structure is the following: inputs, model and outputs. This is the same for all models types.\" width=\"900\" height=\"212\" \/><\/p>\n<p>Supervised learning is the most common paradigm within machine learning.<\/p>\n<p>We can define it as the task of learning a function that maps an input to an output based on example input-output pairs.<\/p>\n<p>A supervised learning algorithm analyzes the training data and produces an inferred function to map new examples.<\/p>\n<p>In supervised learning, each example is a pair consisting of an input object and the desired output value.<\/p>\n<p>An optimal scenario will enable the algorithm to determine the class labels for unseen instances accurately.<\/p>\n<p>In this sense, generalization refers to a model&#8217;s ability to adapt correctly to new, previously unseen data from the same domain as the one used to create the model.<\/p>\n<p>The most important types of models in machine learning are approximation, classification, and forecasting.<\/p>\n<p>They allow us to discover relationships, recognize patterns, and predict trends from data, respectively.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/model-types.webp\" alt=\"The most important types of models in machine learning are approximation, classification, and forecasting.\" width=\"900\" height=\"480\" \/><\/p>\n<section id=\"Approximation\">\n<h3>Contents<\/h3>\n<section>\n<ol>\n<li><a href=\"#Approximation\">Approximation<\/a>.<\/li>\n<li><a href=\"#Classification\">Classification<\/a>.<\/li>\n<li><a href=\"#Forecasting\">Forecasting<\/a>.<\/li>\n<li><a href=\"#Conclusions\">Conclusions<\/a>.<\/li>\n<li><a href=\"#TutorialVideo\">Tutorial video<\/a>.<\/li>\n<li><a href=\"#References\">References<\/a>.<\/li>\n<\/ol>\n<\/section>\n<h2>1. Approximation<\/h2>\n<p>An approximation model assigns a set of input variables to one or several output variables.<\/p>\n<p>Here, the model learns from knowledge represented by a data set consisting of instances with input and target variables.<\/p>\n<p>The targets are a specification of the response to the inputs.<\/p>\n<p>In this regard, the primary goal of an approximation problem is to model one or more target variables, given the input variables.<\/p>\n<p>The following figure illustrates an approximation problem.<\/p>\n<p>The objective here is to estimate the value of <i>y,<\/i> knowing the value of <i>x.<\/i> Figure \\ ref{ApproximationFigure} illustrates a dataset with <i>21<\/i> samples, one input variable (<i>x<\/i>), and one target variable (<i>y<\/i>).<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/approximation.webp\" alt=\"The following figure illustrates an approximation problem.\" width=\"660\" height=\"350\" \/><br \/>\nIt also shows the corresponding approximation model.<\/p>\n<p>The following is an example of an approximation model in the industrial sector.<\/p>\n<h4><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/power-plant-gas-emissions-nox\/\">Example: Reducing the gas emissions of a combined cycle power plant using machine learning<\/a><\/h4>\n<p>A combined cycle power plant that generates electricity wants to reduce its emissions of polluting gases, such as nitrogen oxides, which are harmful to health.<\/p>\n<p>The combined cycle power plant consists of gas, steam, and steam generators with heat recovery. Gaseous combustion generates electricity by driving steam turbines.<\/p>\n<p>The power plant is equipped with sensors that record all the data. From this, the company builds a model. The shape of this model is shown in the following figure:<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/approximation_example.webp\" alt=\"Classification follows the same pattern as the other machine learning models types: inputs, model, outputs. In this case, inputs are the variables of the dataset, model is calculate_outputs, and output is NOx_concentration.\" width=\"1000\" height=\"504\" \/><\/p>\n<p>The input variables are atmospheric variables and plant-related variables. The model is created based on these data, and the values of nitrogen oxide emissions produced by the plant are estimated.<\/p>\n<\/section>\n<section id=\"Classification\">\n<h2>2. Classification<\/h2>\n<p>A classification model assigns a set of features to one of a prescribed number of classes.<\/p>\n<p>We refer to binary classification as a classification where the classes are <i>true<\/i> and <i>false<\/i>.<\/p>\n<p>An example is\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">diagnosing a breast tumor as malignant (<em>true<\/em>) or benign (<em>false<\/em>) from digitized<\/span>\u00a0images.<\/p>\n<p>We refer to multiple classification when we need to distinguish among many classes.<\/p>\n<p>In classification models, the targets are binary variables.<\/p>\n<p>Typical examples are customer segmentation or medical diagnosis.<\/p>\n<p>Data sets for classification are very similar to those for approximation.<\/p>\n<p>The inputs here include features that characterise an object; the targets specify the corresponding class.<\/p>\n<p>The primary goal in classification is to model the posterior probabilities of class membership, given the input variables.<\/p>\n<p>This means that the output of a classification model is the probability that an object belongs to each class.<\/p>\n<p>The following image illustrates the case of a binary classification problem with two features:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/classification.webp\" \/><\/p>\n<p>The central goal is to design a neural network with good generalisation capabilities.<\/p>\n<p>That is a model that can accurately classify new data.<\/p>\n<p>The following is an example of an approximation model in the healthcare sector.<\/p>\n<h4><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/lung-cancer\/\">Example: Early detection of lung carcinoma<\/a><\/h4>\n<p>Lung cancer is the leading cause of cancer death worldwide. This type of cancer does not show up in testing until later, after which treatments become ineffective or have lower success rates. For this reason, lung cancer must be diagnosed as early as possible.<\/p>\n<p>To enable the early detection of lung cancer, hospitals develop models that provide tools to support lung cancer risk assessment and management, facilitating discussions between individuals and their physicians about prevention and screening.<\/p>\n<p>To build the model, a hospital creates a dataset containing lung cancer risk factors for <i>309<\/i> patients.<\/p>\n<p>The form of this model is shown in the following figure:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/classification_example.webp\" width=\"1000\" \/><\/p>\n<p>The model estimates the probability that a patient will develop lung cancer based on the clinical input variables.<\/p>\n<p>This will allow the hospital to closely follow new patients with a high probability of developing lung cancer.<\/p>\n<\/section>\n<section id=\"Forecasting\">\n<h2>3. Forecasting<\/h2>\n<p>A forecasting model makes predictions based on available information about the past.<\/p>\n<p>The objective is to predict a system&#8217;s future state from past observations.<\/p>\n<p>An example is forecasting future sales of a car model as a function of past sales, marketing actions, and macroeconomic variables.<\/p>\n<p>The following figure illustrates a forecasting model:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/forecasting.webp\" width=\"660\" \/><\/p>\n<p>In forecasting applications, the data has a time-series format.<\/p>\n<p>It consists of a sequence of variables observed at regular time intervals<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">,\u00a0<em>tau = 1, 2,<\/em><\/span><i>&#8230;<\/i>.<\/p>\n<p>A forecasting problem can also be solved by approximating a function from input-target data.<\/p>\n<p>Here, the inputs include past observations (predictors), and the targets include their corresponding future values (predictands).<\/p>\n<p>As always, good generalisation is the central goal in forecasting applications.<\/p>\n<p>We will now illustrate how prediction models work with an example.<\/p>\n<h4><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/inflation-prediction\/\">Example: Country\u2019s inflation<\/a><\/h4>\n<p>A country&#8217;s government wants to predict next month&#8217;s inflation.<\/p>\n<p>For this purpose, it uses a time series with macroeconomic variables.<\/p>\n<p>A government uses data for the previous three months to predict a country\u2019s inflation for the next month.<\/p>\n<p>From these data, the following approximation model is created.<\/p>\n<p>The following figure shows the model&#8217;s form.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/forecasting_example_1.webp\" width=\"1000\" \/><\/p>\n<p>Based on the inflation and consumer price index of the previous three months, the model is created to predict next month&#8217;s inflation.<\/p>\n<p>This forecasting will allow the government to take corresponding measures as inflation rises or falls.<\/p>\n<\/section>\n<section id=\"Conclusions\">\n<h2>Conclusions<\/h2>\n<p>The main machine learning models are approximation, classification, and prediction models.<\/p>\n<p>A model uses mathematical concepts to describe a real-world system or process.<\/p>\n<p>Good generalizability is the central objective when designing a model.<\/p>\n<\/section>\n<section id=\"TutorialVideo\">\n<h2>Tutorial video<\/h2>\n<p>You can watch the video tutorial to help you complete this article.<\/p>\n<p><iframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/UbNzKFHj3qI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/p>\n<section id=\"References\">\n<h2>References:<\/h2>\n<ul>\n<li>\n                    Heysem Kaya, Pinar Tufekci and Erdin&amp;ccedil Uzun.<br \/>\n&#8216;Predicting CO and NOx emissions from gas turbines: novel data and a benchmark PEMS&#8217;, Turkish Journal of Electrical Engineering &amp; Computer Sciences, vol. 27, 2019, pp. 4783-4796<\/li>\n<li>\n                    Oliver, A. S., Jayasankar, T., Sekar, K. R., Devi, T. K., Shalini, R. et al. (2021). Early Detection of Lung<br \/>\nCarcinoma Using Machine Learning. Intelligent Automation &amp; Soft Computing, 30(3), 755-770.<\/li>\n<li>Dataset from: Kaggle: <a href=\"https:\/\/www.kaggle.com\/mysarahmadbhat\/lung-cancer\">Lung Cancer<\/a>.<\/li>\n<li>Dataset from: data.world: <a href=\"https:\/\/data.world\/sta427ceyin\/survey-lung-cancer\">Survey Lung Cancer<\/a>.<\/li>\n<li>Kaggle Machine Learning Repository. <a href=\"https:\/\/www.kaggle.com\/datasets\/denychaen\/macroeconomic-pl\"> Macroeconomics data set<\/a>.<\/li>\n<\/ul>\n<\/section>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><\/iframe><\/p>\n<h2>Related posts<\/h2>\n<\/section>\n","protected":false},"author":13,"featured_media":1892,"template":"","categories":[],"tags":[36],"class_list":["post-3399","blog","type-blog","status-publish","has-post-thumbnail","hentry","tag-tutorials"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The 3 main types of machine learning models<\/title>\n<meta name=\"description\" content=\"Machine learning is concerned with building models without being explicitly programmed; there are 3 main types.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The 3 main types of machine learning models\" \/>\n<meta property=\"og:description\" content=\"Machine learning is concerned with building models without being explicitly programmed; there are 3 main types.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/\" \/>\n<meta property=\"og:site_name\" content=\"Neural Designer\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-26T15:22:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/model-types1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"644\" \/>\n\t<meta property=\"og:image:height\" content=\"278\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@NeuralDesigner\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/\",\"url\":\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/\",\"name\":\"The 3 main types of machine learning models\",\"isPartOf\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/model-types1.webp\",\"datePublished\":\"2023-08-31T10:59:22+00:00\",\"dateModified\":\"2025-09-26T15:22:42+00:00\",\"description\":\"Machine learning is concerned with building models without being explicitly programmed; there are 3 main types.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#primaryimage\",\"url\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/model-types1.webp\",\"contentUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/model-types1.webp\",\"width\":644,\"height\":278},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.neuraldesigner.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\/\/www.neuraldesigner.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The 3 main types of machine learning models\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#website\",\"url\":\"https:\/\/www.neuraldesigner.com\/\",\"name\":\"Neural Designer\",\"description\":\"Explanable AI Platform\",\"publisher\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.neuraldesigner.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#organization\",\"name\":\"Neural Designer\",\"url\":\"https:\/\/www.neuraldesigner.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png\",\"contentUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png\",\"width\":1024,\"height\":223,\"caption\":\"Neural Designer\"},\"image\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/NeuralDesigner\",\"https:\/\/es.linkedin.com\/showcase\/neuraldesigner\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The 3 main types of machine learning models","description":"Machine learning is concerned with building models without being explicitly programmed; there are 3 main types.","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:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/","og_locale":"en_US","og_type":"article","og_title":"The 3 main types of machine learning models","og_description":"Machine learning is concerned with building models without being explicitly programmed; there are 3 main types.","og_url":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/","og_site_name":"Neural Designer","article_modified_time":"2025-09-26T15:22:42+00:00","og_image":[{"width":644,"height":278,"url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/model-types1.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@NeuralDesigner","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/","url":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/","name":"The 3 main types of machine learning models","isPartOf":{"@id":"https:\/\/www.neuraldesigner.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#primaryimage"},"image":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#primaryimage"},"thumbnailUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/model-types1.webp","datePublished":"2023-08-31T10:59:22+00:00","dateModified":"2025-09-26T15:22:42+00:00","description":"Machine learning is concerned with building models without being explicitly programmed; there are 3 main types.","breadcrumb":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#primaryimage","url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/model-types1.webp","contentUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/model-types1.webp","width":644,"height":278},{"@type":"BreadcrumbList","@id":"https:\/\/www.neuraldesigner.com\/blog\/machine-learning-models\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.neuraldesigner.com\/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/www.neuraldesigner.com\/blog\/"},{"@type":"ListItem","position":3,"name":"The 3 main types of machine learning models"}]},{"@type":"WebSite","@id":"https:\/\/www.neuraldesigner.com\/#website","url":"https:\/\/www.neuraldesigner.com\/","name":"Neural Designer","description":"Explanable AI Platform","publisher":{"@id":"https:\/\/www.neuraldesigner.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.neuraldesigner.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.neuraldesigner.com\/#organization","name":"Neural Designer","url":"https:\/\/www.neuraldesigner.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png","contentUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png","width":1024,"height":223,"caption":"Neural Designer"},"image":{"@id":"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/NeuralDesigner","https:\/\/es.linkedin.com\/showcase\/neuraldesigner\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog\/3399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/users\/13"}],"version-history":[{"count":0,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog\/3399\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/media\/1892"}],"wp:attachment":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/media?parent=3399"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/categories?post=3399"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/tags?post=3399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}