<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Besh</title>
	<atom:link href="https://bes-h.com/en/category/besh-noticias/feed/" rel="self" type="application/rss+xml" />
	<link>https://bes-h.com/en</link>
	<description></description>
	<lastBuildDate>Thu, 21 Apr 2022 10:22:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.2</generator>

<image>
	<url>https://bes-h.com/wp-content/uploads/2016/01/cropped-Beshlogo-1-2-32x32.png</url>
	<title>Besh</title>
	<link>https://bes-h.com/en</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The parametric and non-parametric modelling for Big Data</title>
		<link>https://bes-h.com/en/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data</link>
		<comments>https://bes-h.com/en/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data/#respond</comments>
		<pubDate>Thu, 19 Mar 2020 16:12:52 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Besh]]></category>
		<category><![CDATA[Noticias Big Data]]></category>
		<category><![CDATA[Infraestructura]]></category>

		<guid isPermaLink="false">https://bes-h.com/es/?p=22882</guid>
		<description><![CDATA[<p>The Data Science team from Stratesys, in particular the subject matter expert Yaroslav Hernandez Poitomkin...</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data/">The parametric and non-parametric modelling for Big Data</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<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>
<p>For further information, you can <a href="https://bes-h.com/es/#contactanos">get in contact with the experts</a>.</p>
<p>&nbsp;</p>
<p>Nowadays we are experimenting a data revolution, which means more capacity for <strong>data storage</strong> and more <strong>data volume</strong>.</p>
<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>
<p>These three concepts, <strong>Volume, Variety and Velocity define the “Big data” 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>
<p>&nbsp;</p>
<p>Many organizations believe that advanced analytics can potentially <strong>enhance their business processes related to logistics, marketing, operations and strategy</strong>.</p>
<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>
<p>Therefore, an assisted decision making is much more effective than just expert knowledge and intuition only.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Difference between the parametric and non-parametric modelling.</h4>
<p>Now, we can introduce a more technical part. There are many tools and solutions related to “Big data” 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>
<p>There exist two main types of models: <strong><em>parametric</em> models and <em>non-parametric</em></strong> models.</p>
<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>
<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>
<p>&nbsp;</p>
<p><strong> The non-parametric models</strong> can be regarded as:</p>
<ul>
<li>distribution-free methods and</li>
<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>
</ul>
<p>&nbsp;</p>
<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>
<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>
<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 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>
<p>&nbsp;</p>
<p>Note that this model is still linear with respect to the parameters. <img 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="(max-width: 783px) 100vw, 783px" /></p>
<p><span style="font-size: 6pt;">In Fig. 2 it is shown the parametric regression fit versus the non-parametric model.</span></p>
<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>
<p>library(&#8220;np&#8221;)</p>
<p>data(&#8220;cps71&#8221;)</p>
<p>model.par &lt;- lm(logwage ~ age + I(age^2), data = cps71)</p>
<p>summary(model.par)</p>
<p>model.np &lt;- npreg(logwage ~ age, regtype = &#8220;ll&#8221;, bwmethod = &#8220;cv.aic&#8221;, gradients = TRUE, data = cps71)</p>
<p>summary(model.np)</p>
<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>
<p>lines(cps71$age, model.par$fitted.values, col=&#8221;lightblue&#8221;, lwd=2)</p>
<p>lines(cps71$age, fitted(model.np), col=&#8221;salmon&#8221;, lwd=2)</p>
<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>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data/">The parametric and non-parametric modelling for Big Data</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/modelos-parametricos-y-no-parametricos-dentro-de-la-estructura-big-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ventajas del modelo de optimización con RPA y AZURE</title>
		<link>https://bes-h.com/en/ventajas-del-modelo-de-optimizacion-con-rpa-y-azure/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ventajas-del-modelo-de-optimizacion-con-rpa-y-azure</link>
		<comments>https://bes-h.com/en/ventajas-del-modelo-de-optimizacion-con-rpa-y-azure/#respond</comments>
		<pubDate>Thu, 12 Mar 2020 11:22:38 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Actualidad]]></category>
		<category><![CDATA[Besh]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[Infraestructura]]></category>

		<guid isPermaLink="false">https://bes-h.com/es/?p=22869</guid>
		<description><![CDATA[<p>Sorry, this entry is only available in European Spanish.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/ventajas-del-modelo-de-optimizacion-con-rpa-y-azure/">Ventajas del modelo de optimización con RPA y AZURE</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://bes-h.com/es/category/besh-noticias/" class="qtranxs-available-language-link qtranxs-available-language-link-es" title="ES">European Spanish</a>.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/ventajas-del-modelo-de-optimizacion-con-rpa-y-azure/">Ventajas del modelo de optimización con RPA y AZURE</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/ventajas-del-modelo-de-optimizacion-con-rpa-y-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blockchain, ¿cómo afecta la Seguridad y privacidad de una empresa?</title>
		<link>https://bes-h.com/en/blockchain-como-afecta-la-seguridad-y-privacidad-de-una-empresa/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blockchain-como-afecta-la-seguridad-y-privacidad-de-una-empresa</link>
		<comments>https://bes-h.com/en/blockchain-como-afecta-la-seguridad-y-privacidad-de-una-empresa/#respond</comments>
		<pubDate>Thu, 27 Feb 2020 16:20:06 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Besh]]></category>
		<category><![CDATA[Noticias Big Data]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[Infraestructura]]></category>
		<category><![CDATA[Digital Transformation]]></category>

		<guid isPermaLink="false">https://bes-h.com/es/?p=22853</guid>
		<description><![CDATA[<p>Sorry, this entry is only available in European Spanish.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/blockchain-como-afecta-la-seguridad-y-privacidad-de-una-empresa/">Blockchain, ¿cómo afecta la Seguridad y privacidad de una empresa?</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://bes-h.com/es/category/besh-noticias/" class="qtranxs-available-language-link qtranxs-available-language-link-es" title="ES">European Spanish</a>.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/blockchain-como-afecta-la-seguridad-y-privacidad-de-una-empresa/">Blockchain, ¿cómo afecta la Seguridad y privacidad de una empresa?</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/blockchain-como-afecta-la-seguridad-y-privacidad-de-una-empresa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Porqué migrar a SAP S/4 Hana con Besh?</title>
		<link>https://bes-h.com/en/porque-migrar-a-sap-s-4-hana-con-besh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=porque-migrar-a-sap-s-4-hana-con-besh</link>
		<comments>https://bes-h.com/en/porque-migrar-a-sap-s-4-hana-con-besh/#respond</comments>
		<pubDate>Thu, 23 Jan 2020 07:00:46 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Besh]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Digital Transformation]]></category>
		<category><![CDATA[besh]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[hana cloud]]></category>
		<category><![CDATA[inteligencia de negocios]]></category>
		<category><![CDATA[SAP HANA Cloud]]></category>
		<category><![CDATA[transformacion digital]]></category>

		<guid isPermaLink="false">https://bes-h.com/es/?p=22821</guid>
		<description><![CDATA[<p>Sorry, this entry is only available in European Spanish.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/porque-migrar-a-sap-s-4-hana-con-besh/">¿Porqué migrar a SAP S/4 Hana con Besh?</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://bes-h.com/es/category/besh-noticias/" class="qtranxs-available-language-link qtranxs-available-language-link-es" title="ES">European Spanish</a>.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/porque-migrar-a-sap-s-4-hana-con-besh/">¿Porqué migrar a SAP S/4 Hana con Besh?</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/porque-migrar-a-sap-s-4-hana-con-besh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Súbete a la Nube” – Compartimos contigo nuestra experiencia en Madrid Fly</title>
		<link>https://bes-h.com/en/subete-a-la-nube-compartimos-contigo-nuestra-experiencia-en-madrid-fly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=subete-la-nube-compartimos-contigo-nuestra-experiencia-madrid-fly</link>
		<comments>https://bes-h.com/en/subete-a-la-nube-compartimos-contigo-nuestra-experiencia-en-madrid-fly/#respond</comments>
		<pubDate>Fri, 24 Nov 2017 10:14:24 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Besh]]></category>
		<category><![CDATA[besh]]></category>
		<category><![CDATA[evento]]></category>
		<category><![CDATA[SAP HANA]]></category>

		<guid isPermaLink="false">http://bes-h.com/es/?p=22123</guid>
		<description><![CDATA[<p>Sorry, this entry is only available in European Spanish.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/subete-a-la-nube-compartimos-contigo-nuestra-experiencia-en-madrid-fly/">“Súbete a la Nube” – Compartimos contigo nuestra experiencia en Madrid Fly</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://bes-h.com/es/category/besh-noticias/" class="qtranxs-available-language-link qtranxs-available-language-link-es" title="ES">European Spanish</a>.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/subete-a-la-nube-compartimos-contigo-nuestra-experiencia-en-madrid-fly/">“Súbete a la Nube” – Compartimos contigo nuestra experiencia en Madrid Fly</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/subete-a-la-nube-compartimos-contigo-nuestra-experiencia-en-madrid-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Estuvimos en el AUSAPE 2017 y queremos compartirlo</title>
		<link>https://bes-h.com/en/forum-ausape-2017/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=estuvimos-ausape-2017-queremos-compartirlo</link>
		<comments>https://bes-h.com/en/forum-ausape-2017/#respond</comments>
		<pubDate>Wed, 09 Aug 2017 10:54:05 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Besh]]></category>
		<category><![CDATA[ausape 2017]]></category>
		<category><![CDATA[besh]]></category>
		<category><![CDATA[fórum ausape 2017]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[housing]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[SAP HANA]]></category>

		<guid isPermaLink="false">http://bes-h.com/es/?p=21926</guid>
		<description><![CDATA[<p>Sorry, this entry is only available in European Spanish.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/forum-ausape-2017/">Estuvimos en el AUSAPE 2017 y queremos compartirlo</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://bes-h.com/es/category/besh-noticias/" class="qtranxs-available-language-link qtranxs-available-language-link-es" title="ES">European Spanish</a>.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/forum-ausape-2017/">Estuvimos en el AUSAPE 2017 y queremos compartirlo</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/forum-ausape-2017/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alianza con Huawei Empresas para proyectos sustentados en tecnología SAP</title>
		<link>https://bes-h.com/en/alianza-con-huawei-empresas-para-proyectos-sustentados-en-tecnologia-sap/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=alianza-huawei-empresas-proyectos-sustentados-tecnologia-sap</link>
		<comments>https://bes-h.com/en/alianza-con-huawei-empresas-para-proyectos-sustentados-en-tecnologia-sap/#respond</comments>
		<pubDate>Thu, 09 Feb 2017 16:11:54 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Besh]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[alianza besh]]></category>
		<category><![CDATA[huawei]]></category>
		<category><![CDATA[SAP HANA]]></category>
		<category><![CDATA[tecnología]]></category>

		<guid isPermaLink="false">http://bes-h.com/es/?p=21644</guid>
		<description><![CDATA[<p>Sorry, this entry is only available in European Spanish.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/alianza-con-huawei-empresas-para-proyectos-sustentados-en-tecnologia-sap/">Alianza con Huawei Empresas para proyectos sustentados en tecnología SAP</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://bes-h.com/es/category/besh-noticias/" class="qtranxs-available-language-link qtranxs-available-language-link-es" title="ES">European Spanish</a>.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/alianza-con-huawei-empresas-para-proyectos-sustentados-en-tecnologia-sap/">Alianza con Huawei Empresas para proyectos sustentados en tecnología SAP</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/alianza-con-huawei-empresas-para-proyectos-sustentados-en-tecnologia-sap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP HANA Cloud Platform: Innovation in the digital economy</title>
		<link>https://bes-h.com/en/sap-hana-cloud-platform-innovation-in-the-digital-economy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sap-hana-cloud-platform-conecta-la-economia-digital</link>
		<comments>https://bes-h.com/en/sap-hana-cloud-platform-innovation-in-the-digital-economy/#respond</comments>
		<pubDate>Thu, 19 Jan 2017 16:15:06 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Besh]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[gestion de datos]]></category>
		<category><![CDATA[hana cloud]]></category>
		<category><![CDATA[hana cloud platform]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[SAP HANA]]></category>
		<category><![CDATA[SAP HANA Cloud]]></category>

		<guid isPermaLink="false">http://bes-h.com/es/?p=21600</guid>
		<description><![CDATA[<p>The volume of information in a hyperconnected world such as the present one is growing...</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/sap-hana-cloud-platform-innovation-in-the-digital-economy/">SAP HANA Cloud Platform: Innovation in the digital economy</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><span style="color: #000000;">The volume of information in a hyperconnected world such as the present one is growing exponentially and the best managed business must transform into real-time businesses for improved connectivity with customers.</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;"><em><u>Cloud Computing</u></em> is a concept that has been installed a few years ago in the business sector as well as in the digital economy and the</span> <span style="color: #008a95;"><strong>SAP HANA</strong></span><span style="color: #000000;"> Cloud Platform has a lot to do with this. One of SAP&#8217;s services for IoT (Internet of Things) is the</span> <span style="color: #008a95;"><strong>SAP HANA Cloud Platform</strong></span>,<span style="color: #000000;"> a service that provides the ability to quickly manage, deploy and develop applications that synchronize data in real time, from one machine to another, As well as remote data,</span> <span style="color: #008a95;"><strong>which allows you to manage your entire business in real time and perform operations in a smart and fast way</strong></span><span style="color: #000000;">. This also improves decision making in the perimeter of the network and optimizes business processes in the center of the organization.</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">The</span> <span style="color: #008a95;"><strong>SAP HANA</strong></span> C<span style="color: #000000;">loud Platform is a cloud platform of</span> <span style="color: #008a95;"><strong><em>memory technology</em></strong></span><span style="color: #000000;">, designed for everyone who is increasingly online and data based. With this platform, you can create applications, taking advantage of the speed and scales of</span> <span style="color: #008a95;"><strong>SAP HANA</strong></span>.</p>
<p>&nbsp;</p>
<p><span style="color: #000000;">Many companies are developing this platform for their business, because it implements</span> <span style="color: #008a95;"><strong>easy to use applications</strong> <strong>on any device and</strong></span><span style="color: #000000;">, and of course, connects the company to the digital economy.</span> <span style="color: #008a95;"><strong>SAP HANA Cloud Platform</strong></span> <span style="color: #000000;">has a technical variety to build applications on a single platform, taking advantage of the capabilities of</span> <span style="color: #008a95;"><strong>SAP HANA</strong></span> <span style="color: #000000;">along with different business services.</span></p>
<p>&nbsp;</p>
<h5><span style="color: #d6394c;"><strong>CHARACTERISTICS</strong></span></h5>
<p><img class="wp-image-21625 alignright" src="https://bes-h.com/wp-content/uploads/2017/01/besh-hana-cloud-platform.jpg" alt="besh hana cloud platform" width="418" height="301" srcset="https://bes-h.com/wp-content/uploads/2017/01/besh-hana-cloud-platform.jpg 1200w, https://bes-h.com/wp-content/uploads/2017/01/besh-hana-cloud-platform-300x217.jpg 300w, https://bes-h.com/wp-content/uploads/2017/01/besh-hana-cloud-platform-768x554.jpg 768w, https://bes-h.com/wp-content/uploads/2017/01/besh-hana-cloud-platform-1024x739.jpg 1024w" sizes="(max-width: 418px) 100vw, 418px" /><span style="color: #000000;">SAP HANA Cloud Platform enables customers and partners to quickly integrate, create, and manage cloud-based enterprise applications, complementing them to SAP solutions. You can deploy and manage connected remote devices. Provides access to a feature-rich, easy-to-use cloud environment. The data center infrastructure is reliable and secure. It is the best connector of your company with the digital economy. The data is analyzed in real time and in an advanced way, directed to the benefit of the client.</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">In short, it is not only an <em>in-memory </em>technology database, but a complete application platform itself. Within the new technologies, there is no doubt that SAP HANA Cloud Platform is a bet on the future within the innovations for the digital economy, which increasingly needs these tools to accelerate its performance, in a world that grows exponentially in its Volume of information, within the <em>Cloud Computing</em> environment.</span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h5 style="text-align: right;"><span style="color: #000000;">Source:</span></h5>
<p style="text-align: right;"><span style="text-decoration: underline;"><span style="color: #0000ff; text-decoration: underline;"><a style="color: #0000ff; text-decoration: underline;" href="https://blogs.sap.com/wp-content/uploads/2013/01/273909_l_srgb_s_gl_172989.jpg" target="_blank" rel="noopener">SAP Blog</a></span></span></p>
<p>&nbsp;</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/sap-hana-cloud-platform-innovation-in-the-digital-economy/">SAP HANA Cloud Platform: Innovation in the digital economy</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/sap-hana-cloud-platform-innovation-in-the-digital-economy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the differences between analytics and data management?</title>
		<link>https://bes-h.com/en/differences-between-analytics-and-data-management/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cuales-las-diferencias-la-analitica-la-gestion-datos</link>
		<comments>https://bes-h.com/en/differences-between-analytics-and-data-management/#respond</comments>
		<pubDate>Mon, 16 Jan 2017 11:45:03 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Besh]]></category>
		<category><![CDATA[Noticias Big Data]]></category>
		<category><![CDATA[analitica]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[gestion de datos]]></category>
		<category><![CDATA[hana cloud platform]]></category>
		<category><![CDATA[SAP HANA]]></category>
		<category><![CDATA[sap hana cloud platform]]></category>

		<guid isPermaLink="false">http://bes-h.com/es/?p=21581</guid>
		<description><![CDATA[<p>Until a few years ago, the process of data analysis and processing was a difficult...</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/differences-between-analytics-and-data-management/">What are the differences between analytics and data management?</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><span style="color: #000000;">Until a few years ago, the process of data analysis and processing was a difficult task to perform due to the complexity of the processes and the large amount of information to be processed. Thanks to the digital transformation of companies, businesses have changed the way they act and think. Businesses have moved from a manual organizational model to a digital and automatic one.</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">The reason for this shift</span> <span style="color: #008a95;"><strong>being the excessive amount of information and the digital tools that exist in order to manage all this information</strong></span><span style="color: #000000;">. To respond to this demand, new professional profiles have emerged such as CDO (<em>Chief Data Officer</em>).</span><span style="color: #008a95;"> <strong>CDO´s are responsible for analyzing and managing a company´s data to convert them into a business asset</strong></span>.<span style="color: #000000;"> In short, a CDO is resposible for the management of all business data, and the usefulness of this data.</span></p>
<h5><span style="color: #d6394c;"> </span></h5>
<h5><strong><span style="color: #d6394c;">The presence of CDO´s in companies grows every year</span></strong></h5>
<p><span style="color: #000000;"><img class="wp-image-21590 alignleft" src="https://bes-h.com/wp-content/uploads/2017/01/gestion-de-datos.jpg" alt="gestion de datos" width="426" height="223" srcset="https://bes-h.com/wp-content/uploads/2017/01/gestion-de-datos.jpg 1200w, https://bes-h.com/wp-content/uploads/2017/01/gestion-de-datos-300x157.jpg 300w, https://bes-h.com/wp-content/uploads/2017/01/gestion-de-datos-768x402.jpg 768w, https://bes-h.com/wp-content/uploads/2017/01/gestion-de-datos-1024x536.jpg 1024w" sizes="(max-width: 426px) 100vw, 426px" />According to experts, CDO´s must meet three objectives; Improve customer interaction, increase efficiency and differentiate from its competitors.</span> <span style="color: #000000;">To meet these goals, these executives must harmonize two different sectors:</span> <span style="color: #008a95;"><strong>analytics</strong></span> <span style="color: #000000;">and</span> <span style="color: #008a95;"><strong>data management</strong></span><span style="color: #000000;">. To do this, they must combine all the internal and external data of the organization, as well as apply effective analytical and statistical techniques to reach new solutions.</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">This mix of data management and analytics is becoming the dominant trend in CDO agendas for large companies. Companies should hire this digital profile if they wish to incorporate new models of digital strategies. One of the tasks of the CDO´s is to integrate the data and its analysis in a joint way and not as separate operations.</span></p>
<h2></h2>
<p>&nbsp;</p>
<h5><strong><span style="color: #d6394c;">What does analytics and data management entail?</span></strong></h5>
<p><span style="color: #000000;">Data</span><span style="color: #008a95;"> <strong>analytics</strong> </span><span style="color: #000000;">is the science that examines the raw data in order to draw profits and conclusions. For example, decision-making is improved by better knowledge of customers and the market through analytics. In order to obtain patterns and useful data information, analytics applies statistical techniques.</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">In contrast,</span> <span style="color: #008a95;"><strong>data management</strong></span> <span style="color: #000000;">is the processing and management of data using digital technologies such as Big Data or databases. It is common to use software such as</span> <span style="color: #008a95;"><strong>SAP HANA Cloud Platform</strong></span><span style="color: #000000;"> for</span><span style="color: #008a95;"><strong> data management</strong>. <span style="color: #000000;">The difference with respect to a few years ago, was that companies could not analyze their processes without them being treated accurately</span></span><span style="color: #000000;">. In order to carry out the</span> <span style="color: #008a95;"><strong>analysis</strong></span><span style="color: #000000;"> and management of large volumes of information,</span><span style="color: #008a95;"> <strong>CDO´s use softwares such as SAP Hana Cloud Platform</strong></span><span style="color: #000000;">. Organizations must build their business in</span> <span style="color: #008a95;"><strong>analytics</strong></span> <span style="color: #000000;">and data management, but they must be built correctly and this is where CDO´s must step in.</span></p>
<p>&nbsp;</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/differences-between-analytics-and-data-management/">What are the differences between analytics and data management?</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/differences-between-analytics-and-data-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obtenemos el certificado en “SAP Outsourcing Operations Poviders&#8221; &#8211; Besh</title>
		<link>https://bes-h.com/en/certificado-en-sap-outsourcing-operations-providers-besh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=obtenemos-certificado-sap-outsourcing-operations-providers-besh</link>
		<comments>https://bes-h.com/en/certificado-en-sap-outsourcing-operations-providers-besh/#respond</comments>
		<pubDate>Thu, 12 Jan 2017 16:51:27 +0000</pubDate>
		<dc:creator><![CDATA[Besh]]></dc:creator>
				<category><![CDATA[Actualidad]]></category>
		<category><![CDATA[Besh]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://bes-h.com/es/?p=21561</guid>
		<description><![CDATA[<p>Sorry, this entry is only available in European Spanish.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/certificado-en-sap-outsourcing-operations-providers-besh/">Obtenemos el certificado en “SAP Outsourcing Operations Poviders&#8221; &#8211; Besh</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://bes-h.com/es/category/besh-noticias/" class="qtranxs-available-language-link qtranxs-available-language-link-es" title="ES">European Spanish</a>.</p>
<p>La entrada <a rel="nofollow" href="https://bes-h.com/en/certificado-en-sap-outsourcing-operations-providers-besh/">Obtenemos el certificado en “SAP Outsourcing Operations Poviders&#8221; &#8211; Besh</a> se publicó primero en <a rel="nofollow" href="https://bes-h.com/en"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://bes-h.com/en/certificado-en-sap-outsourcing-operations-providers-besh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
