{"id":22882,"date":"2020-03-19T17:12:52","date_gmt":"2020-03-19T16:12:52","guid":{"rendered":"https:\/\/bes-h.com\/es\/?p=22882"},"modified":"2020-04-15T17:03:43","modified_gmt":"2020-04-15T15:03:43","slug":"modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data","status":"publish","type":"post","link":"https:\/\/bes-h.com\/en\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/","title":{"rendered":"The parametric and non-parametric modelling for Big Data"},"content":{"rendered":"<p>The Data Science team from Stratesys, in particular the subject matter expert <a href=\"https:\/\/www.linkedin.com\/in\/yaroslav-hern%C3%A1ndez-potiomkin-6a77b911b\/?originalSubdomain=es\">Yaroslav Hernandez Poitomkin<\/a> explains <em>what is Big Data, how it is applied to different business departments and what are the differences between <strong>the parametric and non-parametric modelling.<\/strong><\/em><\/p>\n<p>For further information, you can <a href=\"https:\/\/bes-h.com\/es\/#contactanos\">get in contact with the experts<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<p>Nowadays we are experimenting a data revolution, which means more capacity for <strong>data storage<\/strong> and more <strong>data volume<\/strong>.<\/p>\n<p>Also, more variety due to newly created tools and ways of communication such as social media, webs and apps. And finally, <strong>data velocity<\/strong> and data processing related to data generation processes and business models constraints.<\/p>\n<p>These three concepts, <strong>Volume, Variety and Velocity define the \u201cBig data\u201d term<\/strong>. Therefore, if this definition can be applied and integrated into your business processes, it means that <strong>you might have the needs of massive data processing and\/or analysis.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>Many organizations believe that advanced analytics can potentially <strong>enhance their business processes related to logistics, marketing, operations and strategy<\/strong>.<\/p>\n<p>Often, these processes are covered by <strong>data modelling techniques and methodologies<\/strong> as the core engine of the decision support systems. The decision support systems allow discovering valuable knowledge from the data that <strong>reflects the business status and trends<\/strong> always taking into account historical information.<\/p>\n<p>Therefore, an assisted decision making is much more effective than just expert knowledge and intuition only.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h4>Difference between the parametric and non-parametric modelling.<\/h4>\n<p>Now, we can introduce a more technical part. There are many tools and solutions related to \u201cBig data\u201d and advanced analytics. The real-world problems are very complex and it is very important <strong>to choose<\/strong> <strong>an appropriate technique or it even might be the case in which one would need to design their own custom methodology<\/strong>.<\/p>\n<p>There exist two main types of models: <strong><em>parametric<\/em> models and <em>non-parametric<\/em><\/strong> models.<\/p>\n<p>In a <strong>parametric model<\/strong>, the data follows a probability distribution with a fixed set of parameters. This is a very appealing setting because <strong>the initial assumptions of the model<\/strong> <strong>are fulfilled<\/strong> <strong>and it is well-based from the theoretical point of view<\/strong>.<\/p>\n<p>The problem with it might arise, for example, when one has multimodality behaviour in the data, which means that many models such as Quadratic Discriminant Analysis (QDA) or Linear Discriminant Analysis (LDA) (Hastie et al. 2008) are not suitable anymore and that the inferences one does might be completely misleading. But for instance, Fisher Linear Discriminant Analysis (FLDA) (Hastie et al. 2008) doesn&#8217;t need the normality assumption, neither Principal Component Analysis (PCA) (Jolliffe, I.T. 2013).<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u00a0The non-parametric models<\/strong> can be regarded as:<\/p>\n<ul>\n<li>distribution-free methods and<\/li>\n<li>methods without predefined structure. First sub-type would include models such as kNN, Decision Trees, PCA and the second sub-type would include <strong>Support Vector Machines<\/strong> (SVM) (Bishop 2006) and Non-parametric Local Polynomial Regression (Tibshirani 2017).<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>For instance, in <strong>SVM<\/strong> it is very clear that the number of parameters grows with the amount of data as the number of support vectors is bounded by the number of observations. And in contrast to parametric regression models with linear predictor function in which the relationship between the independent and dependent variables is predefined, non-parametric regression provides a more flexible framework as the linearity assumption and the form of predictor function are relaxed, however the errors are still i.i.d. Note that the linearity is always with respect to the parameters, not the data. This will be illustrated in the following example.<\/p>\n<p>In the example from (Pagan and Ullah, 1999) it is taken the logarithm of wage in terms of the age of Canadian male individuals with common education level in 1971. The relationship is assumed to be quadratic in age. The formula of the parametric linear model would be as follows:<\/p>\n<p><a href=\"https:\/\/www.codecogs.com\/eqnedit.php?latex=y_i&amp;space;=&amp;space;\\beta_0&amp;space;+&amp;space;\\beta_1&amp;space;x_i&amp;space;+&amp;space;\\beta_2&amp;space;x_i^2&amp;space;+&amp;space;\\varepsilon_i\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" title=\"y_i = \\beta_0 + \\beta_1 x_i + \\beta_2 x_i^2 + \\varepsilon_i\" src=\"https:\/\/latex.codecogs.com\/gif.latex?y_i&amp;space;=&amp;space;\\beta_0&amp;space;+&amp;space;\\beta_1&amp;space;x_i&amp;space;+&amp;space;\\beta_2&amp;space;x_i^2&amp;space;+&amp;space;\\varepsilon_i\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Note that this model is still linear with respect to the parameters. <img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-22884\" src=\"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/locPolReg.png\" alt=\"\" width=\"783\" height=\"629\" srcset=\"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/locPolReg.png 1000w, https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/locPolReg-300x241.png 300w, https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/locPolReg-768x617.png 768w\" sizes=\"auto, (max-width: 783px) 100vw, 783px\" \/><\/p>\n<p><span style=\"font-size: 6pt;\">In Fig. 2 it is shown the parametric regression fit versus the non-parametric model.<\/span><\/p>\n<p>For <strong>the non-parametric model<\/strong>, the bandwidth parameter is estimated by cross-validation using AIC criterion. Actually, in non-parametric modelling, as opposite to linear parametric models, often it is convenient to not to assume homoscedasticity and estimate the conditional variance. The following R code has been used to generate the presented example:<\/p>\n<p>library(&#8220;np&#8221;)<\/p>\n<p>data(&#8220;cps71&#8221;)<\/p>\n<p>model.par &lt;- lm(logwage ~ age + I(age^2), data = cps71)<\/p>\n<p>summary(model.par)<\/p>\n<p>model.np &lt;- npreg(logwage ~ age, regtype = &#8220;ll&#8221;, bwmethod = &#8220;cv.aic&#8221;, gradients = TRUE, data = cps71)<\/p>\n<p>summary(model.np)<\/p>\n<p>plot(cps71$age, cps71$logwage, type=&#8221;o&#8221;, ylab=&#8221;logwage&#8221;, xlab=&#8221;age&#8221;, main=&#8221;Linear Model vs Local Polynomial Regression&#8221;)<\/p>\n<p>lines(cps71$age, model.par$fitted.values, col=&#8221;lightblue&#8221;, lwd=2)<\/p>\n<p>lines(cps71$age, fitted(model.np), col=&#8221;salmon&#8221;, lwd=2)<\/p>\n<p>legend(&#8220;topleft&#8221;, legend = c(expression(paste(&#8220;LM (&#8220;, R^2, &#8220;=0.23)&#8221;)), expression(paste(&#8220;Local-PR (&#8220;, R^2, &#8220;=0.33)&#8221;))), col=c(&#8220;lightblue&#8221;, &#8220;salmon&#8221;), lwd=2)<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>The Data Science team from Stratesys, in particular the subject matter expert Yaroslav Hernandez Poitomkin&#8230;<\/p>\n","protected":false},"author":1,"featured_media":22889,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[17,68,15],"tags":[],"class_list":["post-22882","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-besh","category-big-data","category-infraestructura"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The parametric and non-parametric modelling for Big Data -<\/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:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[:es]Modelos param\u00e9tricos y no-param\u00e9tricos dentro de la estructura Big Data[:en]The parametric and non-parametric modelling for Big Data[:] -\" \/>\n<meta property=\"og:description\" content=\"The Data Science team from Stratesys, in particular the subject matter expert Yaroslav Hernandez Poitomkin...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-19T16:12:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-15T15:03:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1176\" \/>\n\t<meta property=\"og:image:height\" content=\"608\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Besh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Besh_Cloud\" \/>\n<meta name=\"twitter:site\" content=\"@Besh_Cloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Besh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/\"},\"author\":{\"name\":\"Besh\",\"@id\":\"https:\/\/bes-h.com\/es\/#\/schema\/person\/6651e031564dc4b9dad60d5c4100a64e\"},\"headline\":\"The parametric and non-parametric modelling for Big Data\",\"datePublished\":\"2020-03-19T16:12:52+00:00\",\"dateModified\":\"2020-04-15T15:03:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/\"},\"wordCount\":1712,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg\",\"articleSection\":[\"Besh\",\"Noticias Big Data\",\"Infraestructura\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/\",\"url\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/\",\"name\":\"[:es]Modelos param\u00e9tricos y no-param\u00e9tricos dentro de la estructura Big Data[:en]The parametric and non-parametric modelling for Big Data[:] -\",\"isPartOf\":{\"@id\":\"https:\/\/bes-h.com\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg\",\"datePublished\":\"2020-03-19T16:12:52+00:00\",\"dateModified\":\"2020-04-15T15:03:43+00:00\",\"author\":{\"@id\":\"https:\/\/bes-h.com\/es\/#\/schema\/person\/6651e031564dc4b9dad60d5c4100a64e\"},\"breadcrumb\":{\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#primaryimage\",\"url\":\"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg\",\"contentUrl\":\"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg\",\"width\":1176,\"height\":608},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/bes-h.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Modelos param\u00e9tricos y no-param\u00e9tricos dentro de la estructura Big Data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bes-h.com\/es\/#website\",\"url\":\"https:\/\/bes-h.com\/es\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bes-h.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/bes-h.com\/es\/#\/schema\/person\/6651e031564dc4b9dad60d5c4100a64e\",\"name\":\"Besh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bes-h.com\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c39370645d1f6ce2072843baf0f53373b5a0efe8ee58108dec24036293999651?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c39370645d1f6ce2072843baf0f53373b5a0efe8ee58108dec24036293999651?s=96&d=mm&r=g\",\"caption\":\"Besh\"},\"url\":\"https:\/\/bes-h.com\/en\/author\/wpadminbes-h-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[:es]Modelos param\u00e9tricos y no-param\u00e9tricos dentro de la estructura Big Data[:en]The parametric and non-parametric modelling for Big Data[:] -","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:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/","og_locale":"en_US","og_type":"article","og_title":"[:es]Modelos param\u00e9tricos y no-param\u00e9tricos dentro de la estructura Big Data[:en]The parametric and non-parametric modelling for Big Data[:] -","og_description":"The Data Science team from Stratesys, in particular the subject matter expert Yaroslav Hernandez Poitomkin...","og_url":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/","article_published_time":"2020-03-19T16:12:52+00:00","article_modified_time":"2020-04-15T15:03:43+00:00","og_image":[{"width":1176,"height":608,"url":"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg","type":"image\/jpeg"}],"author":"Besh","twitter_card":"summary_large_image","twitter_creator":"@Besh_Cloud","twitter_site":"@Besh_Cloud","twitter_misc":{"Written by":"Besh","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#article","isPartOf":{"@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/"},"author":{"name":"Besh","@id":"https:\/\/bes-h.com\/es\/#\/schema\/person\/6651e031564dc4b9dad60d5c4100a64e"},"headline":"The parametric and non-parametric modelling for Big Data","datePublished":"2020-03-19T16:12:52+00:00","dateModified":"2020-04-15T15:03:43+00:00","mainEntityOfPage":{"@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/"},"wordCount":1712,"commentCount":0,"image":{"@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#primaryimage"},"thumbnailUrl":"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg","articleSection":["Besh","Noticias Big Data","Infraestructura"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/","url":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/","name":"[:es]Modelos param\u00e9tricos y no-param\u00e9tricos dentro de la estructura Big Data[:en]The parametric and non-parametric modelling for Big Data[:] -","isPartOf":{"@id":"https:\/\/bes-h.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#primaryimage"},"image":{"@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#primaryimage"},"thumbnailUrl":"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg","datePublished":"2020-03-19T16:12:52+00:00","dateModified":"2020-04-15T15:03:43+00:00","author":{"@id":"https:\/\/bes-h.com\/es\/#\/schema\/person\/6651e031564dc4b9dad60d5c4100a64e"},"breadcrumb":{"@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#primaryimage","url":"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg","contentUrl":"https:\/\/bes-h.com\/wp-content\/uploads\/2020\/03\/blog.jpg","width":1176,"height":608},{"@type":"BreadcrumbList","@id":"https:\/\/bes-h.com\/es\/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/bes-h.com\/es\/"},{"@type":"ListItem","position":2,"name":"Modelos param\u00e9tricos y no-param\u00e9tricos dentro de la estructura Big Data"}]},{"@type":"WebSite","@id":"https:\/\/bes-h.com\/es\/#website","url":"https:\/\/bes-h.com\/es\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bes-h.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bes-h.com\/es\/#\/schema\/person\/6651e031564dc4b9dad60d5c4100a64e","name":"Besh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bes-h.com\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c39370645d1f6ce2072843baf0f53373b5a0efe8ee58108dec24036293999651?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c39370645d1f6ce2072843baf0f53373b5a0efe8ee58108dec24036293999651?s=96&d=mm&r=g","caption":"Besh"},"url":"https:\/\/bes-h.com\/en\/author\/wpadminbes-h-com\/"}]}},"_links":{"self":[{"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/posts\/22882","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/comments?post=22882"}],"version-history":[{"count":13,"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/posts\/22882\/revisions"}],"predecessor-version":[{"id":22960,"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/posts\/22882\/revisions\/22960"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/media\/22889"}],"wp:attachment":[{"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/media?parent=22882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/categories?post=22882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bes-h.com\/en\/wp-json\/wp\/v2\/tags?post=22882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}