<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Supervised Learning Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/supervised-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/supervised-learning/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Sun, 05 Jan 2025 10:32:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Data Science Overview</title>
		<link>https://creatronix.de/data-science-overview/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 09:40:28 +0000</pubDate>
				<category><![CDATA[Data Science & SQL]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Supervised Learning]]></category>
		<category><![CDATA[Unsupervised Learning]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1150</guid>

					<description><![CDATA[<p>Questions Data Science tries to answer one of the following questions: Classification -&#62; &#8220;Is it A or B?&#8221; Clustering -&#62; &#8220;Are there groups which belong together?&#8221; Regression -&#62; &#8220;How will it develop in the future?&#8221; Association -&#62; &#8220;What is happening very often together?&#8221; There are two ways to tackle these problem domains with machine learning:&#8230;</p>
<p>The post <a href="https://creatronix.de/data-science-overview/">Data Science Overview</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Questions</h2>
<p>Data Science tries to answer one of the following questions:</p>
<ul>
<li>Classification -&gt; &#8220;Is it A or B?&#8221;</li>
<li>Clustering -&gt; &#8220;Are there groups which belong together?&#8221;</li>
<li>Regression -&gt; &#8220;How will it develop in the future?&#8221;</li>
<li>Association -&gt; &#8220;What is happening very often together?&#8221;</li>
</ul>
<p>There are two ways to tackle these problem domains with machine learning:</p>
<ol>
<li>Supervised Learning</li>
<li>Unsupervised Learning</li>
</ol>
<h2>Supervised Learning</h2>
<p>You have training and test data with <strong>labels</strong>. Labels tell You to which e.g. class a certain data item belongs. Image you have images of pets and the labels are the name of the pets.</p>
<h2><em>Unsupervised Learning</em></h2>
<p>Your data doesn&#8217;t have labels. Your algorithm e.g. k-means clustering need to figure out a structure given only the data</p>
<p>&nbsp;</p>
<p><iframe title="[S1E2] Back to The Future | 5 Minutes With Ingo" width="1200" height="675" src="https://www.youtube.com/embed/zDxh1dEt_Mo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>The post <a href="https://creatronix.de/data-science-overview/">Data Science Overview</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
