<?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>machine learning Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/machine-learning/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Wed, 12 Nov 2025 07:12:12 +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>10 things I didn&#8217;t know about Data Science a year ago</title>
		<link>https://creatronix.de/10-things-i-didnt-know-about-data-science-a-year-ago/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Mon, 12 Nov 2018 08:42:26 +0000</pubDate>
				<category><![CDATA[Data Science & SQL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[Bayes theorem]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[matplotlib]]></category>
		<category><![CDATA[naive bayes]]></category>
		<category><![CDATA[numpy]]></category>
		<category><![CDATA[opencv]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=2269</guid>

					<description><![CDATA[<p>In my article My personal road map for learning data science in 2018 I wrote about how I try to tackle the data science knowledge sphere. Due to the fact that 2018 is slowly coming to an end I think it is time for a little wrap up. What are the things I learned about&#8230;</p>
<p>The post <a href="https://creatronix.de/10-things-i-didnt-know-about-data-science-a-year-ago/">10 things I didn&#8217;t know about Data Science a year ago</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In my article <a href="https://creatronix.de/my-personal-road-map-for-learning-data-science/">My personal road map for learning data science in 2018</a> I wrote about how I try to tackle the data science knowledge sphere. Due to the fact that 2018 is slowly coming to an end I think it is time for a little wrap up.</p>
<p>What are the things I learned about Data Science in 2018? Here we go:</p>
<h2>The difference between Data Science, Machine Learning, Deep Learning and AI</h2>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-2276" src="https://creatronix.de/wp-content/uploads/2018/10/data_science_vs_ml.png" alt="" width="514" height="392" srcset="https://creatronix.de/wp-content/uploads/2018/10/data_science_vs_ml.png 514w, https://creatronix.de/wp-content/uploads/2018/10/data_science_vs_ml-300x229.png 300w" sizes="(max-width: 514px) 100vw, 514px" /></p>
<p>A picture says more than a thousand words.</p>
<h2>The difference between supervised and unsupervised learning</h2>
<p><em>Supervised Learning</em></p>
<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>
<p><em>Unsupervised Learning</em></p>
<p>Your data doesn’t have labels. Your algorithm e.g. k-means clustering need to figure out a structure given only the data</p>
<h2>The areas of applied machine learning</h2>
<p>are described here: <a href="https://creatronix.de/the-essence-of-machine-learning/">The Essence of Machine Learning </a>and <a href="https://creatronix.de/data-science-overview/">Data Science Overview</a></p>
<h2>Bayes Theorem</h2>
<p>In my article <a href="https://creatronix.de/bayes-theorem/">Bayes theorem</a> I elaborated about the <strong>base rate fallacy </strong>and in <a href="https://creatronix.de/lesson-2-naive-bayes/">naive bayes</a> I recapped the second lesson from udacity&#8217;s <a href="https://creatronix.de/ud120-intro-to-machine-learning/">UD120 Intro to Machine Learning</a></p>
<h2>Precision and Recall and ROC</h2>
<p>In my article <a href="https://creatronix.de/classification-precision-and-recall/">classification: precision and recall</a> I wrote about different useful measures to evaluate the quality of a supervised learning algorithm.</p>
<p>In <a href="https://creatronix.de/receiver-operating-characteristic/">Receiver Operating Characteristic</a> I wrote about another useful measures the ROC.</p>
<h2>Visualization with matplotlib</h2>
<p>Matplotlib is a really good starting point for visualization. I wrote about it in <a href="https://creatronix.de/introduction-to-matplotlib/">Introduction to matplotlib</a>, <a href="https://creatronix.de/introduction-to-matplotlib-part-2/">Matplotlib &#8211; Part 2</a>, <a href="https://creatronix.de/scatterplot-with-matplotlib/">Scatterplot with matplotlib</a></p>
<h2>Math with numpy</h2>
<p>I wrote some articles about the usage of numpy but only scraped the surface of this mighty library</p>
<ul>
<li><a href="https://creatronix.de/linear-algebra-with-numpy-part-1/">Linear Algebra with numpy &#8211; Part 1</a></li>
<li><a href="https://creatronix.de/numpy-random-choice/">numpy random choice</a></li>
<li><a href="https://creatronix.de/numpy-linspace-function/">Numpy linspace function</a></li>
</ul>
<h2>Image manipulation with OpenCV</h2>
<p><a href="https://creatronix.de/intro-to-opencv-with-python/">Intro to OpenCV with Python</a></p>
<h2>JuPyter Notebooks</h2>
<p>Sometimes I love them sometimes I hate them. I wrote an <a href="https://creatronix.de/introduction-to-jupyter-notebook/">Introduction to JuPyter Notebook</a></p>
<h2>Podcasts</h2>
<p>In 2018 I&#8217;ve listened to a bunch of great podcasts on iTunes:</p>
<ul>
<li><a href="https://lineardigressions.com/">Linear digressions</a></li>
<li><a href="https://lexfridman.com/ai/">MIT Lex Fridman</a></li>
<li><a href="https://itunes.apple.com/de/podcast/self-driving-cars-dr-lance-eliot-podcast-series/id1330558096?mt=2">Dr. Lance Eliot</a></li>
</ul>
<p>&nbsp;</p>
<p>The post <a href="https://creatronix.de/10-things-i-didnt-know-about-data-science-a-year-ago/">10 things I didn&#8217;t know about Data Science a year ago</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Feature Scaling</title>
		<link>https://creatronix.de/feature-scaling/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Fri, 05 Oct 2018 08:29:19 +0000</pubDate>
				<category><![CDATA[Data Science & SQL]]></category>
		<category><![CDATA[feature scaling]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[minmaxscaler]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1837</guid>

					<description><![CDATA[<p>What is Feature Scaling? Feature Scaling is an important pre-processing step for some machine learning algorithms. Imagine you have three friends of whom you know the individual weight and height. You would like to deduce Christian&#8217;s  t-shirt size from David&#8217;s and Julia&#8217;s by looking at the height and weight. Name Height in m Weight in&#8230;</p>
<p>The post <a href="https://creatronix.de/feature-scaling/">Feature Scaling</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>What is Feature Scaling?</h2>
<p><img decoding="async" class="alignnone size-full wp-image-1969" src="https://creatronix.de/wp-content/uploads/2018/08/feature_scaling.jpg" alt="" width="568" height="335" srcset="https://creatronix.de/wp-content/uploads/2018/08/feature_scaling.jpg 568w, https://creatronix.de/wp-content/uploads/2018/08/feature_scaling-300x177.jpg 300w" sizes="(max-width: 568px) 100vw, 568px" /></p>
<p>Feature Scaling is an important pre-processing step for some machine learning algorithms.</p>
<p>Imagine you have three friends of whom you know the individual weight and height.</p>
<p>You would like to deduce Christian&#8217;s  t-shirt size from David&#8217;s and Julia&#8217;s by looking at the height and weight.</p>
<table class="table-striped">
<thead>
<tr>
<th>Name</th>
<th>Height in m</th>
<th>Weight in kg</th>
<th>T-Shirt size</th>
</tr>
</thead>
<tbody>
<tr>
<td>Julia</td>
<td>1.58</td>
<td>52</td>
<td>Small</td>
</tr>
<tr>
<td>David</td>
<td>1.79</td>
<td>79</td>
<td>Large</td>
</tr>
<tr>
<td>Christian</td>
<td>1.86</td>
<td>64</td>
<td>?</td>
</tr>
</tbody>
</table>
<p>One way You could determine the shirt size is to just add up the weight and the height of each friend. You would get:<span id="more-1837"></span></p>
<table class="table-striped">
<thead>
<tr>
<th>Name</th>
<th>Height + weight</th>
<th>T-Shirt size</th>
</tr>
</thead>
<tbody>
<tr>
<td>Julia</td>
<td>53.58</td>
<td>Small</td>
</tr>
<tr>
<td>David</td>
<td>80.79</td>
<td>Large</td>
</tr>
<tr>
<td>Christian</td>
<td>65.86</td>
<td></td>
</tr>
</tbody>
</table>
<p>Because Christian&#8217;s height + weight number is nearer to Julia&#8217;s number than to David&#8217;s, Christian should wear a small T-Shirt. What?</p>
<h2>Feature Scaling Formula</h2>
<blockquote><p>x&#8217; = (x &#8211; x<sub>min)</sub> / (x<sub>max</sub> &#8211; x<sub>min</sub>)</p></blockquote>
<p>&nbsp;</p>
<table class="table-striped">
<thead>
<tr>
<th>Feature</th>
<th>min</th>
<th>max</th>
</tr>
</thead>
<tbody>
<tr>
<td>Height</td>
<td>1.58</td>
<td>1.86</td>
</tr>
<tr>
<td>Weight</td>
<td>52</td>
<td>79</td>
</tr>
</tbody>
</table>
<table class="table-striped">
<thead>
<tr>
<th>Name</th>
<th>Scaled Height</th>
<th>Scaled Weight</th>
<th>Combined Scaled Height + Weight</th>
<th>T-Shirt size</th>
</tr>
</thead>
<tbody>
<tr>
<td>Julia</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>Small</td>
</tr>
<tr>
<td>David</td>
<td>0.75</td>
<td>1</td>
<td>1.75</td>
<td>Large</td>
</tr>
<tr>
<td>Christian</td>
<td>1</td>
<td>0.44</td>
<td>1.44</td>
<td>?</td>
</tr>
</tbody>
</table>
<p>If we look at the combined scaled properties we see that Christian&#8217;s value now is closer to David&#8217;s so we deduce that Christian shall wear a large shirt as well.</p>
<h2>Implementing feature scaling in python</h2>
<p>As a little coding practice we can implement a feature scaling algorithm in Python:</p>
<pre>def feature_scaling(arr):
    ret_arr = []
    min_val = min(arr)
    max_val = max(arr)
    if min_val == max_val:
        raise ZeroDivisionError()
    for f in arr:
        f = (f - min_val) / float((max_val - min_val))
        ret_arr.append(f)
    return ret_arr</pre>
<h2>MinMaxScaler from sklearn</h2>
<p>Instead of writing our own feature scaler <del>we can</del> we should use the MinMaxScaler from sklearn. It works with numpy arrays by default.</p>
<pre>from sklearn.preprocessing import MinMaxScaler
import numpy as np

weights = np.array([[52.0], [79.0], [64.0]])
scaler = MinMaxScaler()
rescaled_weight = scaler.fit_transform(weights)
print(rescaled_weight)</pre>
<h2>Affected Algorithms</h2>
<p>Which algorithms are affected by non-properly scaled features?</p>
<p>SVM and k-means are algorithms which are affected. SVM for example calculates distances and when two features differ dramatically in value range, the feature with the greater range will dominate the other. (As seen when adding kilograms and meters)</p>
<p>The post <a href="https://creatronix.de/feature-scaling/">Feature Scaling</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Lesson 2: Naive Bayes</title>
		<link>https://creatronix.de/lesson-2-naive-bayes/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Tue, 19 Jun 2018 06:29:16 +0000</pubDate>
				<category><![CDATA[Data Science & SQL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[naive bayes]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1388</guid>

					<description><![CDATA[<p>Lesson 2 of the Udacity Course UD120 &#8211; Intro to Machine Learning deals with Naive Bayes classification. Mini project For the mini project you should fork https://github.com/udacity/ud120-projects and clone it. It is recommended to install a python 2.7 64bit version because ML is heavy data processing and can easily rip up more than 2GB of&#8230;</p>
<p>The post <a href="https://creatronix.de/lesson-2-naive-bayes/">Lesson 2: Naive Bayes</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Lesson 2 of the Udacity Course UD120 &#8211; Intro to Machine Learning deals with Naive Bayes classification.</p>
<h2>Mini project</h2>
<p>For the mini project you should fork <a href="https://github.com/udacity/ud120-projects">https://github.com/udacity/ud120-projects</a> and clone it. It is recommended to install a python 2.7 64bit version because ML is heavy data processing and can easily rip up more than 2GB of memory.</p>
<h3>Dependecies</h3>
<p>After cloning the repo I would recommend setting up a venv and install the requirements:</p>
<ul>
<li>sklearn</li>
<li>numpy</li>
<li>scipy</li>
<li>matplotlib</li>
</ul>
<h3>The Code</h3>
<p>The code itself is pretty straightforward:</p>
<ul>
<li>Instantiate the classifier</li>
<li>Train (fit) the Classifier</li>
<li>Predict</li>
<li>Calculate accuracy</li>
</ul>
<pre># training
print("Start training")
t0 = time()
clf = GaussianNB()
clf.fit(features_train, labels_train)
print("training time:", round(time() - t0, 3), "s")

# prediction
print("start predicting")
t0 = time()
prediction = clf.predict(features_test)
print("predict time:", round(time() - t0, 3), "s")

# accuracy
print("Calculating accuracy")
accuracy = accuracy_score(labels_test, prediction)
print("Accuracy calculated, and the accuracy is", accuracy)</pre>
<p>The output on my machine:</p>
<pre>training time: 1.762 s
start predicting
predict time: 0.286 s
Calculating accuracy
Accuracy calculated, and the accuracy is 0.9732650739476678</pre>
<p>The simple Gaussian Naive Bayes is pretty accurate with 97.3%</p>
<p>The post <a href="https://creatronix.de/lesson-2-naive-bayes/">Lesson 2: Naive Bayes</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<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>
		<item>
		<title>My personal roadmap for learning data science in 2018</title>
		<link>https://creatronix.de/my-personal-road-map-for-learning-data-science/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Wed, 13 Dec 2017 14:05:14 +0000</pubDate>
				<category><![CDATA[Data Science & SQL]]></category>
		<category><![CDATA[Self-Improvement & Personal Finance]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[new year's resolution]]></category>
		<category><![CDATA[numpy]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[road map]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1177</guid>

					<description><![CDATA[<p>I got confused by all the buzzwords: data science, machine learning, deep learning, neural nets, artificial intelligence, big data, and so on and so on. As an engineer I like to put some structure to the chaos. Inspired by Roadmap: How to Learn Machine Learning in 6 Months and Tetiana Ivanova &#8211; How to become&#8230;</p>
<p>The post <a href="https://creatronix.de/my-personal-road-map-for-learning-data-science/">My personal roadmap for learning data science in 2018</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I got confused by all the buzzwords: data science, machine learning, deep learning, neural nets, artificial intelligence, big data, and so on and so on.</p>
<p><img decoding="async" class="alignnone size-full wp-image-1253" src="https://creatronix.de/wp-content/uploads/2017/12/normal_distribution_3.png" alt="" width="487" height="469" srcset="https://creatronix.de/wp-content/uploads/2017/12/normal_distribution_3.png 487w, https://creatronix.de/wp-content/uploads/2017/12/normal_distribution_3-300x289.png 300w" sizes="(max-width: 487px) 100vw, 487px" /></p>
<p>As an engineer I like to put some structure to the chaos. Inspired by <a href="https://youtu.be/MOdlp1d0PNA"><span id="eow-title" class="watch-title" dir="ltr" title="Roadmap: How to Learn Machine Learning in 6 Months">Roadmap: How to Learn Machine Learning in 6 Months </span></a>and <a href="https://youtu.be/rIofV14c0tc"><span id="eow-title" class="watch-title" dir="ltr" title="Tetiana Ivanova - How to become a Data Scientist in 6 months a hacker’s approach to career planning">Tetiana Ivanova &#8211; How to become a Data Scientist in 6 months a hacker’s approach to career planning </span></a> I build my own learning road map for this year:<br />
So 2018 will be all about Data Science. Hearing about the <a href="http://jarche.com/pkm/">Personal Knowledge Mastery</a> concept at SWEC17 I am going to tackle the learning process on different levels.</p>
<h2>Watch the Pros</h2>
<p>Thanks to open course ware there are a ton of awesome university courses online e.g.:</p>
<p><a href="https://youtu.be/C1lhuz6pZC0">MIT 6.0002 Introduction to Computational Thinking and Data Science</a></p>
<h2>Learn the tools</h2>
<p>There is already a whole bunch of tools we can consider belonging to a standard data science stack. Because my main language is Python the focus is of course on mostly python modules.</p>
<ul>
<li><a href="https://creatronix.de/introduction-to-jupyter-notebook/">JuPyter Notebook</a></li>
<li><a href="https://creatronix.de/linear-algebra-with-numpy-part-1/">numpy</a></li>
<li>pandas</li>
<li><a href="https://seaborn.pydata.org/">seaborn</a></li>
<li><a href="https://bokeh.pydata.org/en/latest/">bokeh</a></li>
<li><a href="http://holoviews.org/">holoviews</a></li>
<li><a href="http://scikit-learn.org/stable/">scikit-learn</a></li>
<li><a href="https://keras.io/">keras</a> / <a href="https://www.tensorflow.org/">TensorFlow</a></li>
<li>Tableau</li>
</ul>
<h2>Finishing Udacity / Udemy courses</h2>
<p>To brush up my python skills and my knowledge of basic computer science I will finish some already started online courses:</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>[  ] <a href="https://creatronix.de/ud120-intro-to-machine-learning/">Introduction to Machine Learning</a></li>
<li>[  ] Python Bootcamp</li>
<li>[  ] Algorithms and Data Structures</li>
<li>[  ] Introduction to Artificial Intelligence</li>
<li>[  ] <a href="https://classroom.udacity.com/courses/ud810/">Introduction to computer vision</a></li>
<li>[  ] <a href="https://classroom.udacity.com/courses/cs373">Artificial Intelligence for Robotics</a></li>
</ul>
</li>
</ul>
<h2>Reading data science books</h2>
<p>To get a broad overview I bought two books on DS / ML</p>
<ul>
<li>[  ] Data Science from Scratch</li>
<li>[  ] Hands on Machine Learning</li>
</ul>
<h2>Do Exercises on Kaggle</h2>
<ul>
<li>[x] Create Account at Kaggle</li>
<li>[  ] Do first exercise</li>
<li>[  ] Participate in a contest</li>
</ul>
<h2>Visit Meetups about Data Science</h2>
<p>[  ] Visit <a href="https://www.meetup.com/de-DE/Nuernberg-Big-Data/?_af_cid=Nuernberg-Big-Data">Big Data Meetup Events</a></p>
<h2>Add some Peer Pressure</h2>
<p>My brother in law and I teemed up and build a Whatsapp learn &amp; exchange group. We are currently four members.</p>
<h2>Write Blog Articles</h2>
<p>I will try to incorporate some of the stuff I&#8217;ve learned into blog articles.</p>
<p>I already did</p>
<ul>
<li><a href="https://creatronix.de/bayes-theorem-part-1/">Bayes’ Theorem Part 1</a></li>
<li><a href="https://creatronix.de/data-science-overview/">Data Science Overview</a></li>
<li><a href="https://creatronix.de/classification-precision-and-recall/">Classification: Precision and Recall</a></li>
<li><a href="https://creatronix.de/confusion-matrix/">Confusion Matrix</a></li>
<li><a href="https://creatronix.de/ud120-intro-to-machine-learning/">UD120 Intro to Machine Learning</a></li>
<li><a href="https://creatronix.de/lesson-2-naive-bayes/">Lesson 2: Naive Bayes</a></li>
<li><a href="https://creatronix.de/lesson3-support-vector-machines/">Lesson 3: Support Vector Machines</a></li>
</ul>
<p>So stay tuned!</p>
<p>The post <a href="https://creatronix.de/my-personal-road-map-for-learning-data-science/">My personal roadmap for learning data science in 2018</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
