{"id":3535,"date":"2025-11-24T11:12:58","date_gmt":"2025-11-24T10:12:58","guid":{"rendered":"https:\/\/neuraldesigner.com\/learning\/neural-networks-applications\/"},"modified":"2025-11-27T14:00:59","modified_gmt":"2025-11-27T13:00:59","slug":"neural-networks-applications","status":"publish","type":"learning","link":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/","title":{"rendered":"Machine learning tutorial: Model types"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"3535\" class=\"elementor elementor-3535\" data-elementor-post-type=\"learning\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4027fbc0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4027fbc0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76d10340\" data-id=\"76d10340\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-38fd2a70 elementor-widget elementor-widget-text-editor\" data-id=\"38fd2a70\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><br \/>This tutorial describes different machine learning model types.<\/p><p>Neural networks use information in the form of data to generate knowledge in the form of models.\u00a0A model can be defined as a description of a real-world system or process using mathematical concepts. It is usually represented as a mapping between input and output variables.\u00a0In this regard, neural networks are used to discover relationships, recognize patterns, predict trends, and recognize associations from data.<\/p><p><img fetchpriority=\"high\" decoding=\"async\" style=\"max-width: 600px;\" src=\"https:\/\/www.neuraldesigner.com\/images\/activity-diagram-neural-network.svg\" width=\"485\" height=\"254\" \/><\/p><section>Regarding their type, most neural network models belong to the following types:<ul><li><a href=\"#Approximation\">1.1. Approximation<\/a>.<\/li><li><a href=\"#Classification\">1.2. Classification<\/a>.<\/li><li><a href=\"#Forecasting\">1.3. Forecasting<\/a>.<\/li><li><a href=\"#AutoAssociation\">1.4. Auto association<\/a>.<\/li><li><a href=\"#TextClassification\">1.5. Text classification<\/a>.<\/li><\/ul><\/section><section><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/approximation.svg\" width=\"44\" height=\"44\" \/><h2>1.1. Approximation (or function regression)<\/h2><p>An approximation can be regarded as the problem of fitting a function from data.<\/p><p>Here, the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network\">neural network<\/a> learns from knowledge represented by a <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set\">data set<\/a> consisting of <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#instances\">instances<\/a> with input and target <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#Variables\">variables<\/a>. The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#TargetVariables\">targets<\/a> are a specification of the response to the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#InputVariables\">inputs<\/a>.<\/p><p>In this regard, the primary goal of an approximation problem is to model one or several target variables conditioned on the input variables.<\/p><p>The objective here is to estimate the value of <em>y<\/em>, knowing the value of <em>x<\/em>.\u00a0The following figure illustrates an approximation problem.<\/p><p><img decoding=\"async\" style=\"max-width: 600px;\" src=\"https:\/\/www.neuraldesigner.com\/images\/approximation.webp\" \/><\/p><p>In approximation applications, the targets are usually continuous variables.<br \/>Some examples are the following:<\/p><ul><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/concrete-properties-assessment\">Model the strength of high-performance concretes<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/airfoil-self-noise-prediction\">Predict the noise generated by airfoil blades<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/yacht-hydrodynamics-modeling\">Predict the residuary resistance of sailing yachts<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/nanoparticle-adhesive-strength\">Predict the vascular adhesion of nanoparticles<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/combined-cycle-power-plant\">Predict the electricity generated by combined cycle power plants<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/solar-power-generation\">Forecast the power generated by a solar plant<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/wine-quality-improvement\">Model wine preferences from physicochemical properties<\/a>.<\/li><\/ul><p>A common feature of most <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set\">data sets<\/a> is that the data exhibits an underlying systematic aspect, represented by some function, but is corrupted with random noise.<\/p><p>The objective is to produce a <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network\">neural network<\/a> that exhibits good generalization, or in other words, one that makes good predictions for new data.<\/p><p>The best generalization is obtained when the mapping represents the underlying systematic aspects of the data rather than capturing the specific details (i.e., the noise contribution).<\/p><\/section><section><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/classification.svg\" width=\"44\" height=\"44\" \/><h2>1.2. Classification (or pattern recognition)<\/h2><p>Classification can be stated as the process whereby a received pattern, characterized by a distinct set of features, is assigned to one of a prescribed number of classes.<\/p><p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#InputVariables\">inputs<\/a> here include features that characterize a pattern; the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#TargetVariables\">targets<\/a> specify each pattern&#8217;s class.<\/p><p>The primary goal in a classification problem is to model the posterior probabilities of class membership, conditioned on the input variables.<\/p><p>The following figure illustrates a classification task. Here, we want to discriminate the class (circles or green squares) based on the <em>x<sub>1<\/sub><\/em> and <em>x<sub>2<\/sub> <\/em>values of the object.<\/p><p><img decoding=\"async\" style=\"max-width: 600px;\" src=\"https:\/\/www.neuraldesigner.com\/images\/classification.webp\" \/><\/p><p>As before, the central goal is to design a <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network\">neural network<\/a> with good generalization capabilities. That is a model that can classify new data correctly.<\/p><p>We can distinguish between two types of classification models:<\/p><ul><li><a href=\"#BinaryClassification\">Binary classification<\/a><\/li><li><a href=\"#MultipleClassification\">Multiple classification<\/a><\/li><\/ul><h3>Binary classification<\/h3><p>In binary classification, the target variable is usually binary (true or false).<\/p><p>Some examples are to:<\/p><ul><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/breast-cancer-diagnosis\">Diagnose breast cancer from fine-needle aspirate images<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/banknote-authentication\">Detect forged banknotes<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/employee-attrition\">Reduce employee attrition<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/bank-marketing-campaign\">Increase the conversion rate of telemarketing campaigns in banks<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/credit-risk-management\">Predict the probability of default of credit card clients<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/tree-wilt-detection\">Detect diseased trees from remote sensing data<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/blood-donation-campaign\">Target donors in blood donation campaigns<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/urinary-inflammation-diagnosis\">Diagnose acute inflammations of the urinary bladder<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/telecommunications-churn\">Predict the churn of customers in telecommunications companies<\/a>.<\/li><\/ul><h3>Multiple classification<\/h3><p>In multiple classifications, the target variable is usually nominal (class_1, class_2, or class_3).<\/p><p>Some examples are the following:<\/p><ul><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/iris-flowers-classification\">Classify iris flowers from sepal and petal dimensions (setosa, versicolor or virginica)<\/a>.<\/li><li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/examples\/activity-recognition\">Recognize human activity on smartphones (walking, sitting, standing&#8230;)<\/a>.<\/li><\/ul><\/section><section><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/forecasting.svg\" \/><h2>1.3. Forecasting (or time series prediction)<\/h2><p>Forecasting can be regarded as the problem of predicting the future state of a system from a set of past observations to that system.<\/p><p>A forecasting application can also be solved by approximating a function from a data set. In this type of problem, the data is arranged in a time series fashion. The inputs include data from past observations (predictors), and the targets include corresponding future observations (predictands).<\/p><p>The basic goal here is to model future observations conditioned on past observations.<\/p><p>The following figure illustrates a forecast application. The objective is to predict a step ahead <i>y<sub>t+1<\/sub><\/i>, based on the lags <i>y<sub>t<\/sub>, y<sub>t-1<\/sub><\/i>,&#8230;<\/p><p><img decoding=\"async\" style=\"max-width: 600px;\" src=\"https:\/\/www.neuraldesigner.com\/images\/forecasting.webp\" \/><\/p><p>An example is to forecast the future sales of a car model as a function of past sales, marketing actions, and macroeconomic variables.<\/p><p>As always, good generalization is the central goal in forecasting applications.<\/p><\/section><section><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/autoassociation.svg\" \/><h2>1.4. Auto association<\/h2><p>Auto-association models are those in which we use auto-associative neural networks to learn a compressed or reduced representation of the input data.<\/p><p>The following figure illustrates an auto-associative neural network:<\/p><p><img decoding=\"async\" style=\"max-width: 600px;\" src=\"https:\/\/www.neuraldesigner.com\/images\/auto-associative-neural-network.webp\" \/><\/p><p>Auto-association models are beneficial for unsupervised learning tasks, where the goal is to learn underlying patterns in the data without needing labeled examples. They can also be used for semi-supervised or supervised tasks where the model learns a representation of the normal data and then uses it to detect anomalies. Some examples of these uses are:<\/p><ul><li>Signal or failure detection: Detecting anomalies in sensor data, financial transactions, manufacturing processes, or medical vital signs by learning a representation of the normal data and using it to detect deviations.<\/li><li>Recommender systems: Modeling user preferences and making recommendations.<\/li><li>Denoising: Removing noise from images or other data by learning to reconstruct the original data from a noisy version.<\/li><\/ul><p>In general, auto-association models are a powerful tool for various applications and have the potential to improve efficiency, reduce the complexity of the data, and provide a deeper understanding of the underlying patterns in the data.<\/p><\/section><section><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/text-classification-icon.svg\" \/><h2>1.5. Text classification<\/h2><p>Text classification is a natural language processing task in which text data is classified into predefined categories or labels. The basic goal of a text classification problem is to model one or several target variables conditioned on the input text data.<\/p><p>The following figure illustrates a text classification problem. The objective here is to predict the category or label of a given text based on its content.<\/p><p>In text classification applications, the targets are usually discrete variables such as categories, labels, or sentiments.<br \/>Some examples are the following:<\/p><ul><li>Spam detection: Classifying emails as spam or not based on their content.<\/li><li>Sentiment analysis: Classifying text data as positive, negative, or neutral based on the sentiment expressed.<\/li><li>Topic classification: Classifying news articles into predefined topics such as politics, sports, technology, etc.<\/li><li>Named entity recognition: Identifying and classifying named entities such as people, organizations, locations, etc.<\/li><\/ul><p>A common feature of most text classification data sets is that text data exhibits an underlying systematic aspect, represented by certain patterns or features, but is also corrupted with random noise such as typos, grammar errors, or irrelevant information.<\/p><p>The objective is to produce a text classification model that exhibits good generalization, or in other words, one that makes good predictions for new text data.<\/p><\/section><section><a style=\"float: left;\" href=\"https:\/\/www.neuraldesigner.com\/learning\/neural-networks-tutorial\">\u21d0 Index<\/a><br \/><a style=\"float: right;\" href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set\">Data Set \u21d2<\/a><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"author":122,"featured_media":2702,"template":"","categories":[30],"tags":[36],"class_list":["post-3535","learning","type-learning","status-publish","has-post-thumbnail","hentry","category-tutorials","tag-tutorials"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Machine learning tutorial: Model types<\/title>\n<meta name=\"description\" content=\"Machine learning model types are uncountable, but most can be formulated as regression or classification problems. They are explained here.\" \/>\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\/learning\/tutorials\/neural-networks-applications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Neural networks tutorial: Application types\" \/>\n<meta property=\"og:description\" content=\"The applications of neural networks are uncountable, but most of them can be formulated as regression or classification problems. They are explained here.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/\" \/>\n<meta property=\"og:site_name\" content=\"Neural Designer\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-27T13:00:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Neural networks tutorial: Application types\" \/>\n<meta name=\"twitter:description\" content=\"The applications of neural networks are uncountable, but most of them can be formulated as regression or classification problems. They are explained here.\" \/>\n<meta name=\"twitter:site\" content=\"@NeuralDesigner\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/\",\"url\":\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/\",\"name\":\"Machine learning tutorial: Model types\",\"isPartOf\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/activity-diagram-neural-designer.svg\",\"datePublished\":\"2025-11-24T10:12:58+00:00\",\"dateModified\":\"2025-11-27T13:00:59+00:00\",\"description\":\"Machine learning model types are uncountable, but most can be formulated as regression or classification problems. They are explained here.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#primaryimage\",\"url\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/activity-diagram-neural-designer.svg\",\"contentUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/activity-diagram-neural-designer.svg\",\"width\":1200,\"height\":627},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.neuraldesigner.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learning\",\"item\":\"https:\/\/www.neuraldesigner.com\/learning\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Machine learning tutorial: Model types\"}]},{\"@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":"Machine learning tutorial: Model types","description":"Machine learning model types are uncountable, but most can be formulated as regression or classification problems. They are explained here.","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\/learning\/tutorials\/neural-networks-applications\/","og_locale":"en_US","og_type":"article","og_title":"Neural networks tutorial: Application types","og_description":"The applications of neural networks are uncountable, but most of them can be formulated as regression or classification problems. They are explained here.","og_url":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/","og_site_name":"Neural Designer","article_modified_time":"2025-11-27T13:00:59+00:00","twitter_card":"summary_large_image","twitter_title":"Neural networks tutorial: Application types","twitter_description":"The applications of neural networks are uncountable, but most of them can be formulated as regression or classification problems. They are explained here.","twitter_site":"@NeuralDesigner","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/","url":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/","name":"Machine learning tutorial: Model types","isPartOf":{"@id":"https:\/\/www.neuraldesigner.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#primaryimage"},"image":{"@id":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/activity-diagram-neural-designer.svg","datePublished":"2025-11-24T10:12:58+00:00","dateModified":"2025-11-27T13:00:59+00:00","description":"Machine learning model types are uncountable, but most can be formulated as regression or classification problems. They are explained here.","breadcrumb":{"@id":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#primaryimage","url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/activity-diagram-neural-designer.svg","contentUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/activity-diagram-neural-designer.svg","width":1200,"height":627},{"@type":"BreadcrumbList","@id":"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.neuraldesigner.com\/"},{"@type":"ListItem","position":2,"name":"Learning","item":"https:\/\/www.neuraldesigner.com\/learning\/"},{"@type":"ListItem","position":3,"name":"Machine learning tutorial: Model types"}]},{"@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\/learning\/3535","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/learning"}],"about":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/types\/learning"}],"author":[{"embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/users\/122"}],"version-history":[{"count":1,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/learning\/3535\/revisions"}],"predecessor-version":[{"id":21345,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/learning\/3535\/revisions\/21345"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/media\/2702"}],"wp:attachment":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/media?parent=3535"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/categories?post=3535"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/tags?post=3535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}