<?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>KDD Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/kdd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/kdd/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Tue, 05 Jan 2021 05:08:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>KDD in data mining assists data prep for machine learning</title>
		<link>https://www.aiuniverse.xyz/kdd-in-data-mining-assists-data-prep-for-machine-learning/</link>
					<comments>https://www.aiuniverse.xyz/kdd-in-data-mining-assists-data-prep-for-machine-learning/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 05 Jan 2021 05:08:48 +0000</pubDate>
				<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[data analytics]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[KDD]]></category>
		<category><![CDATA[Machine learning]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=12495</guid>

					<description><![CDATA[<p>Source: searchenterpriseai.techtarget.com A machine learning application&#8217;s value is dependent on the quality of data used to train and deploy it. Organizations are responsible for creating or acquiring <a class="read-more-link" href="https://www.aiuniverse.xyz/kdd-in-data-mining-assists-data-prep-for-machine-learning/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/kdd-in-data-mining-assists-data-prep-for-machine-learning/">KDD in data mining assists data prep for machine learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source: searchenterpriseai.techtarget.com</p>



<p class="wp-block-paragraph">A machine learning application&#8217;s value is dependent on the quality of data used to train and deploy it. Organizations are responsible for creating or acquiring enough data, that this data is useful for the specific application and that the analytics team is capable of sorting through and learning useful things from it.</p>



<p class="wp-block-paragraph">The knowledge discovery in databases (KDD) finds knowledge in data; organizations use data mining methods to draw out its usefulness.</p>



<h3 class="wp-block-heading">KDD vs. data mining</h3>



<p class="wp-block-paragraph">While most data scientists are familiar with data mining, KDD is a specialized process that applies high-level, sophisticated data mining techniques to find and interpret patterns from data. Though the terms are sometimes used interchangeably, KDD is used especially for machine learning, databases, pattern matching, AI and enterprise use.</p>



<p class="wp-block-paragraph">&#8220;[In comparison], the term data mining is broadly applied to looking through piles of data and trying to find interesting patterns,&#8221; said Peter Aiken, associate professor at Virginia Commonwealth University.</p>



<p class="wp-block-paragraph">In general, these processes both extract data from large databases, but KDD is more often used to explain the larger picture. There are varying divisions of the steps of KDD but in general they can be broken down into several steps:</p>



<p class="wp-block-paragraph"><strong>Step 1:</strong>&nbsp;Selection &#8212; Sort out the data you would like to mine.</p>



<p class="wp-block-paragraph"><strong>Step 2:</strong> Preprocessing &#8212; Data cleaning (removing any noise or outliers within the data set) using statistical techniques or data mining algorithms.</p>



<p class="wp-block-paragraph"><strong>Step 3:</strong>&nbsp;Transformation &#8212; Data is prepared and developed through dimension reduction and attribute transformation. This step may be quite project-specific but always crucial to the success of the project.</p>



<p class="wp-block-paragraph"><strong>Step 4:</strong>&nbsp;Data mining &#8212; Outline what kind of data mining would be most useful by judging which objective you are seeking (prediction or description).</p>



<p class="wp-block-paragraph"><strong>Step 5:</strong> Interpretation/Evaluation &#8212; Assess and interpret the mined patterns, rules, and reliability in comparison to the original objective.</p>



<h3 class="wp-block-heading">Association rules</h3>



<p class="wp-block-paragraph">Data mining is the process of identifying patterns and establishing relationships by sorting through data sets. Within this broad definition are association rules that analyze the data set for if/then patterns and use support and confidence criteria to locate the most important relationships. Support is how often items appear in the database and confidence is the amount of if/then statements that are correct.</p>



<p class="wp-block-paragraph">Among the more common data mining parameters include anything from sequence analysis, classification and clustering, as well as forecasting.</p>



<p class="wp-block-paragraph"><strong>Sequence analysis.</strong>&nbsp;Identifies patterns where one event points to another, later event.</p>



<p class="wp-block-paragraph"><strong>Classification.</strong>&nbsp;Looks for new patterns and can change the way in which the data is organized.</p>



<p class="wp-block-paragraph"><strong>Clustering.</strong>&nbsp;Locate and document groups of facts that had not been known yet. Groups are organized by how similar they are to one another.</p>



<p class="wp-block-paragraph"><strong>Forecasting.&nbsp;</strong>These parameters within data mining discover patterns in data that point to reasonable predictions.</p>



<p class="wp-block-paragraph">This is all a relatively manual process, however. Human intervention and decision-making come to play majorly in the KDD/data mining process. This is one of the largest differentiators from a similar process, machine learning. When it comes to machine learning, the quality of data is crucial and data mining allows for better insight to be drawn out from this data.</p>



<p class="wp-block-paragraph">&#8220;Usually the most critical thing in [removing deficiencies in] performance of your model is also usually the most critical step in getting your model put into production,&#8221; said Kjell Carlsson, a Forrester Research analyst.</p>



<h4 class="wp-block-heading">KDD, data mining and machine learning</h4>



<p class="wp-block-paragraph">If an enterprise is working on a machine learning project, then some form of the KDD process is also going on in-house. Both fall under the umbrella of data science and both processes are used for solving complex problems with data.</p>



<p class="wp-block-paragraph">&#8220;The real question is from a user&#8217;s perspective, what are you trying to do,&#8221; Aiken said. &#8220;And if the data that you&#8217;re trying to use is more likely to come from a database than a big data pile.&#8221;</p>



<p class="wp-block-paragraph">Machine learning and data mining share the same principles but function differently. A data scientist turns to data mining to pull from existing information to find emerging patterns that can help shape decision-making processes. Machine learning is more active and less hands-on. Machine learning takes this process a step further because it can learn from the existing data and teach itself what to look for in the future and predict patterns. Data mining is typically used as an information source from which a machine learning algorithm can learn.</p>



<p class="wp-block-paragraph">Both are analytics processes that are good with pattern recognition and are therefore often confused. Machine learning may use some data mining techniques to build its models and data mining can use machine learning techniques to produce more accurate analysis.</p>



<p class="wp-block-paragraph">&#8220;The biggest problem with computer science in today&#8217;s environment is that machine learning algorithms don&#8217;t have training data,&#8221; Aiken said.</p>



<p class="wp-block-paragraph">Without training data, a machine learning model is unable to reach any kind of effective performance. As Aiken sees it, any boasting about a model without data is like saying well you&#8217;ve got this great baseball team you just have to teach them how to play baseball.</p>



<h4 class="wp-block-heading">Uses of KDD/data mining and machine learning</h4>



<p class="wp-block-paragraph">Data mining and the overall process of KDD have carved out their own specialty. Data mining has been deployed in the retail industry in order to better understand the patterns of customer buying habits. Organizations can mine their customer data for relevant information on the success and failure of items and adjust from there.</p>



<p class="wp-block-paragraph">It has also been used in finance by organizations looking into potential investments and whether a new organization is going to succeed. Past performance of successful startups, as well as patterns of indicators of business prowess, inform those in the finance industry of where to put their money.</p>



<p class="wp-block-paragraph">Machine learning&#8217;s applications vary widely across industries for purposes such as fraud detection, autonomous vehicles and personalized marketing, among others. Organizations turn to machine learning algorithms to analyze vast amounts of data and provide continued growth and value as more data is brought in.</p>



<p class="wp-block-paragraph">Machine learning algorithms can function better with relevant data sets and these can be brought about through the process of data mining.</p>
<p>The post <a href="https://www.aiuniverse.xyz/kdd-in-data-mining-assists-data-prep-for-machine-learning/">KDD in data mining assists data prep 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/kdd-in-data-mining-assists-data-prep-for-machine-learning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>KDD 2020 Data Mining Conference Goes Virtual Aug. 23-27</title>
		<link>https://www.aiuniverse.xyz/kdd-2020-data-mining-conference-goes-virtual-aug-23-27/</link>
					<comments>https://www.aiuniverse.xyz/kdd-2020-data-mining-conference-goes-virtual-aug-23-27/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 07:19:53 +0000</pubDate>
				<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[KDD]]></category>
		<category><![CDATA[KDD Data Mining]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=11343</guid>

					<description><![CDATA[<p>Source: insidehpc.com The Association for Computing Machinery’s Special Interest Group on Knowledge Discovery and Data Mining (ACM SIGKDD) will hold its flagship annual conference, KDD 2020, virtually, August <a class="read-more-link" href="https://www.aiuniverse.xyz/kdd-2020-data-mining-conference-goes-virtual-aug-23-27/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/kdd-2020-data-mining-conference-goes-virtual-aug-23-27/">KDD 2020 Data Mining Conference Goes Virtual Aug. 23-27</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source: insidehpc.com</p>



<p class="wp-block-paragraph">The Association for Computing Machinery’s Special Interest Group on Knowledge Discovery and Data Mining (ACM SIGKDD) will hold its flagship annual conference, KDD 2020, virtually, August 23-27. The KDD conference series, started in 1989, is the world’s oldest and largest data mining conference, and is the venue where concepts such as big data, data science, predictive analytics and crowdsourcing were first introduced. Continuing this tradition, KDD 2020 will showcase leading-edge research papers in data science, data mining, knowledge discovery, large-scale data analytics and big data. Despite being a fully virtual event, KDD 2020 will include all the same program offerings as previous years, including exciting keynote addresses, topical panels, invited talks, highly selective research and applied data science papers, informative and hands-on tutorials, and workshops.</p>



<p class="wp-block-paragraph">“KDD is a ‘must attend’ conference, where the theory and practice in data science, machine learning and artificial intelligence come together in industry-defining innovations,” explained KDD 2020 General Co-chair Rajesh K. Gupta, University of California, San Diego.&nbsp; “Initially we had hoped that at least a portion of the conference could be ‘in-person,’ but ultimately we decided a fully virtual conference would be the safest option for our community. While organizing a fully virtual conference is unchartered territory, we have made sure all of the program facets from previous years will be part of KDD 2020–from fascinating keynote addresses, to engaging research, workshops and panels. We’ve planned an outstanding program and we are confident we will have record conference registrations.”</p>



<p class="wp-block-paragraph">“Data science has exploded in the last 30 years and is now reshaping so many different disciplines,” added KDD 2020 General Co-chair Yan Liu, University of Southern California. “An example of this is KDD 2020’s Applied Data Science Invited Speakers track, which we are particularly excited about. This year, we have a roster of 18 leading practitioners in the field, working at companies such as Siemens, Microsoft, Facebook, Google, Amazon and Uber, among many others.”</p>
<p>The post <a href="https://www.aiuniverse.xyz/kdd-2020-data-mining-conference-goes-virtual-aug-23-27/">KDD 2020 Data Mining Conference Goes Virtual Aug. 23-27</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/kdd-2020-data-mining-conference-goes-virtual-aug-23-27/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
