<!DOCTYPE html>
<html lang="en-US" class="no-js">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
		<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<title>Learning Machines &#8211; A blog about data, science, and learning machines &#8211; like us</title>
<link href="https://blog.ephorie.de/wp-content/plugins/shariff-sharing/dep/shariff.complete.css" rel="stylesheet">
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Learning Machines &raquo; Feed" href="https://blog.ephorie.de/feed" />
<link rel="alternate" type="application/rss+xml" title="Learning Machines &raquo; Comments Feed" href="https://blog.ephorie.de/comments/feed" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.5.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=UA-198118340-1"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '8.5.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-198118340-1',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( mi_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}

					function __gtagTracker( type, name, parameters ) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply( null, arguments );
							return;
						}

						if ( type === 'event' ) {
							
															parameters.send_to = monsterinsights_frontend.ua;
								__gtagDataLayer( type, name, parameters );
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dZGIzZG' : true,
											} );
															__gtagTracker( 'config', 'UA-198118340-1', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;											(function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						})();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
		<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/blog.ephorie.de\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.3"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style>
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-quicklatex-format-css'  href='https://blog.ephorie.de/wp-content/plugins/wp-quicklatex/css/quicklatex-format.css?ver=5.9.3' media='all' />
<link rel='stylesheet' id='wp-block-library-css'  href='https://blog.ephorie.de/wp-includes/css/dist/block-library/style.min.css?ver=5.9.3' media='all' />
<style id='wp-block-library-theme-inline-css'>
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code>code{font-family:Menlo,Consolas,monaco,monospace;color:#1e1e1e;padding:.8em 1em;border:1px solid #ddd;border-radius:4px}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-group:where(.has-background){padding:1.25em 2.375em}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto;opacity:.4}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}
</style>
<style id='global-styles-inline-css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-gray: #1a1a1a;--wp--preset--color--medium-gray: #686868;--wp--preset--color--light-gray: #e5e5e5;--wp--preset--color--blue-gray: #4d545c;--wp--preset--color--bright-blue: #007acc;--wp--preset--color--light-blue: #9adffd;--wp--preset--color--dark-brown: #402b30;--wp--preset--color--medium-brown: #774e24;--wp--preset--color--dark-red: #640c1f;--wp--preset--color--bright-red: #ff675f;--wp--preset--color--yellow: #ffef8e;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<link rel='stylesheet' id='twentysixteen-fonts-css'  href='https://fonts.googleapis.com/css?family=Merriweather%3A400%2C700%2C900%2C400italic%2C700italic%2C900italic%7CMontserrat%3A400%2C700%7CInconsolata%3A400&#038;subset=latin%2Clatin-ext&#038;display=fallback' media='all' />
<link rel='stylesheet' id='genericons-css'  href='https://blog.ephorie.de/wp-content/themes/twentysixteen/genericons/genericons.css?ver=20201208' media='all' />
<link rel='stylesheet' id='twentysixteen-style-css'  href='https://blog.ephorie.de/wp-content/themes/twentysixteen/style.css?ver=20201208' media='all' />
<link rel='stylesheet' id='twentysixteen-block-style-css'  href='https://blog.ephorie.de/wp-content/themes/twentysixteen/css/blocks.css?ver=20190102' media='all' />
<!--[if lt IE 10]>
<link rel='stylesheet' id='twentysixteen-ie-css'  href='https://blog.ephorie.de/wp-content/themes/twentysixteen/css/ie.css?ver=20170530' media='all' />
<![endif]-->
<!--[if lt IE 9]>
<link rel='stylesheet' id='twentysixteen-ie8-css'  href='https://blog.ephorie.de/wp-content/themes/twentysixteen/css/ie8.css?ver=20170530' media='all' />
<![endif]-->
<!--[if lt IE 8]>
<link rel='stylesheet' id='twentysixteen-ie7-css'  href='https://blog.ephorie.de/wp-content/themes/twentysixteen/css/ie7.css?ver=20170530' media='all' />
<![endif]-->
<link rel='stylesheet' id='sp-dsgvo_twbs4_grid-css'  href='https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/bootstrap-grid.min.css?ver=3.1.29' media='all' />
<link rel='stylesheet' id='sp-dsgvo-css'  href='https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/sp-dsgvo-public.min.css?ver=3.1.29' media='all' />
<link rel='stylesheet' id='sp-dsgvo_popup-css'  href='https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/sp-dsgvo-popup.min.css?ver=3.1.29' media='all' />
<link rel='stylesheet' id='simplebar-css'  href='https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/simplebar.min.css?ver=5.9.3' media='all' />
<script src='https://blog.ephorie.de/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.5.0' id='monsterinsights-frontend-script-js'></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/blog.ephorie.de","hash_tracking":"false","ua":"UA-198118340-1","v4_id":""};</script>
<!--[if lt IE 9]>
<script src='https://blog.ephorie.de/wp-content/themes/twentysixteen/js/html5.js?ver=3.7.3' id='twentysixteen-html5-js'></script>
<![endif]-->
<script src='https://blog.ephorie.de/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script src='https://blog.ephorie.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script id='sp-dsgvo-js-extra'>
var spDsgvoGeneralConfig = {"ajaxUrl":"https:\/\/blog.ephorie.de\/wp-admin\/admin-ajax.php","wpJsonUrl":"https:\/\/blog.ephorie.de\/wp-json\/legalweb\/v1\/","cookieName":"sp_dsgvo_cookie_settings","cookieVersion":"0","cookieLifeTime":"86400","cookieLifeTimeDismiss":"86400","locale":"en_EN","privacyPolicyPageId":"0","privacyPolicyPageUrl":"https:\/\/blog.ephorie.de\/how-long-would-you-live-if-you-were-immortal","imprintPageId":"0","imprintPageUrl":"https:\/\/blog.ephorie.de\/how-long-would-you-live-if-you-were-immortal","showNoticeOnClose":"1","initialDisplayType":"cookie_notice","allIntegrationSlugs":[],"noticeHideEffect":"none","noticeOnScroll":"","noticeOnScrollOffset":"100","currentPageId":"5753","forceCookieInfo":"0","clientSideBlocking":"0"};
var spDsgvoIntegrationConfig = [];
</script>
<script src='https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/js/sp-dsgvo-public.min.js?ver=3.1.29' id='sp-dsgvo-js'></script>
<script src='https://blog.ephorie.de/wp-content/plugins/wp-quicklatex/js/wp-quicklatex-frontend.js?ver=1.0' id='wp-quicklatex-frontend-js'></script>
<link rel="https://api.w.org/" href="https://blog.ephorie.de/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://blog.ephorie.de/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://blog.ephorie.de/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.9.3" />
<link type="text/css" rel="stylesheet" href="http://blog.ephorie.de/wp-content/plugins/category-specific-rss-feed-menu/wp_cat_rss_style.css" />
<style type="text/css" media="screen">input#akismet_privacy_check { float: left; margin: 7px 7px 7px 0; width: 13px; }</style><style>
    .sp-dsgvo-blocked-embedding-placeholder
    {
        color: #313334;
                    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);            }

    a.sp-dsgvo-blocked-embedding-button-enable,
    a.sp-dsgvo-blocked-embedding-button-enable:hover,
    a.sp-dsgvo-blocked-embedding-button-enable:active {
        color: #313334;
        border-color: #313334;
        border-width: 2px;
    }

            .wp-embed-aspect-16-9 .sp-dsgvo-blocked-embedding-placeholder,
        .vc_video-aspect-ratio-169 .sp-dsgvo-blocked-embedding-placeholder,
        .elementor-aspect-ratio-169 .sp-dsgvo-blocked-embedding-placeholder{
            margin-top: -56.25%; /*16:9*/
        }

        .wp-embed-aspect-4-3 .sp-dsgvo-blocked-embedding-placeholder,
        .vc_video-aspect-ratio-43 .sp-dsgvo-blocked-embedding-placeholder,
        .elementor-aspect-ratio-43 .sp-dsgvo-blocked-embedding-placeholder{
            margin-top: -75%;
        }

        .wp-embed-aspect-3-2 .sp-dsgvo-blocked-embedding-placeholder,
        .vc_video-aspect-ratio-32 .sp-dsgvo-blocked-embedding-placeholder,
        .elementor-aspect-ratio-32 .sp-dsgvo-blocked-embedding-placeholder{
            margin-top: -66.66%;
        }
    </style>
            <style>
                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: italic;
                    font-weight: 300;
                    src: local('Roboto Light Italic'),
                    local('Roboto-LightItalic'),
                    url(https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-LightItalic-webfont.woff) format('woff');
                    font-display: swap;

                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: italic;
                    font-weight: 400;
                    src: local('Roboto Italic'),
                    local('Roboto-Italic'),
                    url(https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Italic-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: italic;
                    font-weight: 700;
                    src: local('Roboto Bold Italic'),
                    local('Roboto-BoldItalic'),
                    url(https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-BoldItalic-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: italic;
                    font-weight: 900;
                    src: local('Roboto Black Italic'),
                    local('Roboto-BlackItalic'),
                    url(https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-BlackItalic-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 300;
                    src: local('Roboto Light'),
                    local('Roboto-Light'),
                    url(https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Light-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 400;
                    src: local('Roboto Regular'),
                    local('Roboto-Regular'),
                    url(https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Regular-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 700;
                    src: local('Roboto Bold'),
                    local('Roboto-Bold'),
                    url(https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Bold-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 900;
                    src: local('Roboto Black'),
                    local('Roboto-Black'),
                    url(https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Black-webfont.woff) format('woff');
                    font-display: swap;
                }
            </style>
            <style id="custom-background-css">
body.custom-background { background-color: #ffffff; }
</style>
	<link rel="icon" href="https://blog.ephorie.de/wp-content/uploads/2019/02/cropped-android-chrome-512x512-1-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://blog.ephorie.de/wp-content/uploads/2019/02/cropped-android-chrome-512x512-1-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://blog.ephorie.de/wp-content/uploads/2019/02/cropped-android-chrome-512x512-1-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://blog.ephorie.de/wp-content/uploads/2019/02/cropped-android-chrome-512x512-1-1-270x270.png" />
		<style id="wp-custom-css">
			#masthead {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
blockquote p {
font-size: 16px;
}
ol {
    font-size: 16px;
}
ul {
    font-size: 16px;
}		</style>
		</head>

<body class="home blog custom-background wp-custom-logo wp-embed-responsive hfeed">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div id="page" class="site">
	<div class="site-inner">
		<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

		<header id="masthead" class="site-header">
			<div class="site-header-main">
				<div class="site-branding">
					<a href="https://blog.ephorie.de/" class="custom-logo-link" rel="home" aria-current="page"><img width="240" height="117" src="https://blog.ephorie.de/wp-content/uploads/2019/02/cropped-teacher-2714183_1920_cropped-4.jpg" class="custom-logo" alt="Learning Machines" /></a>
											<h1 class="site-title"><a href="https://blog.ephorie.de/" rel="home">Learning Machines</a></h1>
											<p class="site-description">A blog about data, science, and learning machines &#8211; like us</p>
									</div><!-- .site-branding -->

							</div><!-- .site-header-main -->

					</header><!-- .site-header -->

		<div id="content" class="site-content">

	<div id="primary" class="content-area">
		<main id="main" class="site-main">

		
			
			
<article id="post-5753" class="post-5753 post type-post status-publish format-standard hentry category-learning-r category-r category-r-bloggers category-society category-statistics">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/how-long-would-you-live-if-you-were-immortal" rel="bookmark">How long would you live if you were immortal?</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img src="http://blog.ephorie.de/wp-content/uploads/2022/02/hourglass-g80accf4f4_1280-e1645877173309-169x300.jpg" alt="" width="169" height="300" class="alignleft size-medium wp-image-5755" srcset="https://blog.ephorie.de/wp-content/uploads/2022/02/hourglass-g80accf4f4_1280-e1645877173309-169x300.jpg 169w, https://blog.ephorie.de/wp-content/uploads/2022/02/hourglass-g80accf4f4_1280-e1645877173309.jpg 572w" sizes="(max-width: 169px) 85vw, 169px" /><br />
Imagine a world without diseases and no biological limit to how long you could live. Still, there could be accidents that kill you, murder, and suicides.</p>
<p>If you want to get an estimate of your life expectancy under those circumstances, read on!<br />
 <a href="https://blog.ephorie.de/how-long-would-you-live-if-you-were-immortal#more-5753" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;How long would you live if you were immortal?&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/how-long-would-you-live-if-you-were-immortal" rel="bookmark"><time class="entry-date published" datetime="2022-03-22T09:00:29+01:00">March 22, 2022</time><time class="updated" datetime="2022-03-20T12:54:33+01:00">March 20, 2022</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/learning-r" rel="category tag">Learning R</a>, <a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/society" rel="category tag">Society</a>, <a href="https://blog.ephorie.de/category/statistics" rel="category tag">Statistics</a></span><span class="comments-link"><a href="https://blog.ephorie.de/how-long-would-you-live-if-you-were-immortal#comments">1 Comment<span class="screen-reader-text"> on How long would you live if you were immortal?</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5753 -->

<article id="post-5706" class="post-5706 post type-post status-publish format-standard hentry category-r category-r-bloggers">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/wordle-solve-wordle-with-r" rel="bookmark">WoRdle: Solve Wordle with R!</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2019/02/language-2557036_1920-e1550173671936-287x300.jpg" alt="" width="287" height="300" class="alignleft size-medium wp-image-658" srcset="https://blog.ephorie.de/wp-content/uploads/2019/02/language-2557036_1920-e1550173671936-287x300.jpg 287w, https://blog.ephorie.de/wp-content/uploads/2019/02/language-2557036_1920-e1550173671936-768x802.jpg 768w, https://blog.ephorie.de/wp-content/uploads/2019/02/language-2557036_1920-e1550173671936-981x1024.jpg 981w, https://blog.ephorie.de/wp-content/uploads/2019/02/language-2557036_1920-e1550173671936-1200x1253.jpg 1200w, https://blog.ephorie.de/wp-content/uploads/2019/02/language-2557036_1920-e1550173671936.jpg 1636w" sizes="(max-width: 287px) 85vw, 287px" /><br />
<em>Wordle</em> is a daily word puzzle that’s taken the internet by storm: if you want to get some assistance to solve the viral online game, even in hard mode and with any (also future) word lists, read on!<br />
 <a href="https://blog.ephorie.de/wordle-solve-wordle-with-r#more-5706" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;WoRdle: Solve Wordle with R!&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/wordle-solve-wordle-with-r" rel="bookmark"><time class="entry-date published" datetime="2022-02-22T14:24:09+01:00">February 22, 2022</time><time class="updated" datetime="2022-02-22T22:47:05+01:00">February 22, 2022</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a></span><span class="comments-link"><a href="https://blog.ephorie.de/wordle-solve-wordle-with-r#comments">6 Comments<span class="screen-reader-text"> on WoRdle: Solve Wordle with R!</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5706 -->

<article id="post-5611" class="post-5611 post type-post status-publish format-standard hentry category-covid-19 category-r category-r-bloggers category-society category-statistics">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/covid-19-the-incredible-shrinking-boost-of-the-booster-shot" rel="bookmark">COVID-19: The Incredible Shrinking Boost of the Booster Shot</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2019/03/rocket-1027577_1280-e1560686292768-223x300.jpg" alt="" width="223" height="300" class="alignleft size-medium wp-image-1006" srcset="https://blog.ephorie.de/wp-content/uploads/2019/03/rocket-1027577_1280-e1560686292768-223x300.jpg 223w, https://blog.ephorie.de/wp-content/uploads/2019/03/rocket-1027577_1280-e1560686292768.jpg 725w" sizes="(max-width: 223px) 85vw, 223px" /><br />
With COVID-19 after the vaccination is before the vaccination. Now that most people in the developed countries have been vaccinated the question arises of how much boost is in the booster shot. We are here to help you understand the real power (or lack thereof) of the booster, so read on!<br />
 <a href="https://blog.ephorie.de/covid-19-the-incredible-shrinking-boost-of-the-booster-shot#more-5611" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;COVID-19: The Incredible Shrinking Boost of the Booster Shot&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/covid-19-the-incredible-shrinking-boost-of-the-booster-shot" rel="bookmark"><time class="entry-date published" datetime="2021-10-05T08:00:10+02:00">October 5, 2021</time><time class="updated" datetime="2021-10-09T10:16:37+02:00">October 9, 2021</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/covid-19" rel="category tag">COVID-19</a>, <a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/society" rel="category tag">Society</a>, <a href="https://blog.ephorie.de/category/statistics" rel="category tag">Statistics</a></span><span class="comments-link"><a href="https://blog.ephorie.de/covid-19-the-incredible-shrinking-boost-of-the-booster-shot#comments">20 Comments<span class="screen-reader-text"> on COVID-19: The Incredible Shrinking Boost of the Booster Shot</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5611 -->

<article id="post-3478" class="post-3478 post type-post status-publish format-standard hentry category-r category-r-bloggers category-rosetta-code">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/solving-einsteins-puzzle-with-constraint-programming" rel="bookmark">Solving Einstein&#8217;s Puzzle with Constraint Programming</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2020/02/teacher-1015307_1280-e1581452940283-125x300.jpg" alt="" width="125" height="300" class="alignleft size-medium wp-image-3481" srcset="https://blog.ephorie.de/wp-content/uploads/2020/02/teacher-1015307_1280-e1581452940283-125x300.jpg 125w, https://blog.ephorie.de/wp-content/uploads/2020/02/teacher-1015307_1280-e1581452940283-427x1024.jpg 427w, https://blog.ephorie.de/wp-content/uploads/2020/02/teacher-1015307_1280-e1581452940283.jpg 505w" sizes="(max-width: 125px) 85vw, 125px" /><br />
The following puzzle is a well-known meme in social networks. It is said to have been invented by young Einstein and back in the days I was ambitious enough to solve it by hand (you should try too!).</p>
<p>Yet, even simpler is to use <em>Constraint Programming (CP)</em>. An excellent choice for doing that is <em>MiniZinc</em>, a free and open-source constraint modelling language. And the best thing is that you can control it by R! If you want to see how, read on!<br />
 <a href="https://blog.ephorie.de/solving-einsteins-puzzle-with-constraint-programming#more-3478" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Solving Einstein&#8217;s Puzzle with Constraint Programming&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/solving-einsteins-puzzle-with-constraint-programming" rel="bookmark"><time class="entry-date published" datetime="2021-09-30T09:00:16+02:00">September 30, 2021</time><time class="updated" datetime="2021-09-29T19:50:14+02:00">September 29, 2021</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/rosetta-code" rel="category tag">Rosetta Code</a></span><span class="comments-link"><a href="https://blog.ephorie.de/solving-einsteins-puzzle-with-constraint-programming#comments">1 Comment<span class="screen-reader-text"> on Solving Einstein&#8217;s Puzzle with Constraint Programming</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-3478 -->

<article id="post-5543" class="post-5543 post type-post status-publish format-standard hentry category-covid-19 category-quantitative-finance category-r category-r-bloggers category-society category-statistics">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/the-most-dangerous-equation-or-why-small-is-not-beautiful" rel="bookmark">The Most Dangerous Equation, or Why Small is <em>Not</em> Beautiful!</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2021/09/giant-1013693_1280-e1631466434940-283x300.jpg" alt="" width="283" height="300" class="alignleft size-medium wp-image-5553" srcset="https://blog.ephorie.de/wp-content/uploads/2021/09/giant-1013693_1280-e1631466434940-283x300.jpg 283w, https://blog.ephorie.de/wp-content/uploads/2021/09/giant-1013693_1280-e1631466434940-840x891.jpg 840w, https://blog.ephorie.de/wp-content/uploads/2021/09/giant-1013693_1280-e1631466434940-768x815.jpg 768w, https://blog.ephorie.de/wp-content/uploads/2021/09/giant-1013693_1280-e1631466434940.jpg 1142w" sizes="(max-width: 283px) 85vw, 283px" /><br />
Over one billion dollars have been spent in the US to split up big schools into smaller ones because small schools regularly show up in rankings as top performers.</p>
<p>In this post, I will show you why that money was wasted because of a widespread (but not so well known) statistical artifact, so read on!<br />
 <a href="https://blog.ephorie.de/the-most-dangerous-equation-or-why-small-is-not-beautiful#more-5543" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;The Most Dangerous Equation, or Why Small is <em>Not</em> Beautiful!&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/the-most-dangerous-equation-or-why-small-is-not-beautiful" rel="bookmark"><time class="entry-date published" datetime="2021-09-22T09:00:39+02:00">September 22, 2021</time><time class="updated" datetime="2021-09-22T09:44:18+02:00">September 22, 2021</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/covid-19" rel="category tag">COVID-19</a>, <a href="https://blog.ephorie.de/category/quantitative-finance" rel="category tag">Quantitative Finance</a>, <a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/society" rel="category tag">Society</a>, <a href="https://blog.ephorie.de/category/statistics" rel="category tag">Statistics</a></span><span class="comments-link"><a href="https://blog.ephorie.de/the-most-dangerous-equation-or-why-small-is-not-beautiful#comments">6 Comments<span class="screen-reader-text"> on The Most Dangerous Equation, or Why Small is <em>Not</em> Beautiful!</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5543 -->

<article id="post-5531" class="post-5531 post type-post status-publish format-standard hentry category-quantitative-finance category-r category-r-bloggers category-statistics">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/is-the-stock-market-efficient-let-your-zip-compression-tool-give-an-answer" rel="bookmark">Is the Stock Market Efficient? Let your ZIP Compression Tool give an Answer!</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2021/09/german-2606352_1280-e1631280876774-300x297.jpg" alt="" width="300" height="297" class="alignleft size-medium wp-image-5532" srcset="https://blog.ephorie.de/wp-content/uploads/2021/09/german-2606352_1280-e1631280876774-300x297.jpg 300w, https://blog.ephorie.de/wp-content/uploads/2021/09/german-2606352_1280-e1631280876774-840x832.jpg 840w, https://blog.ephorie.de/wp-content/uploads/2021/09/german-2606352_1280-e1631280876774-150x150.jpg 150w, https://blog.ephorie.de/wp-content/uploads/2021/09/german-2606352_1280-e1631280876774-768x761.jpg 768w, https://blog.ephorie.de/wp-content/uploads/2021/09/german-2606352_1280-e1631280876774.jpg 1088w" sizes="(max-width: 300px) 85vw, 300px" /><br />
One of the most fiercely fought debates in quantitative finance is whether the stock market (or financial markets in general) is (are) <em>efficient</em>, i.e. whether you can find patterns in them that can be profitably used. </p>
<p>If you want to learn about an ingenious method (that is already present in anyone&#8217;s computer) to approach that question, read on!<br />
 <a href="https://blog.ephorie.de/is-the-stock-market-efficient-let-your-zip-compression-tool-give-an-answer#more-5531" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Is the Stock Market Efficient? Let your ZIP Compression Tool give an Answer!&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/is-the-stock-market-efficient-let-your-zip-compression-tool-give-an-answer" rel="bookmark"><time class="entry-date published" datetime="2021-09-14T09:24:09+02:00">September 14, 2021</time><time class="updated" datetime="2021-10-07T17:48:12+02:00">October 7, 2021</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/quantitative-finance" rel="category tag">Quantitative Finance</a>, <a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/statistics" rel="category tag">Statistics</a></span><span class="comments-link"><a href="https://blog.ephorie.de/is-the-stock-market-efficient-let-your-zip-compression-tool-give-an-answer#comments">4 Comments<span class="screen-reader-text"> on Is the Stock Market Efficient? Let your ZIP Compression Tool give an Answer!</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5531 -->

<article id="post-5463" class="post-5463 post type-post status-publish format-standard hentry category-how-things-work category-quantitative-finance category-r category-r-bloggers category-society category-statistics">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/the-polya-urn-model-a-simple-simulation-of-the-rich-get-richer" rel="bookmark">The Pólya Urn Model: A simple Simulation of &#8220;The Rich get Richer&#8221;</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2021/08/dollar-2091737_1280-e1629660904154-300x268.jpg" alt="" width="300" height="268" class="alignleft size-medium wp-image-5467" srcset="https://blog.ephorie.de/wp-content/uploads/2021/08/dollar-2091737_1280-e1629660904154-300x268.jpg 300w, https://blog.ephorie.de/wp-content/uploads/2021/08/dollar-2091737_1280-e1629660904154-840x752.jpg 840w, https://blog.ephorie.de/wp-content/uploads/2021/08/dollar-2091737_1280-e1629660904154-768x687.jpg 768w, https://blog.ephorie.de/wp-content/uploads/2021/08/dollar-2091737_1280-e1629660904154-1200x1074.jpg 1200w, https://blog.ephorie.de/wp-content/uploads/2021/08/dollar-2091737_1280-e1629660904154.jpg 1219w" sizes="(max-width: 300px) 85vw, 300px" /><br />
What is the <em>&#8220;opposite&#8221; of sampling without replacement</em>? In a classical urn model <em>sampling without replacement</em> means that you don&#8217;t replace the ball that you have drawn. Therefore the probability of drawing that colour becomes smaller. How about the opposite, i.e. that the probability becomes <em>bigger</em>? Then you have a so-called <em>Pólya urn model</em>!</p>
<p>Many real-world processes have this self-reinforcing property, e.g. leading to the distribution of wealth or the number of followers on social media. If you want to learn how to simulate such a process with R and encounter some surprising results, read on!<br />
 <a href="https://blog.ephorie.de/the-polya-urn-model-a-simple-simulation-of-the-rich-get-richer#more-5463" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;The Pólya Urn Model: A simple Simulation of &#8220;The Rich get Richer&#8221;&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/the-polya-urn-model-a-simple-simulation-of-the-rich-get-richer" rel="bookmark"><time class="entry-date published" datetime="2021-09-07T08:00:34+02:00">September 7, 2021</time><time class="updated" datetime="2021-09-07T08:40:07+02:00">September 7, 2021</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/how-things-work" rel="category tag">How Things Work</a>, <a href="https://blog.ephorie.de/category/quantitative-finance" rel="category tag">Quantitative Finance</a>, <a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/society" rel="category tag">Society</a>, <a href="https://blog.ephorie.de/category/statistics" rel="category tag">Statistics</a></span><span class="comments-link"><a href="https://blog.ephorie.de/the-polya-urn-model-a-simple-simulation-of-the-rich-get-richer#comments">4 Comments<span class="screen-reader-text"> on The Pólya Urn Model: A simple Simulation of &#8220;The Rich get Richer&#8221;</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5463 -->

<article id="post-5346" class="post-5346 post type-post status-publish format-standard hentry category-learning-r category-quantitative-finance category-r category-r-bloggers category-statistics">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/new-bundesliga-forecasting-tool-can-underdog-herta-berlin-beat-bayern-munich" rel="bookmark">New Bundesliga Forecasting Tool: Can Underdog Herta Berlin beat Bayern Munich?</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2021/08/male-2322817_1280-e1628938397451-278x300.jpg" alt="" width="278" height="300" class="alignleft size-medium wp-image-5348" srcset="https://blog.ephorie.de/wp-content/uploads/2021/08/male-2322817_1280-e1628938397451-278x300.jpg 278w, https://blog.ephorie.de/wp-content/uploads/2021/08/male-2322817_1280-e1628938397451-840x908.jpg 840w, https://blog.ephorie.de/wp-content/uploads/2021/08/male-2322817_1280-e1628938397451-768x830.jpg 768w, https://blog.ephorie.de/wp-content/uploads/2021/08/male-2322817_1280-e1628938397451.jpg 1081w" sizes="(max-width: 278px) 85vw, 278px" /><br />
The Bundesliga is Germany&#8217;s primary football league. It is one of the most important football leagues in the world, broadcast on television in over 200 countries.</p>
<p>If you want to get your hands on a tool to forecast the result of any game (and perform some more statistical analyses), read on!<br />
 <a href="https://blog.ephorie.de/new-bundesliga-forecasting-tool-can-underdog-herta-berlin-beat-bayern-munich#more-5346" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;New Bundesliga Forecasting Tool: Can Underdog Herta Berlin beat Bayern Munich?&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/new-bundesliga-forecasting-tool-can-underdog-herta-berlin-beat-bayern-munich" rel="bookmark"><time class="entry-date published" datetime="2021-08-25T08:30:26+02:00">August 25, 2021</time><time class="updated" datetime="2021-09-12T23:34:44+02:00">September 12, 2021</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/learning-r" rel="category tag">Learning R</a>, <a href="https://blog.ephorie.de/category/quantitative-finance" rel="category tag">Quantitative Finance</a>, <a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/statistics" rel="category tag">Statistics</a></span><span class="comments-link"><a href="https://blog.ephorie.de/new-bundesliga-forecasting-tool-can-underdog-herta-berlin-beat-bayern-munich#comments">2 Comments<span class="screen-reader-text"> on New Bundesliga Forecasting Tool: Can Underdog Herta Berlin beat Bayern Munich?</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5346 -->

<article id="post-5389" class="post-5389 post type-post status-publish format-standard hentry category-covid-19 category-oner category-r category-r-bloggers category-society category-statistics">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/the-youth-bulge-of-afghanistan-the-hidden-force-behind-political-instability" rel="bookmark">The &#8220;Youth Bulge&#8221; of Afghanistan: The Hidden Force behind Political Instability</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2021/08/demonstration-5033078_1280-1-300x300.jpg" alt="" width="300" height="300" class="alignleft size-medium wp-image-5447" srcset="https://blog.ephorie.de/wp-content/uploads/2021/08/demonstration-5033078_1280-1-300x300.jpg 300w, https://blog.ephorie.de/wp-content/uploads/2021/08/demonstration-5033078_1280-1-840x840.jpg 840w, https://blog.ephorie.de/wp-content/uploads/2021/08/demonstration-5033078_1280-1-150x150.jpg 150w, https://blog.ephorie.de/wp-content/uploads/2021/08/demonstration-5033078_1280-1-768x768.jpg 768w, https://blog.ephorie.de/wp-content/uploads/2021/08/demonstration-5033078_1280-1-1200x1200.jpg 1200w, https://blog.ephorie.de/wp-content/uploads/2021/08/demonstration-5033078_1280-1.jpg 1280w" sizes="(max-width: 300px) 85vw, 300px" /><br />
In view of the current dramatic events in Afghanistan many wonder why the extensive international efforts to bring some stability to the country have failed so miserably.</p>
<p>In this post, we will present and analytically examine a fascinating theory that seems to be able to explain political (in-)stability almost mono-causally, so read on!<br />
 <a href="https://blog.ephorie.de/the-youth-bulge-of-afghanistan-the-hidden-force-behind-political-instability#more-5389" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;The &#8220;Youth Bulge&#8221; of Afghanistan: The Hidden Force behind Political Instability&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/the-youth-bulge-of-afghanistan-the-hidden-force-behind-political-instability" rel="bookmark"><time class="entry-date published" datetime="2021-08-20T09:00:38+02:00">August 20, 2021</time><time class="updated" datetime="2021-08-22T10:27:25+02:00">August 22, 2021</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/covid-19" rel="category tag">COVID-19</a>, <a href="https://blog.ephorie.de/category/oner" rel="category tag">OneR</a>, <a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/society" rel="category tag">Society</a>, <a href="https://blog.ephorie.de/category/statistics" rel="category tag">Statistics</a></span><span class="comments-link"><a href="https://blog.ephorie.de/the-youth-bulge-of-afghanistan-the-hidden-force-behind-political-instability#comments">10 Comments<span class="screen-reader-text"> on The &#8220;Youth Bulge&#8221; of Afghanistan: The Hidden Force behind Political Instability</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5389 -->

<article id="post-5254" class="post-5254 post type-post status-publish format-standard hentry category-learning-r category-machine-learning category-r category-r-bloggers category-statistics">
	<header class="entry-header">
		
		<h2 class="entry-title"><a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i" rel="bookmark">Learning Path for &#8220;Data Science with R&#8221; &#8211; Part I</a></h2>	</header><!-- .entry-header -->

	
	
	<div class="entry-content">
		<p><img loading="lazy" src="http://blog.ephorie.de/wp-content/uploads/2021/08/teacher-1013890_1280-e1628703935397-157x300.jpg" alt="" width="157" height="300" class="alignleft size-medium wp-image-5264" srcset="https://blog.ephorie.de/wp-content/uploads/2021/08/teacher-1013890_1280-e1628703935397-157x300.jpg 157w, https://blog.ephorie.de/wp-content/uploads/2021/08/teacher-1013890_1280-e1628703935397-537x1024.jpg 537w, https://blog.ephorie.de/wp-content/uploads/2021/08/teacher-1013890_1280-e1628703935397.jpg 626w" sizes="(max-width: 157px) 85vw, 157px" /><br />
Over the course of the last two and a half years, I have written over one hundred posts for my blog &#8220;Learning Machines&#8221; on the topics of data science, i.e. statistics, artificial intelligence, machine learning, and deep learning.</p>
<p>I use many of those in my university classes and in this post, I will give you the first part of a learning path for the knowledge that has accumulated on this blog over the years to become a well-rounded data scientist, so read on!<br />
 <a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i#more-5254" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Learning Path for &#8220;Data Science with R&#8221; &#8211; Part I&#8221;</span></a></p>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
		<span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=49&#038;d=identicon&#038;r=g' srcset='https://secure.gravatar.com/avatar/55df985dc2ba7df50e931ca237620607?s=98&#038;d=identicon&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://blog.ephorie.de/author/learning-machines">Learning Machines</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i" rel="bookmark"><time class="entry-date published" datetime="2021-08-17T09:00:47+02:00">August 17, 2021</time><time class="updated" datetime="2021-09-20T13:04:43+02:00">September 20, 2021</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://blog.ephorie.de/category/learning-r" rel="category tag">Learning R</a>, <a href="https://blog.ephorie.de/category/machine-learning" rel="category tag">Machine Learning</a>, <a href="https://blog.ephorie.de/category/r" rel="category tag">R</a>, <a href="https://blog.ephorie.de/category/r-bloggers" rel="category tag">R-Bloggers</a>, <a href="https://blog.ephorie.de/category/statistics" rel="category tag">Statistics</a></span><span class="comments-link"><a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i#comments">1 Comment<span class="screen-reader-text"> on Learning Path for &#8220;Data Science with R&#8221; &#8211; Part I</span></a></span>			</footer><!-- .entry-footer -->
</article><!-- #post-5254 -->

	<nav class="navigation pagination" aria-label="Posts">
		<h2 class="screen-reader-text">Posts navigation</h2>
		<div class="nav-links"><span aria-current="page" class="page-numbers current"><span class="meta-nav screen-reader-text">Page </span>1</span>
<a class="page-numbers" href="https://blog.ephorie.de/page/2"><span class="meta-nav screen-reader-text">Page </span>2</a>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="https://blog.ephorie.de/page/12"><span class="meta-nav screen-reader-text">Page </span>12</a>
<a class="next page-numbers" href="https://blog.ephorie.de/page/2">Next page</a></div>
	</nav>
		</main><!-- .site-main -->
	</div><!-- .content-area -->


	<aside id="secondary" class="sidebar widget-area">
		<section id="search-2" class="widget widget_search">
<form role="search" method="get" class="search-form" action="https://blog.ephorie.de/">
	<label>
		<span class="screen-reader-text">Search for:</span>
		<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
	</label>
	<button type="submit" class="search-submit"><span class="screen-reader-text">Search</span></button>
</form>
</section>
		<section id="recent-posts-2" class="widget widget_recent_entries">
		<h2 class="widget-title">Recent Posts</h2><nav aria-label="Recent Posts">
		<ul>
											<li>
					<a href="https://blog.ephorie.de/how-long-would-you-live-if-you-were-immortal">How long would you live if you were immortal?</a>
											<span class="post-date">March 22, 2022</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/wordle-solve-wordle-with-r">WoRdle: Solve Wordle with R!</a>
											<span class="post-date">February 22, 2022</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/covid-19-the-incredible-shrinking-boost-of-the-booster-shot">COVID-19: The Incredible Shrinking Boost of the Booster Shot</a>
											<span class="post-date">October 5, 2021</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/solving-einsteins-puzzle-with-constraint-programming">Solving Einstein&#8217;s Puzzle with Constraint Programming</a>
											<span class="post-date">September 30, 2021</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/the-most-dangerous-equation-or-why-small-is-not-beautiful">The Most Dangerous Equation, or Why Small is <em>Not</em> Beautiful!</a>
											<span class="post-date">September 22, 2021</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/is-the-stock-market-efficient-let-your-zip-compression-tool-give-an-answer">Is the Stock Market Efficient? Let your ZIP Compression Tool give an Answer!</a>
											<span class="post-date">September 14, 2021</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/the-polya-urn-model-a-simple-simulation-of-the-rich-get-richer">The Pólya Urn Model: A simple Simulation of &#8220;The Rich get Richer&#8221;</a>
											<span class="post-date">September 7, 2021</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/new-bundesliga-forecasting-tool-can-underdog-herta-berlin-beat-bayern-munich">New Bundesliga Forecasting Tool: Can Underdog Herta Berlin beat Bayern Munich?</a>
											<span class="post-date">August 25, 2021</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/the-youth-bulge-of-afghanistan-the-hidden-force-behind-political-instability">The &#8220;Youth Bulge&#8221; of Afghanistan: The Hidden Force behind Political Instability</a>
											<span class="post-date">August 20, 2021</span>
									</li>
											<li>
					<a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i">Learning Path for &#8220;Data Science with R&#8221; &#8211; Part I</a>
											<span class="post-date">August 17, 2021</span>
									</li>
					</ul>

		</nav></section><section id="categories-2" class="widget widget_categories"><h2 class="widget-title">Categories</h2><nav aria-label="Categories">
			<ul>
					<li class="cat-item cat-item-19"><a href="https://blog.ephorie.de/category/covid-19" title="Posts on topics surrounding the coronavirus pandemic">COVID-19</a> (10)
</li>
	<li class="cat-item cat-item-10"><a href="https://blog.ephorie.de/category/how-things-work" title="Understanding modern IT-based technology">How Things Work</a> (28)
</li>
	<li class="cat-item cat-item-6"><a href="https://blog.ephorie.de/category/learning-r" title="Posts about learning R">Learning R</a> (59)
</li>
	<li class="cat-item cat-item-5"><a href="https://blog.ephorie.de/category/machine-learning" title="Posts about machine learning">Machine Learning</a> (40)
</li>
	<li class="cat-item cat-item-18"><a href="https://blog.ephorie.de/category/oner" title="Posts that make use of the OneR package">OneR</a> (14)
</li>
	<li class="cat-item cat-item-9"><a href="https://blog.ephorie.de/category/quantitative-finance" title="Posts about quantitative finance">Quantitative Finance</a> (17)
</li>
	<li class="cat-item cat-item-2"><a href="https://blog.ephorie.de/category/r" title="Posts with R code">R</a> (117)
</li>
	<li class="cat-item cat-item-3"><a href="https://blog.ephorie.de/category/r-bloggers" title="Posts that are contributed to R-Bloggers">R-Bloggers</a> (120)
</li>
	<li class="cat-item cat-item-4"><a href="https://blog.ephorie.de/category/rosetta-code" title="Posts about code examples on Rosetta Code">Rosetta Code</a> (8)
</li>
	<li class="cat-item cat-item-17"><a href="https://blog.ephorie.de/category/society" title="Posts about economic and political topics">Society</a> (21)
</li>
	<li class="cat-item cat-item-8"><a href="https://blog.ephorie.de/category/statistics" title="Posts about statistics">Statistics</a> (58)
</li>
			</ul>

			</nav></section><section id="archives-2" class="widget widget_archive"><h2 class="widget-title">Archives</h2><nav aria-label="Archives">
			<ul>
					<li><a href='https://blog.ephorie.de/2022/03'>March 2022</a>&nbsp;(1)</li>
	<li><a href='https://blog.ephorie.de/2022/02'>February 2022</a>&nbsp;(1)</li>
	<li><a href='https://blog.ephorie.de/2021/10'>October 2021</a>&nbsp;(1)</li>
	<li><a href='https://blog.ephorie.de/2021/09'>September 2021</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2021/08'>August 2021</a>&nbsp;(3)</li>
	<li><a href='https://blog.ephorie.de/2021/07'>July 2021</a>&nbsp;(2)</li>
	<li><a href='https://blog.ephorie.de/2021/06'>June 2021</a>&nbsp;(5)</li>
	<li><a href='https://blog.ephorie.de/2021/05'>May 2021</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2021/04'>April 2021</a>&nbsp;(3)</li>
	<li><a href='https://blog.ephorie.de/2021/03'>March 2021</a>&nbsp;(3)</li>
	<li><a href='https://blog.ephorie.de/2021/02'>February 2021</a>&nbsp;(2)</li>
	<li><a href='https://blog.ephorie.de/2021/01'>January 2021</a>&nbsp;(3)</li>
	<li><a href='https://blog.ephorie.de/2020/12'>December 2020</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2020/11'>November 2020</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2020/10'>October 2020</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2020/07'>July 2020</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2020/06'>June 2020</a>&nbsp;(5)</li>
	<li><a href='https://blog.ephorie.de/2020/05'>May 2020</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2020/04'>April 2020</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2020/03'>March 2020</a>&nbsp;(3)</li>
	<li><a href='https://blog.ephorie.de/2020/02'>February 2020</a>&nbsp;(2)</li>
	<li><a href='https://blog.ephorie.de/2020/01'>January 2020</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2019/12'>December 2019</a>&nbsp;(3)</li>
	<li><a href='https://blog.ephorie.de/2019/11'>November 2019</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2019/10'>October 2019</a>&nbsp;(5)</li>
	<li><a href='https://blog.ephorie.de/2019/07'>July 2019</a>&nbsp;(5)</li>
	<li><a href='https://blog.ephorie.de/2019/06'>June 2019</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2019/05'>May 2019</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2019/04'>April 2019</a>&nbsp;(5)</li>
	<li><a href='https://blog.ephorie.de/2019/03'>March 2019</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2019/02'>February 2019</a>&nbsp;(4)</li>
	<li><a href='https://blog.ephorie.de/2019/01'>January 2019</a>&nbsp;(5)</li>
	<li><a href='https://blog.ephorie.de/2018/12'>December 2018</a>&nbsp;(5)</li>
	<li><a href='https://blog.ephorie.de/2018/11'>November 2018</a>&nbsp;(1)</li>
	<li><a href='https://blog.ephorie.de/2017/03'>March 2017</a>&nbsp;(1)</li>
			</ul>

			</nav></section><section id="pages-2" class="widget widget_pages"><h2 class="widget-title">Pages</h2><nav aria-label="Pages">
			<ul>
				<li class="page_item page-item-2"><a href="https://blog.ephorie.de/about">About</a></li>
<li class="page_item page-item-3116"><a href="https://blog.ephorie.de/imprint">Imprint</a></li>
<li class="page_item page-item-978"><a href="https://blog.ephorie.de/privacy-policy">Privacy Policy</a></li>
			</ul>

			</nav></section><section id="linkcat-0" class="widget widget_links"><h2 class="widget-title">Bookmarks</h2>
	<ul class='xoxo blogroll'>
<li><a href="https://www.r-bloggers.com" rel="noopener" title="Popular aggregator for blogs on R" target="_blank">R-Bloggers</a></li>

	</ul>
</section>
<section id="meta-2" class="widget widget_meta"><h2 class="widget-title">Meta</h2><nav aria-label="Meta">
		<ul>
						<li><a href="https://blog.ephorie.de/wp-login.php">Log in</a></li>
			<li><a href="https://blog.ephorie.de/feed">Entries feed</a></li>
			<li><a href="https://blog.ephorie.de/comments/feed">Comments feed</a></li>

			<li><a href="https://wordpress.org/">WordPress.org</a></li>
		</ul>

		</nav></section>	</aside><!-- .sidebar .widget-area -->

		</div><!-- .site-content -->

		<footer id="colophon" class="site-footer">
			
			
			<div class="site-info">
								<span class="site-title"><a href="https://blog.ephorie.de/" rel="home">Learning Machines</a></span>
				<a class="privacy-policy-link" href="https://blog.ephorie.de/privacy-policy">Privacy Policy</a><span role="separator" aria-hidden="true"></span>				<a href="https://wordpress.org/" class="imprint">
					Proudly powered by WordPress				</a>
			</div><!-- .site-info -->
		</footer><!-- .site-footer -->
	</div><!-- .site-inner -->
</div><!-- .site -->

<script src="https://blog.ephorie.de/wp-content/plugins/shariff-sharing/dep/shariff.complete.js"></script>
<script src='https://blog.ephorie.de/wp-content/themes/twentysixteen/js/skip-link-focus-fix.js?ver=20170530' id='twentysixteen-skip-link-focus-fix-js'></script>
<script id='twentysixteen-script-js-extra'>
var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"};
</script>
<script src='https://blog.ephorie.de/wp-content/themes/twentysixteen/js/functions.js?ver=20181217' id='twentysixteen-script-js'></script>
<script src='https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/js/simplebar.min.js' id='simplebar-js'></script>
        <!--noptimize-->
        <div id="cookie-notice" role="banner"
            	class="sp-dsgvo lwb-d-flex cn-bottom cookie-style-00  "
            	style="background-color: #333333;
            	       color: #ffffff;
            	       height: auto;">
	        <div class="cookie-notice-container container-fluid lwb-d-md-flex justify-content-md-center align-items-md-center">

                

                
                
                    
                    
                    <span id="cn-notice-text" class=""
                        style="font-size:13px">In case you want to change your privacy settings (e.g. issue consent or revoke an already issued consent) please click on the button below.                    </span>

                
                
                    <a href="#" id="cn-btn-settings"
                        class="cn-set-cookie button button-default "
                        style="background-color: #f3f3f3;
                           color: #333333;
                           border-color: #f3f3f3;
                           border-width: 1px">

                        Settings                    </a>

                
            </div> <!-- class="cookie-notice-container" -->
        </div> <!--id="cookie-notice" -->
        <!--/noptimize-->


        <!--noptimize-->
        <div class="sp-dsgvo sp-dsgvo-popup-overlay sp-dsgvo-overlay-hidden not-accepted">
            <div class="sp-dsgvo-privacy-popup container-fluid no-gutters ">

                <div class="sp-dsgvo-popup-top">


                    <div class="sp-dsgvo-header-wrapper-xs d-block d-sm-none">
                        <div class="lwb-row" style="margin-bottom: 3px;">

                            <div class="lwb-col-10">
                                <div class="sp-dsgvo-logo-wrapper">
                                                                        <img src="https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/images/legalwebio-icon.png" class="sp-dsgvo-popup-logo" alt="Logo of the popup" title="WP DSGVO Tools (GDPR) for Wordpress and WooCommerce." />
                                </div><!-- .logo-wrapper -->

                                <div class="sp-dsgvo-privacy-popup-title">
                                    <div class="sp-dsgvo-privacy-popup-title-general"> Data protection</div>
                                    <div class="sp-dsgvo-privacy-popup-title-details" style="display: none"> Details</div>

                                </div>
                            </div>
                            <div class="lwb-col-2 " style="text-align: right">
                                                                <a href="#" id="sp-dsgvo_popup_close-1" class="sp-dsgvo-popup-close close">
                                    <svg width="10" height="10">
                                        <line x1="0" y1="0" x2="10" y2="10" />
                                        <line x1="0" y1="10" x2="10" y2="0" />
                                    </svg><!-- #dsgvo_popup_close -->
                                </a>
                            </div>
                        </div><!-- line1 wrapper -->
                        <div class="lwb-row">
                            <div class="sp-dsgvo-link-wrapper lwb-col-8 pr-1">
                                <a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i" target="_blank" class="align-top">Imprint</a>
                                <span class="align-top">|</span>
                                <a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i" target="_blank" class="align-top">Privacy Policy</a>
                            </div> <!-- .link-wrapper -->

                            <div class="sp-dsgvo-lang-wrapper lwb-col-4 pl-0" style="padding-left: 15px">
                                                                                            </div><!-- .lang-wrapper -->
                        </div>

                        <div class="sp-dsgvo-header-description-text lwb-row lwb-col-12 m-0 p-0">
                            I, Prof. Dr. oec. HSG Holger K. von Jouanne-Diedrich (Place of residence: Germany), process personal data to operate this website only to the extent technically necessary. All details in my privacy policy.                        </div>
                    </div> <!--header wrapper xs-->

                    <div class="sp-dsgvo-header-wrapper-sm d-none d-sm-block">

                        <div class="lwb-row" style="margin-bottom: 3px;">

                            <div class="lwb-col-md-4 pr-2">
                                <div class="sp-dsgvo-logo-wrapper">
                                                                        <img src="https://blog.ephorie.de/wp-content/plugins/shapepress-dsgvo/public/images/legalwebio-icon.png" class="sp-dsgvo-popup-logo" alt="Logo of the popup" title="WP DSGVO Tools (GDPR) for Wordpress and WooCommerce." />
                                </div><!-- .logo-wrapper -->

                                <div class="sp-dsgvo-privacy-popup-title">
                                    <div class="sp-dsgvo-privacy-popup-title-general"> Data protection</div>
                                    <div class="sp-dsgvo-privacy-popup-title-details" style="display: none"> Details</div>

                                </div>
                            </div>
                            <div class="sp-dsgvo-link-wrapper lwb-col-md-5 px-0">
                                <a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i" target="_blank">Imprint</a>
                                <span>|</span>
                                <a href="https://blog.ephorie.de/learning-path-for-data-science-with-r-part-i" target="_blank">Privacy Policy</a>
                            </div> <!-- .link-wrapper -->

                            <div class="sp-dsgvo-lang-wrapper lwb-col-md-2 px-0">
                                                                
                            </div><!-- .lang-wrapper -->
                            <div class="lwb-col-md-1" style="text-align: right">
                                                                <a href="#" id="sp-dsgvo_popup_close-2" class="sp-dsgvo-popup-close close">
                                    <svg width="10" height="10">
                                        <line x1="0" y1="0" x2="10" y2="10" />
                                        <line x1="0" y1="10" x2="10" y2="0" />
                                    </svg><!-- #dsgvo_popup_close -->
                                </a>
                            </div>
                        </div><!-- line1 wrapper -->
                        <div class="sp-dsgvo-header-description-text lwb-row lwb-col-12 m-0 p-0">
                            I, Prof. Dr. oec. HSG Holger K. von Jouanne-Diedrich (Place of residence: Germany), process personal data to operate this website only to the extent technically necessary. All details in my privacy policy.                        </div>

                    </div> <!--header wrapper sm-->
                </div><!-- .popup-top -->

                <div class="sp-dsgvo-privacy-content" id="sp-dsgvo-privacy-content">
                    <div id="sp-dsgvo-privacy-content-category-content" class="sp-dsgvo-privacy-content-category-content">
                                            </div>


                    <div class="sp-dsgvo-popup-more-information" id="sp-dsgvo-popup-more-information" style="display: none">
                        <div class="sp-dsgvo-popup-more-information-top lwb-row">
                            <div class="lwb-col-8 sp-dsgvo-popup-more-information-title" id="sp-dsgvo-popup-more-information-title"></div>
                        <div class="lwb-col-4 px-1">
                            <div class="sp-dsgvo-category-item-toggle float-right">
                                <label class="switch switch-green  mt-0 mb-2" id="sp-dsgvo-more-information-switch">
                                    <input type="checkbox" class="switch-input" value="1" id="sp-dsgvo-more-information-switch-cb" data-slug="" />
                                    <span class="switch-label" data-on="Yes" data-off="No"></span>
                                    <span class="switch-handle"></span>
                                </label>
                            </div>
                        </div>
                    </div>
                    <div class="sp-dsgvo-popup-more-information-content sp-dsgvo-category-container m-0" >
                        <div id="sp-dsgvo-popup-more-information-content">
                        </div>
                        <div id="sp-dsgvo-popup-more-information-progress">
                            <div class="progress" id="progress-more-information">
                                <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%">
                                    Loading details                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="lwb-row float-right my-1">
                        <a href="#" class="sp-dsgvo-popup-more-information-close lwb-col">
                            <svg height="25" width="25" viewBox="0 0 32 32" style="margin-right: 3px;vertical-align: middle;" aria-hidden="true">
                                <path d="M26.025 14.496l-14.286-.001 6.366-6.366L15.979 6 5.975 16.003 15.971 26l2.129-2.129-6.367-6.366h14.29z"/>
                            </svg>
                            Back                        </a>
                    </div>
                    <div style="clear:both"></div>
                </div>

                <div id="sp-dsgvo-privacy-footer">
                    <div class="sp-dsgvo-privacy-bottom d-none d-sm-flex">

                                                <a href="#" class="sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-all green p-2 ml-auto" style="padding-right: 30px !important; padding-left: 30px !important;">
                            Ok                        </a>
                        
                    </div> <!--sp-dsvgo-privacy-bottom -->
                    <div class="sp-dsgvo-privacy-bottom d-block d-sm-none">
                        <div class="lwb-row px-1">
                                                        <div class="lwb-col-4 px-1" style="margin: 0 auto;">
                                <a href="#" class="lwb-col sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-all green ">
                                    Ok                                </a>
                            </div>
                                                    </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
        <!--/noptimize-->
        </body>
</html>
