<?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>Data Science &#8211; Other Things</title>
	<atom:link href="https://blog.adamzolo.com/category/data-science/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adamzolo.com</link>
	<description>Blog about Things by Adam Zolotarev</description>
	<lastBuildDate>Mon, 18 Feb 2019 13:28:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Machine Learning Algorithms Problem Types</title>
		<link>https://blog.adamzolo.com/machine-learning-algorithms-problem-types/</link>
					<comments>https://blog.adamzolo.com/machine-learning-algorithms-problem-types/#respond</comments>
		
		<dc:creator><![CDATA[Adam Zolo]]></dc:creator>
		<pubDate>Sat, 21 Jul 2018 14:32:14 +0000</pubDate>
				<category><![CDATA[Data Science]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">http://blog.adamzolo.com/?p=767</guid>

					<description><![CDATA[Types of problems we can solve with machine learning: Regression- helps establish a relationship between one or more sets of data Algorithms Simple linear regression Multiple Linear Regression Polynomial Regression Support Vector Machines (SVR) Decision Tree Random Forest Regression Sample problem: calculate the time I get to work based on the route I take and&#8230;<p><a class="more-link" href="https://blog.adamzolo.com/machine-learning-algorithms-problem-types/" title="Continue reading &#8216;Machine Learning Algorithms Problem Types&#8217;">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Types of problems we can solve with machine learning:</p>
<ul>
<li>
<strong>Regression- helps establish a relationship between one or more sets of data</strong></p>
<ul>
<li>
Algorithms</li>
<ul>
<li>
Simple linear regression</li>
<li>
Multiple Linear Regression</li>
<li>
Polynomial Regression</li>
<li>
Support Vector Machines (SVR)</li>
<li>
Decision Tree</li>
<li>
Random Forest Regression</li>
</ul>
<li> Sample problem: calculate the time I get to work based on the route I take and the day of the week</li>
</ul>
</li>
<li>
<strong>Classification &#8211; helps us answer a yes/no type of question based on one or more sets of data</strong></p>
<ul>
<li>
Algorithms</li>
<ul>
<li>
K Nearest Neighbors (KNN)</li>
<li>
Kernel SVM</li>
<li>
Logistic Regression</li>
<li>
Naïve Bayes</li>
<li>
Decision Tree</li>
<li>
Random Forest Classification</li>
</ul>
<li> Sample problem: will I be late or on time based on the route I take and the day of the week</li>
</ul>
</li>
<li>
<strong>Clustering &#8211; helps us discover clusters of data</strong></p>
<ul>
<li>
Algorithms</li>
<ul>
<li>
Hierarchical Clustering</li>
<li>
K Means</li>
</ul>
<li> Sample problem: classify the customers into specific groups based on their income and spending</li>
</ul>
</li>
<li>
<strong>Association &#8211; helps determine an association among multiple events</strong></p>
<ul>
<li>
Algorithms</li>
<ul>
<li>
Apriori</li>
<li>
Eclat</li>
</ul>
<li> Sample problem: if I like movie A, what other movies will likely to enjoy</li>
</ul>
</li>
<li>
<strong>Reinforcement &#8211; helps to better exploit while exploring</strong></p>
<ul>
<li>
Algorithms</li>
<ul>
<li>
Thomson Sampling</li>
<li>
UCB</li>
</ul>
<li> Sample problem: we want to determine the most effective treatment. Instead of conduction a long-term random trial, use UCB or Thompson Sampling to determine the best treatment in a shorter interval</li>
</ul>
</li>
<li>
<strong>Natural Language Processing</strong></p>
<ul>
<li>
Algorithms</li>
<ul>
<li>
Any classification algorithm, but most popular are Naïve Bayes and Random Forest</li>
</ul>
<li> Sample problem:  determine if an amazon review is positive or negative</li>
</ul>
</li>
<li>
<strong>Deep Learning &#8211; can help determine hard to establish non-linear relationships between multiple input parameters and some expected outcome</strong></p>
<ul>
<li>
Algorithms</li>
<ul>
<li>
Artificial Neural Networks (ANN)</li>
<li>
Convolutional Neural Networks (CNN) &#8211;  especially helpful when processing images</li>
</ul>
<li> Sample problem: based on the credit score, age, balance, salary, tenure… determine if a customer is likely to continue using your service or leave</li>
</ul>
</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.adamzolo.com/machine-learning-algorithms-problem-types/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
