<?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>learning algorithms Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/learning-algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/learning-algorithms/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Thu, 07 Sep 2017 07:21:46 +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>Ten Things Everyone Should Know About Machine Learning</title>
		<link>https://www.aiuniverse.xyz/ten-things-everyone-should-know-about-machine-learning/</link>
					<comments>https://www.aiuniverse.xyz/ten-things-everyone-should-know-about-machine-learning/#comments</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 07 Sep 2017 07:21:46 +0000</pubDate>
				<category><![CDATA[Data Science]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[data transformation]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[learning algorithms]]></category>
		<category><![CDATA[Machine learning]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=1000</guid>

					<description><![CDATA[<p>Source &#8211; forbes.com As someone who often finds himself explaining machine learning to non-experts, I offer the following list as a public service announcement. Machine learning means learning from <a class="read-more-link" href="https://www.aiuniverse.xyz/ten-things-everyone-should-know-about-machine-learning/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/ten-things-everyone-should-know-about-machine-learning/">Ten Things Everyone Should Know About Machine Learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Source &#8211; <strong>forbes.com</strong></p>
<p class="qtext_para">As someone who often finds himself explaining machine learning to non-experts, I offer the following list as a public service announcement.</p>
<ol>
<li style="list-style-type: none">
<ol>
<li><b>Machine learning means </b><span class="qlink_container"><b>learning from data</b></span><b>; AI is a buzzword. </b>Machine learning lives up to the hype: there are an incredible number of problems that you can solve by providing the right training data to the right learning algorithms. Call it AI if that helps you sell it, but know that AI is a buzzword that can mean whatever people want it to mean.</li>
</ol>
</li>
</ol>
<div id="inread" data-google-query-id="CK6Upqy9ktYCFQSlaAodoWsPZQ">
<div id="google_ads_iframe_/7175/fdc.forbes/article-d_0__container__"><iframe id="google_ads_iframe_/7175/fdc.forbes/article-d_0" title="3rd party ad content" name="google_ads_iframe_/7175/fdc.forbes/article-d_0" width="1" height="1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" data-integralas-id-588d834b-637c-b3f8-e969-fed4ba90cd9e="" data-mce-fragment="1"></iframe></div>
</div>
<ol>
<li style="list-style-type: none">
<ol>
<li><b>Machine learning is about data and algorithms, but mostly data.</b> There’s a lot of excitement about advances in machine learning algorithms, and particularly about <span class="qlink_container">deep learning</span>. But data is the key ingredient that makes machine learning possible. You can have machine learning <span class="qlink_container">without sophisticated algorithms, but not without good data.</span></li>
<li><b>Unless you have a lot of data, you should stick to simple models. </b>Machine learning trains a model from patterns in your data, exploring a space of possible models defined by parameters. If your parameter space is too big, you’ll <span class="qlink_container">overfit</span> to your training data and train a model that doesn’t <span class="qlink_container">generalize</span> beyond it. A detailed explanation requires <span class="qlink_container">more math</span>, but as a rule you should keep your models as simple as possible.</li>
</ol>
</li>
</ol>
<div class="vestpocket"></div>
<ol>
<li><b>Machine learning can only be as good as the data you use to train it.</b> The phrase “<span class="qlink_container">garbage in, garbage out</span>” predates machine learning, but it aptly characterizes a key limitation of machine learning. Machine learning can only discover patterns that are present in your training data. For <span class="qlink_container">supervised machine learning</span> tasks like <span class="qlink_container">classification</span>, you’ll need a robust collection of correctly labeled, richly featured training data.</li>
<li><b>Machine learning only works if your training data is representative.</b> Just as a fund prospectus warns that “past performance is no guarantee of future results”, machine learning should warn that it’s only guaranteed to work for data generated by the same distribution that generated its training data. Be vigilant of skews between training data and production data, and retrain your models frequently so they don’t become stale.</li>
<li><b>Most of the hard work for machine learning is data transformation. </b>From reading the hype about new machine learning techniques, you might think that machine learning is mostly about selecting and tuning algorithms. The reality is more prosaic: most of your time and effort goes into <span class="qlink_container">data cleansing</span> and <span class="qlink_container">feature engineering</span> — that is, transforming raw <span class="qlink_container">features </span>into features that better represent the signal in your data.</li>
<li><b>Deep learning is a revolutionary advance, but it isn’t a magic bullet. </b>Deep learning has earned its hype by delivering advances across a broad range of machine learning application areas. Moreover, deep learning automates some of the work traditionally performed through feature engineering, especially for image and video data. But deep learning isn’t a silver bullet. You can’t just use it out of the box, and you’ll still need to invest significant effort in data cleansing and transformation.</li>
<li><b>Machine learning systems are highly vulnerable to operator error.</b> With apologies to the NRA, “Machine learning algorithms don’t kill people; people kill people.” When machine learning systems fail, it’s rarely because of problems with the machine learning algorithm. More likely, you’ve introduced human error into the training data, creating bias or some other systematic error. Always be skeptical, and approach machine learning with the discipline you apply to software engineering.</li>
<li><b>Machine learning can inadvertently create a self-fulfilling prophecy.</b> In many applications of machine learning, the decisions you make today affect the training data you collect tomorrow. Once your machine learning system embeds biases into its model, it can continue generating new training data that reinforces those biases. <span class="qlink_container">And some biases can ruin people’s lives.</span> Be responsible: don’t create self-fulfilling prophecies.</li>
<li><b>AI is not going to become self-aware, rise up, and destroy humanity.</b> A surprising number of people (<span class="qlink_container">cough</span>) seem to be getting their ideas about artificial intelligence from science fiction movies. We should be inspired by science fiction, but not so credulous that we mistake it for reality. There are enough real and present dangers to worry about, from consciously evil human beings to unconsciously biased machine learning models. So you can stop worrying about <span class="qlink_container">SkyNet</span> and “<span class="qlink_container">superintelligence</span>”.</li>
</ol>
<p class="qtext_para">There’s far more to machine learning than I can explain in a top-10 list. But hopefully this serves as a useful introduction for non-experts.</p>
<p>The post <a href="https://www.aiuniverse.xyz/ten-things-everyone-should-know-about-machine-learning/">Ten Things Everyone Should Know About Machine Learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/ten-things-everyone-should-know-about-machine-learning/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
