<?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 transformation Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/data-transformation/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/data-transformation/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Fri, 29 May 2020 07:25:35 +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>Preparing Data for Machine Learning</title>
		<link>https://www.aiuniverse.xyz/preparing-data-for-machine-learning/</link>
					<comments>https://www.aiuniverse.xyz/preparing-data-for-machine-learning/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 29 May 2020 07:25:31 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[automatically]]></category>
		<category><![CDATA[data transformation]]></category>
		<category><![CDATA[Machine learning]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=9122</guid>

					<description><![CDATA[<p>Source: tdwi.org Turning data into insights doesn’t happen magically. You must first understand your data and use it to create reports that drive actions. If your competitors <a class="read-more-link" href="https://www.aiuniverse.xyz/preparing-data-for-machine-learning/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/preparing-data-for-machine-learning/">Preparing Data for Machine Learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: tdwi.org</p>



<p>Turning data into insights doesn’t happen magically. You must first understand your data and use it to create reports that drive actions. If your competitors are using machine learning and artificial intelligence to automatically drive actions and you aren’t, you are at a disadvantage.</p>



<p>Getting your data ready for ML and AI involves combining structured and semistructured data sets in order to clean and standardize data into a format ready for machine learning or integration with BI and data visualization tools. When you prepare your data correctly, you benefit from insights that can be processed quickly and easily, resulting in faster time to value.</p>



<p>Data transformation and standardization help you build powerful models, reporting, and ad hoc analysis that all share a single source of truth. In fact, not only does data prep help you with AI models, you can use AI in your ETL process to prepare data for the data warehouse itself. For example, you can use AI to extract valuable sentiment data from customer comments without having to read them all. Either way, at the beginning of a data journey, a company&#8217;s problem is not analytics or model-fitting, it is data ingestion and transformation.</p>



<p>Based on our customers’ experiences, there are common data transformations required before data is ready for use in machine learning models.</p>



<p><strong>Remove unused and repeated columns:</strong>&nbsp;Handpicking the data that you specifically need will improve the speed at which your model trains and unclutters your analysis.</p>



<p><strong>Change data types:</strong>&nbsp;Using the correct data types reduces memory resources. It can also be a requirement &#8212; for example, making numerical data an integer in order to perform calculations or to enable a model to recognize what algorithms are best suited to the data.</p>



<p><strong>Handle missing data:</strong>&nbsp;At some point you’ll come across incomplete data. Tactics for resolving the problem can vary depending on the data set. For example, if the missing value doesn’t render its associated data useless, you may want to consider imputation &#8212; the process of replacing the missing value with a simple placeholder or another value, based on an assumption. Otherwise, if your data set is large enough, it is likely that you can remove the data without incurring substantial loss to your statistical power. Proceed with caution. On the one hand, you may inadvertently create a bias in your model; on the other hand, not dealing with the missing data can skew your results.</p>



<p><strong>Remove string formatting and non-alphanumeric characters:</strong> You will want to remove characters such as line breaks, carriage returns, and white spaces at the beginning and the end of values, currency symbols, and other characters. You may also want to consider word-stemming as part of this process. Although removing formatting and other characters makes the sentence less readable for humans, this approach helps the algorithm better digest the data.</p>



<p><strong>Convert categorical data to numerical:</strong> Although not always necessary, many machine learning models require categorical data to be in a numerical format. This means converting values such as <em>yes</em> and <em>no</em> into <em>1</em> and <em>0</em>. However, be cautious not to accidentally create order to unordered categories, for example, converting Mr., Miss, and Mrs. into 1, 2, and 3.</p>



<p><strong>Convert timestamps:</strong>&nbsp;You may encounter timestamps in all types of formats. It’s a good idea to define a specific date/time format and consistently convert all timestamps to this format. It’s often useful to “explode” a timestamp (using a data warehouse date dimension) into its constituent parts &#8212; separate year, month, day-of-week, and hour-of-day fields all have more predictive power than milliseconds since 1960.</p>



<p><strong>Getting Started</strong></p>



<p>This list is not exhaustive and is offered as a simple guideline to get you started. There are other factors you may want to consider such as how to handle outliers. You may want to remove them from your data set depending on the training model you use. Retaining outliers may skew your training results, or you might need to include outlier data for an anomaly detection algorithm.</p>



<p>To get the most from data analytics and visualization tools, have your data ready and available for analytics by bringing all the relevant data together in a clean and standardized format to ensure that the data is high-quality and can be trusted. Preparing this as a pipeline of operations within a cloud ETL tool means that when you need to bring more data up to date, potentially from many different external sources, you can just press “Run” again and all data is refreshed.</p>
<p>The post <a href="https://www.aiuniverse.xyz/preparing-data-for-machine-learning/">Preparing Data for Machine Learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/preparing-data-for-machine-learning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>
