<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>TunedIT Data Mining Blog &#187; In English</title>
	<atom:link href="http://blog.tunedit.org/category/in-english/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tunedit.org</link>
	<description>Data mining, machine learning, artificial intelligence. Research and applications</description>
	<lastBuildDate>Fri, 03 May 2013 20:09:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.tunedit.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/87754270520e7a9bc9344e304b071dc9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>TunedIT Data Mining Blog &#187; In English</title>
		<link>http://blog.tunedit.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.tunedit.org/osd.xml" title="TunedIT Data Mining Blog" />
	<atom:link rel='hub' href='http://blog.tunedit.org/?pushpress=hub'/>
		<item>
		<title>Winner&#8217;s notes. Eleftherios Spyromitros &#8211; Xioufis on Music Instruments Recognition</title>
		<link>http://blog.tunedit.org/2011/07/20/eleftherios-instruments-recognition/</link>
		<comments>http://blog.tunedit.org/2011/07/20/eleftherios-instruments-recognition/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 16:52:30 +0000</pubDate>
		<dc:creator>Eleftherios Spyromitros Xioufis</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=628</guid>
		<description><![CDATA[By Eleftherios Spyromitros Xioufis (lefman), winner of the Music Instruments track of ISMIS 2011 Contest: Music Information Retrieval. Profile I am currently in the 1st year of my PhD studies in the Department of Informatics of the Aristotle University of Thessaloniki and member of the Machine Learning and Knowledge Discovery (MLKD) group. One of the main [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=628&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><em><strong>By Eleftherios Spyromitros Xioufis (lefman), winner of the <a href="http://tunedit.org/challenge/music-retrieval/instruments">Music Instruments</a> track of <a title="ISMIS 2011 Data Mining Contest" href="http://tunedit.org/challenge/music-retrieval">ISMIS 2011 Contest: Music Information Retrieval</a>.</strong></em></p>
<p><strong>Profile</strong></p>
<p><strong></strong> I am currently in the 1st year of my PhD studies in the Department of Informatics of the <a href="http://www.auth.gr">Aristotle University of Thessaloniki</a> and member of the <a href="http://mlkd.csd.auth.gr">Machine Learning and Knowledge Discovery</a> (MLKD) group. One of the main topics of my research is multi-label classification which is the generalization of single-label (binary or multi-class) classification in domains where each instance can be associated with more that one label at the same time. ISMIS 2011 contest on Music Information Retrieval and particularly the music instrument recognition track, gave me the opportunity to: 1) test my data mining skills in a challenging and highly competitive environment and 2) apply my research into a new and interesting application domain. Multi-label classification seems to fit well into the problem of recognizing pairs of instruments, which is actually a two-label classification problem. <strong></strong></p>
<p><strong>The given data<br />
</strong></p>
<p><strong></strong>The given training data consisted of two significantly heterogeneous datasets: one containing single instrument examples and one containing examples of instrument pairs. The single instrument data consisted of 114914 recordings of 19 different instruments. The instrument pairs data comprised 5422 recordings of mixtures of 21 different instruments. In total there were 32 distinct instruments, just 8 of which appeared in both datasets. It is interesting to notice that the pairs dataset contained instruments that can be considered as kinds of instruments in the single instruments dataset (e.g. CTrumpet and B-FlatTrumpet are kinds of Trumpet). These relations complicated the learning problem. Firstly, examples of the specialized class (e.g. TenorTrombone) could be semantically considered as examples of the general class (e.g. Trombone). Secondly, different kinds of the same instrument could be difficult to distinguish (e.g. is one of the instruments a soprano or an alto saxophone?). Besides the heterogeneity of the training sets, the following statements about the synthesis of the test set brought additional complexity to the learning task:</p>
<ul>
<li>Test and training sets contain different pairs of instruments (i.e. the pairs from the training set do not occur in the test set).</li>
<li>Not all instruments from the training data must also occur in the test part.</li>
<li>There may be some instruments from the test set that only appear in the single instruments part of the training set.</li>
</ul>
<p>To get a clearer idea about the synthesis of the test set, the evaluation system was queried (or tricked) for the frequency of each instrument in the test set by submitting a prediction containing the same instrument for all test instances. The results were quite revealing:</p>
<ul>
<li> Only 20 out of the 32 instruments appeared in the test set.</li>
<li> The mixtures training set contained 18 of the 20 instruments of the test set plus 3 additional instruments.</li>
<li> The single instruments training set contained 9 of the 20 instruments of the test set plus 10 additional instruments.</li>
<li>There was a great discrepancy between the distribution of the labels in the training and the test data.</li>
</ul>
<p><strong>Exploring multi-label approaches</strong></p>
<p>Preliminary experiments showed that state-of-the-art multi-label methods such as ECC[2] and RAKEL[3] had little or no advantage in comparison with the baseline Binary Relevance (BR) method. All the above methods belong to the problem transformation family of multi-label algorithms (they transform the multi-label problem into multiple binary problems and tackle it with off-the-shelf binary classifiers). BR simply learns one model for each label (instrument) by using all the examples that contain that label as positive and the rest of the examples as negative. The coupling of BR with ensemble-based binary classifiers such as Random Forest[1] gave competitive results in comparison with more advanced multi-label methods. This result can be attributed to the fact that except for creating ensembles, the main advantage of these methods are the ability to capture correlations between labels. In our case, learning the correlations which appear in the training set was not expected to be useful since these correlations are not repeated in the test set.</p>
<p><strong>Engineering the input</strong></p>
<p>Given the heterogeneity of the training data, an important step was to explore the best input for the learning algorithms. Initially, three different training sets were given as input: a) the union of the given training sets (both mixtures and single-instruments), b) only mixture examples, c) only single-instruments examples. An evaluation using various learning algorithms showed that using the mixtures set was better than using  the single-instruments set. This was however expected, since the single-instruments set had examples for only 9 of the 20 instruments which appear in the test set, compared to the mixtures set which had examples for 18 instruments of the test set. The unexpected result that using the only-mixtures dataset gave better results than using the union of the given training sets, although examples for all 20 instruments which appear in the test set existed in the union.</p>
<p>A second set of experiments made things more clear. The training data corresponding to the 12 instruments which were not present in the test set were removed and the following training sets were created: a) One that contained both mixture and single-instrument examples for the instruments appearing in the test set. b) One that contained only mixture examples for the 18 out of 20 instruments and single-instrument examples for the 2 remaining instruments of the test set. c) One that contained only single-instrument examples for the 9 out of 20 instruments and mixture examples for the rest 11 instruments of the test set. The best results were obtained using the second training set, and revealed that learning from mixtures is better when mixtures of instruments are to be recognized. Note that adding single-instrument examples for the 2 instruments which had no examples in the mixtures set, slightly improved the performance of using only examples of mixtures. This revealed that using single-instrument data can be beneficial in the case that no mixture data is available. The set used to train the winning method consisted of the union of the 5422 mixture examples and the 340 single-instrument examples of SynthBass and Frenchhorn. All the given feature attributes describing the mixture examples were used, while  the 5 additional attributes of the single-instruments set were ignored since they were not present in the test set.</p>
<p><strong>Modifying the base classifier</strong></p>
<p>To deal with class imbalance (a problem arising from the use of BR for multi-label classification) we extended the original Random Forest (RF) algorithm. RF has been proven to have superior accuracy among current classification algorithms, however, it is susceptible on imbalanced learning situations. The idea was to combine RF with Asymmetric Bagging [4]. Instead of taking a bootstrap sample from the whole training set, bootstrapping is executed only on the examples of the majority (negative) class. The Asymmetric Bagging Random Forest (ABRF) algorithm is given below:</p>
<ol>
<li>Take a sample with replacement from the negative examples with size equal to the number of positive examples. Use all the positive examples and the negative bootstrap sample to form the new training set.</li>
<li>Train the original RF algorithm with the desired number of trees on the new training set.</li>
<li>Repeat the two steps above for the desired number of times. Aggregate the predictions of all the individual random trees and make the final prediction.</li>
</ol>
<p>Building a forest of 10 random trees on each one of 10 balanced training sets yielded the best evaluation results.</p>
<p><strong>Informed ranking</strong></p>
<p>The output produced for each label by an ABRF classifier is a confidence score of the label being true. This score is calculated by dividing the number of random trees that voted for the label with the total number of random trees. In the domain of the contest, we a priori knew that exactly two instruments are playing on each track, thus we  focused on producing an accurate ranking of the labels according to their relevance to each test instance and selected the two top-ranked labels. Instead of directly using the confidence scores to produce a ranking of the labels, we developed a ranking approach which takes the prior probability distribution of the labels into account. This approach is as follows:</p>
<ol>
<li>Use the trained classifiers to generate confidence scores for all test instances.</li>
<li>Sort the list of confidence scores given for each label.</li>
<li>Given a test instance, find its rank in the sorted list of confidences for each label. These ranks are indicative of the relevance of the instance to each label.</li>
<li>Normalize the ranks produced from step 3 by dividing them with the estimated (based on their prior probabilities) number of relevant instances for each label in the test set and select the n labels with the lowest normalized rank.</li>
</ol>
<p>In the context of the contest, we had the chance to use the frequencies of the labels in the validation set to estimate the number of relevant instances in the full test set. In a real-world situation, the prior probabilities of the labels in the training set could be used for this purpose.</p>
<p><strong>Engineering the output</strong></p>
<p>As a final step, a post-processing filter was applied which disallowed instrument pairs that were present in the training set. In such cases, the second-ranked label was substituted by the next label which would not produce a label pair of the training set when combined with the first-ranked label. This substitution was based on the assumption that the classifier is more confident for the first-ranked label. The information for this filter was given in the description of the task by the contest organizers.</p>
<p><strong>Some conclusions</strong></p>
<p>One interesting conclusion was that in multi-label learning problems, like the one of this contest, where modeling label correlations is not useful, combining simple multi-label learning techniques, such as Binary Relevance, with strong single-label learning techniques, such as Random Forest, can lead to better performance compared to state-of-the-art multi-label learning techniques. Another interesting conclusion was that it is better to use only mixture examples when pairs of instruments need to be recognized. An interesting direction for future contests would be the generalization of the task to the recognition of an arbitrary number of instruments playing together.</p>
<p><strong>Software used</strong></p>
<ul>
<li>Mulan: <a href="http://mulan.sourceforge.net%20">http://mulan.sourceforge.net </a></li>
<li>Weka: <a href="http://www.cs.waikato.ac.nz/ml/weka/">http://www.cs.waikato.ac.nz/ml/weka/</a></li>
</ul>
<p><strong>References</strong></p>
<ol>
<li>Breiman, L.: Random forests. Mach. Learn. 45, 5–32 (2001)</li>
<li>Read, J., Pfahringer, B., Holmes, G., Frank, E.: Classifier chains for multi-label<br />
classification. In: Proceedings of ECML PKDD 2009, Bled, Slovenia, pp. 254–269<br />
(2009)</li>
<li>Tsoumakas, G., Katakis, I., Vlahavas, I.: Random k-labelsets for multi-label classification.<br />
IEEE Transactions on Knowledge and Data Engineering (2011)</li>
<li>Tao, D., Tang, X., Li, X., Wu, X.: Asymmetric bagging and random subspace for<br />
support vector machines-based relevance feedback in image retrieval. IEEE Transactions<br />
on Pattern Analysis and Machine Intelligence 28, 1088–1099 (2006)</li>
</ol>
<p>A paper describing this solution in more details will appear soon in the proceedings of ISMIS 2011.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/628/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=628&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2011/07/20/eleftherios-instruments-recognition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/077e7cd59ffb08f4743e15f4179b05e9?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lefman</media:title>
		</media:content>
	</item>
		<item>
		<title>Winners&#8217; notes. Using Multi-Resolution Clustering for Music Genre Identification</title>
		<link>http://blog.tunedit.org/2011/04/12/domcastro-multiresolution-clustering/</link>
		<comments>http://blog.tunedit.org/2011/04/12/domcastro-multiresolution-clustering/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 15:04:42 +0000</pubDate>
		<dc:creator>Marcin Wojnarski</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=612</guid>
		<description><![CDATA[By Amanda Schierz, Marcin Budka and Edward Apeh (domcastro, BeYou) from Bournemouth University, UK, 1st and 2nd in Music Genres track of ISMIS 2011 Contest: Music Information Retrieval. Thanks for this competition – it was great fun. Software used: R, Weka, LibSVM, Matlab, Excel. This was the 2nd competition I had entered (the first being [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=612&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>By Amanda Schierz, <a href="http://www.budka.co.uk/">Marcin Budka</a> and Edward Apeh (<em>domcastro</em>, <em>BeYou</em>) from Bournemouth University, UK, 1st and 2nd in <a href="http://tunedit.org/challenge/music-retrieval/genres">Music Genres</a> track of <a title="ISMIS 2011 Data Mining Contest" href="http://tunedit.org/challenge/music-retrieval">ISMIS 2011 Contest: Music Information Retrieval</a>.</strong></p>
<p>Thanks for this competition – it was great fun. Software used: R, Weka, LibSVM, Matlab, Excel. This was the 2nd competition I had entered (the first being the <a href="http://tunedit.org/challenge/QSAR">SIAM biological one</a>) and I only really entered because I had so much undergraduate marking to do!  We developed a novel approach to the problem which involved multi-resolution clustering and Error Correcting Output Coding. Our 2nd place approach involved transforming the cluster labels into feature vectors.</p>
<p>Method and Journey:</p>
<p>1. We trained on 50% of the training data using Weka and built an ensemble of a cost-sensitive random forest (number of trees 100, number of features 25), a Bayes Net and a neural network. This resulted in 77.44% on the preliminary dataset. It was very frustrating as we couldn&#8217;t improve on this. We then looked at semi-iterative relabeling schemes such as Error Correcting Output Coding (using Matlab and LibSVM). This resulted in 81.59% prediction accuracy.</p>
<p>2. We then decided to look at the &#8220;statistics&#8221; of number of performers, segments, genres etc. We used R to normalize the data (training and test data) and to carry out K-means clustering, k =6 for genres, k=60 for performers, k=2000 for possible songs etc. Taking each set of clusters independently didn&#8217;t give any information. However, as we had pasted the results into the same file, we noticed a distinct pattern when the cluster results were looked at together – even though no crisp clusters were identified, we noticed that if a training instance was of a different genre from the rest of the cluster then it usually belonged to a different lower granularity cluster. We then built lots of cluster sets for the data (multi-resolution clustering).  K was set to 6, 15, 20, 60, 300, 400, 600, 800, 900, 1050, 1200, 2000, 3000, 3200, 5000 and 7000 clusters. At the finest granularity cluster (k=7000) a majority cluster vote was taken using the training instance labels and the test set predictions – the whole cluster was relabelled to the &#8220;heaviest&#8221; class. If a cluster could not be converged at the finest  k-level then we &#8220;fell back&#8221; to a lower granularity cluster (k=5000) and so on. These new predictions were fed back to the ECOC system and the process was repeated.</p>
<p>3. Figure below shows the overall approach we came up with:</p>
<p><a href="http://tunedit.files.wordpress.com/2011/04/schierz.png"><img class="aligncenter size-full wp-image-615" title="schierz-flowchart" src="http://tunedit.files.wordpress.com/2011/04/schierz.png?w=630" alt=""   /></a>4. This was the winning solution and resulted in 0.87507 score on the final test set. For the 2nd place solution, we decided to look at using the cluster assignation labels as feature vectors. This transformed the problem from the original 171-dimensional input space, into a new 16-dimensional space, where each attribute was an identifier of the cluster at one of the 16 levels. So, for example, if instance #7 have fallen into the 3rd out of 6 clusters at the first granularity level, 10th out of 15 clusters at the second granularity level and so on, in the transformed space it would be described as a 16-diemensional vector: [3, 10, …]. Note, that these attributes are now categorical, with up to 7000 distinct values at the highest granularity level. This has limited the number of classifiers we could use.</p>
<p>Our classification system consisted of:<br />
1. Random forest of 1000 unpruned C4.5 decision trees<br />
2. Boosted ensemble of 10 C5.0 decision trees<br />
3. Cross-trained ensemble of 100 Naive Bayes classifiers, trained on different subsets of attributes, each time selected using the Floating Forward Feature Selection method.</p>
<p>We have used majority voting to combine the decisions of these 3 ensembles. After labeling the test dataset using the method described above, we have fed both training and test dataset (this time with the labels from the previous step) to the ECOC system to obtain final predictions. This resulted in 0.87270 on the final test set.</p>
<p>&#8211; Amanda Schierz, Marcin Budka, Edward Apeh</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/612/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=612&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2011/04/12/domcastro-multiresolution-clustering/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4b1fde0b27cc6450d825efc86572d02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mwojnars</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2011/04/schierz.png" medium="image">
			<media:title type="html">schierz-flowchart</media:title>
		</media:content>
	</item>
		<item>
		<title>Winners&#8217; notes. Brian Jones on Incremental Transductive Ridge Regression</title>
		<link>http://blog.tunedit.org/2011/04/06/brian-jones-ridge-regression/</link>
		<comments>http://blog.tunedit.org/2011/04/06/brian-jones-ridge-regression/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 12:51:13 +0000</pubDate>
		<dc:creator>Marcin Wojnarski</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=588</guid>
		<description><![CDATA[By Brian S. Jones (wahoo) from Sandia National Laboratories, USA, 3rd in Music Genres track of ISMIS 2011 Contest: Music Information Retrieval. I became interested in the ISMIS 2011 genres contest due to the challenge that some contestants noted in the online forum:  standard model selection via cross-validation did not work well on the problem.  [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=588&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>By Brian S. Jones (<em>wahoo</em>) from Sandia National Laboratories, USA, 3rd in <a href="http://tunedit.org/challenge/music-retrieval/genres">Music Genres</a> track of <a title="ISMIS 2011 Data Mining Contest" href="http://tunedit.org/challenge/music-retrieval">ISMIS 2011 Contest: Music Information Retrieval</a>.</strong></p>
<p>I became interested in the ISMIS 2011 genres contest due to the challenge that some contestants noted in the online forum:  standard model selection via cross-validation did not work well on the problem.  Supervised learning techniques I tried, such as SVM, FDA, and Random Forest, all achieved accuracy in the 90-95% range in k-fold CV, only to result in leaderboard test set accuracy in the 70-76% range.</p>
<p>I interpreted this performance drop as an indication that the sample selection bias and resulting dataset shift was significant.  I tried three categories of techniques in an attempt to produce a classifier that adapted to the test set distribution: standard transductive algorithms, importance weighting, and pseudo-labeling methods.</p>
<p>My best entry used what I call <em>Incremental Transductive Ridge Regression</em>.  The procedure pseudo-labels test points progressively over multiple iterations in an attempt to gradually adapt the classifier to the test distribution.  Labeled points can also be removed or reweighted over time to increase the significance of the unlabeled points.  The objective function minimized in each iteration is the combination of a labeled loss term, a pseudo-labeled loss term, and the standard L<sub>2</sub> ridge regularizer:</p>
<p style="text-align:center;"><a href="http://tunedit.files.wordpress.com/2011/04/bsj-eqn1.gif"><img class="aligncenter size-full wp-image-601" title="objective function" src="http://tunedit.files.wordpress.com/2011/04/bsj-eqn1.gif?w=630" alt=""   /></a></p>
<p>The response vector <em>y<sub>i</sub></em> for each point contains <em>K</em> entries, one for each genre, and is encoded in binary format where <em>y<sub>ik</sub></em>=1 if point <em>i</em> has label <em>k</em> and 0 otherwise.  Other coding schemes are possible, for example using error-correcting output codes or (<em>K</em>-1) orthogonal vectors.  The variable <em>y<sub>i</sub></em>* is a pseudo-label vector for each unlabeled point, and <em>L<sub>t</sub></em> and <em>U<sub>t</sub></em> represent the sets of labeled and unlabeled point indices utilized in iteration <em>t</em>. The function <em>f</em> is a linear predictor with weights <em>w</em>, and predictions are produced by argmax <em>f</em>(<em>x</em>).</p>
<p>I experimented with several techniques for growing an initially empty <em>U<sub>t</sub></em> across <em>T</em> iterations.  The most successful approach was a stratified one, adding the most confident <em>F<sub>k</sub> / T</em> predictions for every class in each round.  Confidence is determined by the multiclass margin, and <em>F<sub>k</sub></em> is the expected frequency of class <em>k</em> based on the labeled class distribution.  I kept all labeled points in <em>L<sub>t</sub></em> during the <em>T</em> iterations, but surprisingly found that performance increased by removing them all at the end and self-training for a few extra iterations (<em>T<sub>II</sub></em>) using just the test points.</p>
<p>In the end, I was able to achieve 82.5% leaderboard accuracy using <em>T</em>=10, <em>T<sub>II</sub></em>=5, <em>C</em>=1, <em>λ</em>=1.  I added another 0.5% by combining several of these classifiers in a voting ensemble, where diversity was introduced by bootstrap sampling the labeled set.  This increase may have been spurious, however, as it did not provide similar gains at larger ensemble sizes.</p>
<p>Along the way, I also experimented with semi-supervised manifold algorithms like LapRLS [1] and tried importance weighting using uLSIF [2], but found only modest gains.  Other pseudo-labeling techniques that produced around 80% accuracy for me were Large Scale Manifold Transduction [3] and Tri-training [4].</p>
<p>For implementation, I programmed in Python/SciPy and utilized the ‘scikits.learn’ package when experimenting with off-the-shelf classifiers. Reported results involve two pre-processing steps: duplicate entries in the data sets were removed and features were normalized to have zero mean and unit variance.</p>
<p>I would like to thank TunedIT, the members of Gdansk University of Technology, and any others who helped put together this challenging and fun event.</p>
<p>&#8211; Brian S. Jones</p>
<h3>References</h3>
<p>1. Belkin, M., Niyogi, P., &amp; Sindhwani, V. (2006). <a href="http://manifold.cs.uchicago.edu/manifold_regularization/manifold.html">Manifold Regularization: A Geometric Framework for Learning from Labeled and Unlabeled Examples</a>. <em>Journal of Machine Learning Research</em>.<br />
2. Kanamori, T., Hido, S., &amp; Sugiyama, M. (2009). <a href="http://sugiyama-www.cs.titech.ac.jp/~sugi/software/uLSIF/index.html">A Least-squares Approach to Direct Importance Estimation</a>. <em>Journal of Machine Learning Research</em>.<br />
3. Karlen, M., Weston, J., Erkan, A., &amp; Collobert, R. (2008). <a href="http://portal.acm.org/citation.cfm?id=1390213">Large Scale Manifold Transduction</a>. <em>Proceedings of the International Conference on Machine Learning</em>.<br />
4. Zhou, Z.-H., &amp; Li, M. (2005). <a href="http://portal.acm.org/citation.cfm?id=1092809">Tri-training: exploiting unlabeled data using three classifiers</a>. <em>IEEE Transactions on Knowledge and Data Engineering</em>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/588/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=588&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2011/04/06/brian-jones-ridge-regression/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4b1fde0b27cc6450d825efc86572d02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mwojnars</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2011/04/bsj-eqn1.gif" medium="image">
			<media:title type="html">objective function</media:title>
		</media:content>
	</item>
		<item>
		<title>Ed Ramsden on his winning solution in SIAM SDM&#8217;11 Contest</title>
		<link>http://blog.tunedit.org/2011/02/25/ed-ramsden-on-winning-siam-sdm-11-contest/</link>
		<comments>http://blog.tunedit.org/2011/02/25/ed-ramsden-on-winning-siam-sdm-11-contest/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 15:31:18 +0000</pubDate>
		<dc:creator>Marcin Wojnarski</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=572</guid>
		<description><![CDATA[By Ed Ramsden (EdR), the winner of SIAM SDM&#8217;11 Data Mining Contest. The basis for my model was the Probabilistic Neural Network (PNN), which was originally introduced by Donald Specht in 1990. The PNN is an example-based classifier in which the &#8216;X&#8217; vector for an unknown case to be classified is compared to all known-class [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=572&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>By Ed Ramsden (<em>EdR</em>), the winner of <a href="http://tunedit.org/challenge/QSAR">SIAM SDM&#8217;11 Data Mining Contest</a>.</strong></p>
<p>The basis for my model was the Probabilistic Neural Network (PNN), which was originally introduced by Donald Specht in 1990. The PNN is an example-based classifier in which the &#8216;X&#8217; vector for an unknown case to be classified is compared to all known-class cases used in the training set.  A distance metric (typically Euclidean) is passed through a gaussian function to estimate a &#8216;probability&#8217; of a match with each training case.  These individual probabilities are combined for each class in the training set, and the class with the highest composite probability (W) is selected as the most likely class for the unknown case.  The evaluation and combination function used was:</p>
<p style="text-align:left;"><a href="http://tunedit.files.wordpress.com/2011/02/ed-ramsden-math-cut.png"><img class="aligncenter size-medium wp-image-576" title="PNN Composite probability" src="http://tunedit.files.wordpress.com/2011/02/ed-ramsden-math-cut.png?w=210&#038;h=74" alt="" width="210" height="74" /></a>Although a PNN can be used with little or no training, this problem posed several difficulties. The first was the high dimensionality of the input data. Because they are example based, PNN classifiers require their input &#8216;space&#8217; to be reasonably well filled in order to perform. As the number of input features is increased, one would expect their input space to become exponentially sparser. The solution to this was to employ feature selection.  Also, another challenge for obtaining good performance is the proper selection of σ,  which controls the selectivity of the classifier. If one makes  σ too large, the classifier will tend lose the ability to differentiate between different input data. On the other hand, if  σ is made too small, the classifier loses the ability to generalize beyond its training set.  The problems of both feature and  σ selection were solved by using a guided random walk, with the objective of maximizing the Modified Youdon performance on the training set. One feature of this approach is that it does not require the calculation of gradient information, only the value of the metric being maximized.  To avoid severe overtraining effects, a leave-one-out scheme was used to evaluate training-set performance.</p>
<p>Because the PNN model developed as described above only sees a small subset of available inputs, I decided to attempt to increase the performance through constructing ensembles of the PNNs, and then taking a simple vote among their outputs to decide the final classification.</p>
<p>As one can see from the following plot, there is substantial variation in both the training and final test Modified Youdon measures for different models, with a degree of correlation between the training metric and the final test metric.  This led to the idea of constructing the final voting pool out of a subset of models with superior training performance.</p>
<p style="text-align:center;"><a href="http://tunedit.files.wordpress.com/2011/02/ed-ramsden-plot.png"><img class="aligncenter size-full wp-image-575" title="Test vs. Train plot" src="http://tunedit.files.wordpress.com/2011/02/ed-ramsden-plot.png?w=630&#038;h=364" alt="" width="630" height="364" /></a></p>
<p>In the end, the submission model consisted of a vote of the best 25 out of 135 candidate PNN models (by training score) constructed using 35 features. This yielded a training score of 0.794, and a final test score of 0.689.  Note that while some individual sub-models would have had very similar performance to the ensemble model, there was no obvious way of reliably identifying such high-performing sub models <em>a priori</em>, so the ensemble technique allowed for the combination of a number of good (and not so good) models into a better one.</p>
<p>I developed the model generation code in Visual Basic .NET, and did the final vote taking using a spreadsheet.  The generation and tuning of the 135 candidate models required nearly 8  hours on a single processor core of an Intel E5300.</p>
<p>&#8211; Ed Ramsden</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/572/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=572&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2011/02/25/ed-ramsden-on-winning-siam-sdm-11-contest/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4b1fde0b27cc6450d825efc86572d02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mwojnars</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2011/02/ed-ramsden-math-cut.png?w=300" medium="image">
			<media:title type="html">PNN Composite probability</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2011/02/ed-ramsden-plot.png" medium="image">
			<media:title type="html">Test vs. Train plot</media:title>
		</media:content>
	</item>
		<item>
		<title>Winner&#8217;s notes. Yuchun Tang on noise deduction to improve classification accuracy in SIAM SDM&#8217;11 Contest</title>
		<link>http://blog.tunedit.org/2011/02/22/winners-notes-yuchun-tang-siam-icdm11/</link>
		<comments>http://blog.tunedit.org/2011/02/22/winners-notes-yuchun-tang-siam-icdm11/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 10:19:40 +0000</pubDate>
		<dc:creator>yuchun tang</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=555</guid>
		<description><![CDATA[By Yuchun Tang (piaopiao), the runner-up in SIAM SDM&#8217;11 Contest. QSAR data provided for SIAM SDM&#8217;11 Contest were known to be highly noisy. Around 30% of labels provided could be wrong due to experimental uncertainty, as reported by the organizers after the contest was closed. Furthermore, this contest only counted the last submission, which means [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=555&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>By Yuchun Tang (<em>piaopiao</em>), the runner-up in <a href="http://tunedit.org/challenge/QSAR?m=leaderboard">SIAM SDM&#8217;11 Contest</a>.</strong></p>
<p>QSAR data provided for SIAM SDM&#8217;11 Contest were known to be highly noisy. Around 30% of labels provided could be wrong due to experimental uncertainty, as reported by the organizers after the contest was closed. Furthermore, this contest only counted the last submission, which means it was risky to overtune the models on the known data (including training data and preliminary test data).</p>
<p>In my approach, initially, a 7-fold cross validation strategy was adopted for modeling on the training data. Several classification algorithms were tried and the best CV results (in terms of Balanced Youden Index) were observed with R <em>gbm</em> and <em>randomForest</em> techniques. At that point the performance for <em>gbm</em> was 0.659/0.664/0.640 (in the order of 7-CV/preliminary/final), and for <em>rf</em> it was 0.636/0.718/0.628. (Of course, I only know the final performance after the contest is closed). I also tried different feature selection methods but I did not see obvious improvement so I decided <span id="more-555"></span>to use all of the 242 features.</p>
<p>The next step I tried was to remove noisy data. The assumption was that an instance is likely to be noisy if it gets wrongly predicted with a high probability value. Such an idea was applied onto a balanced <em>gbm</em> modeling&#8217;s CV result. If the prediction value for a positive instance was less than <em>nplimit</em>, it was assumed to be a noise. Likewise, a negative instance was a noise if its prediction value was larger than or equal to <em>pplimit</em>. These noisy instances were removed and only the remaining instances were used for training the 2nd-round <em>gbm </em>/ <em>randomForest</em> classifiers. After a few rounds of tuning, <em>nplimit</em> was set to 0.2 and <em>pplimit</em> to 0.8. Now I had the performance 0.688/0.644 (in the order of preliminary/final) for <em>gbm</em>, and 0.771/0.671 for <em>rf</em>.</p>
<p>Finally, the above process was applied to the combined training/preliminary data, but all modeling parameters were unchanged from the first phase. Step 1, a balanced <em>gbm</em> model was built. Step 2, noisy instances were removed on step 1 CV result with <em>nplimit</em>=0.2 and <em>pplimit</em>=0.8. Step 3, a <em>rf</em> model was built for final classification. Since different <em>rf</em> modelings have slightly different results, I actually built 9 <em>rf</em> models and picked the major voting as the final prediction, which was ranked at the 2nd place in this contest, with Balanced Youden Index of 0.6889.</p>
<p>There are two interesting observations. #1 the cut points for the final 9 <em>RF</em> models were between 0.207 and 0.213, which corresponds to the fact that &#8220;negatives outnumber positives approximately 4:1&#8243;. #2, the row numbers in the training/preliminary data of the 40 noisy instances in my final modeling were 11, 22, 45, 49, 74, 83, 104, 133, 196, 199, 268, 291, 322, 367, 368, 375, 378, 405, 412, 413, 415, 419, 454, 484, 515, 523, 535, 554, 606, 640, 675, 676, 680, 699, 729, 776, 791, 824, 825, 831. This might be useful for Simulations Plus to improve the experiments and labeling?</p>
<p>Thanks for the organizers that I had an opportunity to play with this interesting data.</p>
<p>Yuchun Tang, Ph.D.<br />
Lead Principal Engineer<br />
Global Threat Intelligence<br />
McAfee Lab</p>
<p><a href="http://www.linkedin.com/in/yuchuntang">http://www.linkedin.com/in/yuchuntang</a><br />
<a href="http://www.mcafee.com/us/mcafee-labs/threat-intelligence.aspx">http://www.mcafee.com/us/mcafee-labs/threat-intelligence.aspx</a><br />
<a href="http://www.trustedsource.org">http://www.trustedsource.org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/555/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=555&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2011/02/22/winners-notes-yuchun-tang-siam-icdm11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72c67ca17dd483173b5fe3ab1f4645b2?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ytangdataminer</media:title>
		</media:content>
	</item>
		<item>
		<title>Winners&#8217; notes. Frank Lemke on self-organizing high-dimensional QSAR modeling from noisy data</title>
		<link>http://blog.tunedit.org/2011/02/17/winners-notes-siam-sdm-frank-lemke/</link>
		<comments>http://blog.tunedit.org/2011/02/17/winners-notes-siam-sdm-frank-lemke/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 17:26:26 +0000</pubDate>
		<dc:creator>Marcin Wojnarski</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=535</guid>
		<description><![CDATA[By Frank Lemke (pat) from KnowledgeMiner Software, 3rd in SIAM SDM&#8217;11 Contest. Safety of pharmaceutical and chemical products with respect to human health and the environment has been a major concern for the public, regulatory bodies, and the industry, for a long time and this demand is increasing. Safety aspects start in the early design [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=535&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>By Frank Lemke (<em>pat</em>) from <a href="http://www.knowledgeminer.eu/">KnowledgeMiner Software</a>, 3rd in <a href="http://tunedit.org/challenge/QSAR?m=leaderboard">SIAM SDM&#8217;11 Contest</a>.</strong></p>
<p><strong></strong>Safety of pharmaceutical and chemical products with respect to human health and the environment has been a major concern for the public, regulatory bodies, and the industry, for a long time and this demand is increasing. Safety aspects start in the early design phases of drugs and chemical compounds and they end formally with the official authorization by national and international regulators. Traditionally, for decades, animal tests have been using as the preferred accepted tool &#8211; kind of Gold Standard, which, in fact, it is not &#8211; for testing harmful effects of chemicals on living species or the environment. Currently, in Europe only, about 10 million animals per year are (ab)used for laboratory experiments, and a lot of time and billions of Euros are spent into these experiments. So, we as consumers who use and value chemical products every day everywhere in some form are safe? No! Not really. About 90% of the chemicals on the market today have never been tested or have not been requested, officially, to be tested. There is a simple reason, apparently: Despite the ethical issues of animal testing &#8211; it is <a href="http://www.nature.com/nature/journal/v460/n7259/full/4601080a.html">estimated</a> that additional 10 &#8211; 50 million vertebrate animals would be required if all 150,000 registered substances would have to be tested in this traditional way &#8211; it is simply not possible to run animal tests for this amount of substances within reasonable time and cost constraints. Animal tests cannot do that. To solve this problem, there is a strong demand for alternative testing methods like <a href="http://en.wikipedia.org/wiki/Quantitative_structure-activity_relationship">QSAR</a> models to help minimizing and widely substituting animal tests in the future.</p>
<p><span id="more-535"></span>Many QSAR models for various chemical properties and biological endpoints have been published in the past 10 years, especially. However, most of them have been developed from a scientific viewpoint, only, and it is not clear if they are applicable for industrial and regulatory purposes. The current international research project <a href="http://www.antares-life.eu/">ANTARES</a> funded by the European Commission (LIFE+ LIFE08 ENV/IT/000435) targets this problem. It is searching and evaluating published QSAR models for a large number of endpoints using a set of quality, transparency, and reliability criteria important for identifying models, which can be used appropriately, and which are accepted by all parties involved, during official registration and authorization procedures of chemicals like the ongoing European initiative <a href="http://en.wikipedia.org/wiki/Registration,_Evaluation,_Authorisation_and_Restriction_of_Chemicals">REACH</a>.</p>
<p>Predictive modeling of a biological activity from the molecular structure of chemical compounds can be seen as a complex, ill-defined modeling problem, which is characterized by a number of methodological problems:</p>
<ul>
<li>Inadequate a priori information about the system for adequately describing the inherent system relationships. Creating models for predicting harmful effects on human health and the environment is a highly interdisciplinary challenge. There is no domain knowledge available from any single domain that would solve the problem by theory.</li>
<li>Possessing a large number of variables. A few hundred to a few thousand input variables are not uncommon in QSAR modeling.</li>
<li>Noisy and few data samples in the range of tens to a few hundred data.</li>
<li>Vague and fuzzy objects whose variables have to be described adequately. Experimental toxicity data are result of animal tests. Depending on the species used in an assay its inherent bio-variability can be quite high and can vary very much from species to species and from test to test. This translates into huge amount of noise in the experimental data used to build QSAR models.</li>
</ul>
<p>A powerful modeling technology that addresses these problems by its design is <em><strong>Self-organizing Networks of Active Neurons</strong></em> based on the <a href="http://en.wikipedia.org/wiki/Group_method_of_data_handling">Group Method of Data Handling</a>. Built on the principles of self-organization, it inductively develops, starting from the simplest possible model, optimal complex models that are composed of sets of self-selected relevant inputs. In this way, it performs both parameter and structure identification of a model and it solves the basic problem of experimental systems analysis of systematically avoiding overfitted models based on the data&#8217;s information, only. Furthermore, the models are available analytically in form of linear or non-linear regression or difference equations. High-dimensional modeling from hundreds or thousands of input variables is another integrated part of Self-organizing Networks of Active Neurons that apply unique approaches to <a href="http://www.knowledgeminer.eu/noise_immunity.htm">multilevel self-organization and noise immunity</a>. This leads to the concept of self-organizing high-dimensional modeling, which hides the complex processes of knowledge extraction, model development, dimension reduction, variables selection, noise filtering for avoiding overfitted models, and model validation from the user as a condition <em><strong>for objectively developing reliable models from noisy data</strong></em>.</p>
<p>For the SIAM SDM&#8217;11 QSAR Challenge we used our general-purpose predictive modeling and data mining tool <a href="http://www.knowledgeminer.eu/">KnowledgeMiner (yX) for Excel</a> out of the box. We also tested a new algorithm on cost-sensitive classification we are developing to see how it performs under real-world conditions. This algorithm also optimizes results of imbalanced class distributions as found in the challenge. The final solution submitted to the challenge is a model ensemble of two non-linear regression models obtained directly from the challenge data set of 837 samples and 242 descriptor variables. No prior dimension reduction, feature selection, data normalization or subdivision was used. All this is integrated in the knowledge extraction process of the tool.</p>
<p>This may sound as a very time consuming modeling task, but since KnowledgeMiner (yX) is 64-bit parallel software, it actually is not. To self-organize a model from the entire challenge data set takes about 1 &#8211; 5 minutes on a 3 GHz 8-core Mac Pro running Mac OS X 10.6.</p>
<p>The first model is composed of 14 and the other of 15 self-selected relevant molecular descriptors, which join to a unique set of 19 descriptors. The sensitivity of the final model on the design data is 0.714 and specificity is 0.707. On the out-of-sample challenge test data set this model shows a sensitivity and specificity of 0.711 and 0.677, respectively. All models can be exported to Excel for further use.</p>
<p>A free download of the software is available <a href="http://www.knowledgeminer.eu/download.htm">here</a>.</p>
<p>I would like to thank the organizers for setting up this challenging task.</p>
<p>&#8211; Frank Lemke</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/535/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=535&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2011/02/17/winners-notes-siam-sdm-frank-lemke/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4b1fde0b27cc6450d825efc86572d02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mwojnars</media:title>
		</media:content>
	</item>
		<item>
		<title>Winners&#8217; notes. Robert Wieczorkowski, Yasser Tabandeh and Harris Papadopoulos on SIAM SDM&#8217;11 Contest</title>
		<link>http://blog.tunedit.org/2011/02/11/winners-notes-siam-sdm-contest/</link>
		<comments>http://blog.tunedit.org/2011/02/11/winners-notes-siam-sdm-contest/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 11:34:21 +0000</pubDate>
		<dc:creator>Marcin Wojnarski</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=510</guid>
		<description><![CDATA[We have a pleasure to publish three after-challenge reports authored by participants of SIAM DM 2011 Data Mining Contest who achieved ex aequo the 4th best score (differed only in time of submission). Hope you&#8217;ll find the reports insightful. To view full results of the competition see Leaderboard and Summary pages. * * * By [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=510&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We have a pleasure to publish three after-challenge reports authored by participants of <a title="SDM'11 chemo-informatics competition" href="http://tunedit.org/challenge/QSAR">SIAM DM 2011 Data Mining Contest</a> who achieved ex aequo the 4th best score (differed only in time of submission). Hope you&#8217;ll find the reports insightful. To view full results of the competition see <a title="QSAR modeling algorithms scores" href="http://tunedit.org/challenge/QSAR?m=leaderboard">Leaderboard</a> and <a title="QSAR modeling summary of results" href="http://tunedit.org/challenge/QSAR?m=summary">Summary</a> pages.</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p><strong>By Robert Wieczorkowski, Ph.D. (<em>rwieczor</em>).</strong></p>
<p>SIAM SDM&#8217;11 Contest was my second challenge in which I participated on TunedIT. Previously I took part in IEEE ICDM Contest (<a href="http://tunedit.org/challenge/IEEE-ICDM-2010/traffic">Traffic Prediction</a>) and ended on the 12th place. Taking part in this challenge was for me a form of new practical experience in using modern statistical tools.</p>
<p><span id="more-510"></span>I graduated from Warsaw University in  Mathematics (1988) and completed Ph.D. in Mathematics (1995) from Institute of Mathematics, Warsaw University of Technology. My area of expertise has been connected for many years with statistics and applying sampling methods in official statistical surveys. I had no specific knowledge in QSAR domain so I simply decided to use available methods and algorithms implemented in R software packages.</p>
<p>At first I selected important attributes from data using <em>Boruta</em> package (this package uses random forest classifier) on training data, which resulted in 75 variables out of 242.  After that I experimented with different classifiers from R packages using 75 selected features. I tested  various classifiers available in R, e.g. <em>randomForest</em>, <em>ada</em>, <em>gam</em>, <em>kknn</em>. The most promising results were obtained from <em>randomForest</em>, so I used later on mainly this classifier.</p>
<p>The measure of precision used in this challenge (based on specificity and sensitivity) leads to the problem of proper cutoff points for probability of belonging to a given class. Function <em>roc</em> from <em>caret</em> package enabled me to approximate cutoff points. Graphs based on <em>roc</em> function were also helpful. From simulations based on random samples from training data I obtained estimate of cutoff at around 0.21.</p>
<p>For fixed cutoff value I also tried to optimize parameters within <em>randomForest</em> classifier i.e. <em>ntree</em>, <em>mtry</em>, <em>classwt</em>. For given parameters I also generated many models trained on samples from training data, and used majority voting procedure.</p>
<p>After revealing preliminary test set my model based on averaging 100 random forest classifiers trained on independent samples from mixture of training data (70%) and preliminary test set (20%) were applied, and gave accuracy 0.6667 and 4th place on the leaderboard. Elementary classifier in my final model has the following parameters:</p>
<pre>randomForest(ntree=50,mtry=30,classwt=c(6,1))</pre>
<p>The challenge was a very interesting experience for me and I would like to thank the organizers and congratulate the winners.</p>
<p>&#8211; Robert Wieczorkowski</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p><strong>By Yasser Tabandeh (<em>TmY</em>).</strong></p>
<p>I’m a master student of software engineering at Shiraz University, Iran.  My experiences with data mining began 2 years ago. I participated in <a href="http://sede.neurotech.com.br/PAKDD2010/result.do?method=load">PAKDD 2010</a> and <a href="http://mill.ucsd.edu/index.php?page=Leaderboard">UCSD 2010</a> data mining competitions, and it&#8217;s the 3rd time when I finish in 5th position in a data mining contest.</p>
<p>I didn&#8217;t have any prior knowledge of QSAR and used only data mining techniques for this challenge. In this contest, the number of instances was small in comparison to the number of features. So I didn’t make any submissions in preliminary phase and waited for labels of preliminary instances to be revealed, to make my model stronger and prevent overtraining.</p>
<p>I used <a href="http://cs.waikato.nz/">Weka</a> for my experiments and 5-fold cross validation. Performance measure used for evaluation of my models was AUC, because I think it has nearly direct relation with Youden Index. In my experiments, I found best results for 3 different models with three different feature sets:</p>
<ol>
<li>Logistic regression (ridge parameter: 1.0E-8)</li>
<li>SMO (puk as kernel function, standardize data, build logistic models)</li>
<li>KNN (K=5)</li>
</ol>
<p><a href="http://tunedit.files.wordpress.com/2011/02/yasser-flowchart.png"><img class="aligncenter size-full wp-image-516" title="yasser-flowchart" src="http://tunedit.files.wordpress.com/2011/02/yasser-flowchart.png?w=630" alt=""   /></a>In the first two models, I used SVM-RFE for ranking features and then backward elimination of features was used to select final feature set. In the third model (KNN) I used my own Relief-based algorithm for weighting features and again, backward elimination of features was done in order to select final feature set.</p>
<p>After creating the 3 models, I voted on scores of these models in order to generate final scores. Voting was done through average of probabilities of 3 models. The best cut-off point in training data was 0.5619 and I selected this point for final test set. After releasing final test labels I found the best cut-off point was lower than this point; however it was a very risky selection.</p>
<p>To summarize, I think this contest had 3 main challenges:</p>
<ol>
<li>Creating a good model  without overfitting</li>
<li>Feature selection</li>
<li>Selecting cut-off point</li>
</ol>
<p>Thank all the organizers for this contest. <strong> </strong></p>
<p>&#8211; Yasser Tabandeh</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p><strong>By Harris Papadopoulos, Ph.D. (<em>hnp</em>).</strong></p>
<p>My solution was based on a recently developed framework, called <a href="http://www.alrw.net/">Conformal Prediction</a> (CP), for extending classical machine learning techniques to provide valid measures of confidence with their predictions. The reason for using this framework, since confidence measures were not the goal of this contest, was that a variation of CP, called <a href="http://onlineprediction.net/?n=Main.MondrianConformalPredictor">Mondrian Conformal Prediction</a>, can be used for producing confidence measures that are valid for each class of a problem separately, thing that partly addresses the class imbalance problem of the contest data. Another reason was to explore the possibility of further work on applying CP to the particular application area, where it can be used for rejecting the cases for which a positive result is unlikely at some confidence level. Starting with a high confidence level and then gradually reducing it can lead to some form of ranking for the order in which to experimentally evaluate candidate compounds. Anyone interested can find a number of Conformal Predictors described in the literature extending some of the most popular classification techniques, such as <a href="http://ijcai.org/Past Proceedings/IJCAI-99 VOL-2/PDF/010.pdf">Support Vector Machines</a>, <a href="http://www.intechopen.com/articles/show/title/inductive_conformal_prediction__theory_and_application_to_neural_networks">Neural Networks</a>, <a href="http://dx.doi.org/10.1007/3-540-36755-1_32"><em>k</em>‑Nearest Neighbours</a> and <a href="http://dx.doi.org/10.1109/TITB.2010.2091144">Genetic Algorithms</a>. The same goes for regression techniques where CP has been coupled with <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.28.4209">Ridge Regression</a>, <a href="http://www.actapress.com/Abstract.aspx?paperId=32280"><em>k</em>‑Nearest Neighbours</a> and <a href="http://dx.doi.org/10.1007/978-3-642-15819-3_4">Neural Networks</a>.</p>
<p>The approach followed included four preprocessing steps. First outliers were removed using a method developed from the main ideas of the <em>k</em>‑Nearest Neighbours CP. This method evaluates how well each example fits in with all the other examples in the dataset and removes the ones that do not seem to belong to the dataset as well as the rest. The second preprocessing step aimed at reducing the class imbalance of the dataset. This was done by removing the examples of the majority class that were very different from those of the minority class. The third step again addressed the class imbalance problem by using the Synthetic Minority Over-sampling Technique (SMOTE) to generate more examples of the minority class. Finally, feature selection was performed by applying the ReliefF technique. The first two steps were implemented in Matlab, while for the last two the WEKA data mining toolkit was used.</p>
<p>Twelve different combinations of outlier elimination thresholds and number of top features selected were used in the preprocessing steps, thus generating twelve different datasets. These were then used to train various Mondrian CPs, based on <em>k</em>‑Nearest Neighbours, Naïve Bayes and Neural Networks; two of the Mondrian CPs were ensembles based on the aforementioned algorithms. The final classifications were then generated based on the p-values produced by all dataset-CP combinations for each class, following a voting scheme. All Mondrian CPs and the scheme for combining their outputs to produce the final classifications were implemented in Matlab.</p>
<p>&#8211; Harris Papadopoulos</p>
<div id="_mcePaste" class="mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;overflow:hidden;"><!-- p { margin-bottom: 0.08in; } -->&nbsp;</p>
<p style="margin-right:-.2in;margin-bottom:0;"><span style="font-family:Times New Roman,serif;">SIAM SDM&#8217;11 Contest was my second challenge in which I participated on</span><span style="font-family:Times New Roman,serif;"> </span><span style="font-family:Times New Roman,serif;"><em><strong>TunedIT.</strong></em></span></p>
<p style="margin-right:-.2in;margin-bottom:0;"><span style="font-family:Times New Roman,serif;">Previously I took part in IEEE ICDM Contest (Traffic Prediction) and ended on 12th place. Taking part in this challenge was for me a form of new practical experience in using modern statistical tools. </span></p>
<p style="margin-bottom:0;"><span style="font-family:Times New Roman,serif;">I graduated from Warsaw University in </span><span style="font-family:Times New Roman,serif;"> mathematics (1988) and completed Ph.D. in Mathematics (1995) from Institute of Mathematics, Warsaw University of Technology. My area of expertise have been connected for many years with statistics and applying sampling methods in official statistical surveys.</span></p>
<p style="margin-bottom:0;" lang="en-US"><span style="font-family:Times New Roman,serif;">I had no specific knowledge in QSAR domain so I simply decided to use available </span></p>
<p style="margin-bottom:0;" lang="en-US"><span style="font-family:Times New Roman,serif;">methods and algorithms implemented in R software packages. </span></p>
<p style="margin-bottom:0;"><span style="font-family:Times New Roman,serif;">At first I selected important attributes from data using </span><span style="font-family:Times New Roman,serif;"><em>Boruta </em></span><span style="font-family:Times New Roman,serif;">package (this package </span></p>
<p style="margin-bottom:0;" lang="en-US"><span style="font-family:Times New Roman,serif;">uses random forest classifier) on training data, which resulted in 75 variables out of </span></p>
<p style="margin-bottom:0;"><span style="font-family:Times New Roman,serif;">242.  After that I experimented with different classifiers from R packages using<br />
75 selected features. I tested  various classifiers available in R, e.g. </span><span style="font-family:Times New Roman,serif;"><em>randomForest, ada, gam, kknn</em></span><span style="font-family:Times New Roman,serif;">. The most promising results were obtained from </span><span style="font-family:Times New Roman,serif;"><em>randomForest,</em></span><span style="font-family:Times New Roman,serif;"><br />
so I used later mainly this classifier.</span></p>
<p style="margin-bottom:0;"><span style="font-family:Times New Roman,serif;">The measure of precision used in this challenge (based on specificity and sensitivity) leads to the problem of proper cutoff points for probability of belonging to a given class. Function </span><span style="font-family:Times New Roman,serif;"><em>roc </em></span><span style="font-family:Times New Roman,serif;">from </span><span style="font-family:Times New Roman,serif;"><em>caret</em></span><span style="font-family:Times New Roman,serif;"> package enabled me to approximate cutoff points. Graphs based on </span><span style="font-family:Times New Roman,serif;"><em>roc </em></span><span style="font-family:Times New Roman,serif;">function were also helpful. From simulations based on random samples from training data I obtained estimate of cutoff around 0.21.</span></p>
<p style="margin-bottom:0;"><span style="font-family:Times New Roman,serif;">For fixed cutoff value I also tried to optimize parameters within </span><span style="font-family:Times New Roman,serif;"><em>randomForest </em></span><span style="font-family:Times New Roman,serif;">classifier i.e. </span><span style="font-family:Times New Roman,serif;"><em>ntree, mtry, classwt</em></span><span style="font-family:Times New Roman,serif;">. For given parameters I also generated many models trained on samples from training data, and used majority voting procedure.</span></p>
<p style="margin-bottom:0;"><span style="font-family:Times New Roman,serif;">After revealing preliminary test set my model based on averaging 100 random forest classifiers trained on independent samples from mixture of training data (70%) and preliminary test set (20%) were applied, and gave accuracy 0.6667 and 4th place on the leaderboard.</span></p>
<p style="margin-bottom:0;" lang="en-US"><span style="font-family:Times New Roman,serif;">Elementary classifier in my final model has the following parameters:</span></p>
<p style="margin-bottom:0;" lang="en-US"><span style="font-family:Times New Roman,serif;">randomForest(ntree=50,mtry=30,classwt=c(6,1))</span></p>
<p style="margin-bottom:0;"><span style="font-family:Times New Roman,serif;">The</span><span style="font-family:Times New Roman,serif;"> challenge was very interesting experience for me, and I would like to thank the organizers and congratulate the winners.</span></p>
<p style="margin-bottom:0;" lang="en-US">&nbsp;</p>
<p style="margin-bottom:0;" lang="en-US">Robert Wieczorkowski</p>
<p style="margin-bottom:0;" lang="en-US">&nbsp;</p>
<p style="margin-bottom:0;" lang="en-US">&nbsp;</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/510/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=510&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2011/02/11/winners-notes-siam-sdm-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4b1fde0b27cc6450d825efc86572d02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mwojnars</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2011/02/yasser-flowchart.png" medium="image">
			<media:title type="html">yasser-flowchart</media:title>
		</media:content>
	</item>
		<item>
		<title>IEEE ICDM Contest – Overview of Top Solutions, part 2</title>
		<link>http://blog.tunedit.org/2010/11/05/ieee-icdm-contest-top-solutions-2/</link>
		<comments>http://blog.tunedit.org/2010/11/05/ieee-icdm-contest-top-solutions-2/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 06:19:48 +0000</pubDate>
		<dc:creator>magdalena pancewicz</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=386</guid>
		<description><![CDATA[As previously announced, we publish further descriptions of top solutions of the IEEE ICDM Contest: TomTom Traffic Prediction for Intelligent GPS Navigation. This time you may read reports on Task 2 &#8220;Jams&#8221; and Task 3 &#8220;GPS&#8221;. Solutions of Task 1 can be found in Part 1. If you want to ask the authors any questions [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=386&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:left;"><strong>As <a title="ICDM Contest, best solutions, part 1" href="http://blog.tunedit.org/2010/10/26/ieee-icdm-contest-top-solutions-1/">previously announced</a>, we publish further descriptions of top solutions of </strong><strong>the<em><a href="http://tunedit.org/challenge/IEEE-ICDM-2010"> </a>IEEE ICDM Contest: TomTom Traffic Prediction for Intelligent GPS Navigation.</em></strong><strong> This time you may read </strong><strong>reports</strong><strong> on </strong><strong><a href="http://tunedit.org/challenge/IEEE-ICDM-2010/jams">Task 2 &#8220;Jams&#8221;</a> and<a href="http://tunedit.org/challenge/IEEE-ICDM-2010/gps"> Task 3 &#8220;GPS&#8221;</a>. Solutions of Task 1 can be found in <a title="ICDM Data Mining Competition solutions, part 1" href="http://blog.tunedit.org/2010/10/26/ieee-icdm-contest-top-solutions-1/">Part 1</a>.<br />
</strong></p>
<p style="text-align:left;"><strong>If you want to ask the authors any questions feel free to  comment below the post.</strong></p>
<h3><strong> </strong></h3>
<h3 style="text-align:center;"><a href="http://tunedit.org/challenge/IEEE-ICDM-2010/jams">Task 2 &#8220;Jams&#8221;</a></h3>
<p style="text-align:left;"><strong><br />
By  Łukasz Romaszko (<em>lukasz21212121</em>),</strong><strong> </strong><strong><a href="http://tunedit.org/challenge/IEEE-ICDM-2010/jams?m=leaderboard">the winner</a>, from the </strong><strong>University of Warsaw</strong><strong>, Poland.</strong><strong> </strong></p>
<p style="text-align:left;">The algorithm focuses on computing ranks for each street (the higher  rank means greater probability of traffic jam) and the number of streets  to be jammed. The highest ranked streets are given as the output. In  particular it uses an adaptation of the <a href="http://en.wikipedia.org/wiki/K-NN">k-Nearest Neighbors</a> algorithm. The  following description of the algorithm is simplified. The scheme  presenting the algorithm idea is given below.<a href="http://tunedit.files.wordpress.com/2010/10/blogimage1.jpg"><img class="alignright" style="margin:30px;" title="Łukasz Romaszko - Algorithm" src="http://tunedit.files.wordpress.com/2010/10/blogimage1.jpg?w=266&#038;h=430" alt="" width="266" height="430" /></a></p>
<p style="text-align:left;">Computing street ranks and the number<em> p </em>of jammed streets consists of  several steps. From the training data set there are chosen two ordered  sets: <em>Similarity</em> and <em>LengthSimilarity</em>.<em> Similarity</em> is used to compute  street ranks, while <em>LengthSimilarity</em> to determinate number <em>p</em>. On the  basis of <em>Similarity</em> set and special functions algorithm generates an  array RankingList. In the next step <em>RankingList</em> will be slightly  modified by taking into consideration the locations of streets. The top <em>p</em> streets are given as the output.</p>
<p style="text-align:left;"><em>Algorithm</em></p>
<p style="text-align:left;">Let us denote by <em>T</em> the test data: the set of identifiers of the 5  excluded segments followed by a sequence of major roads where the first  jams occurred during initial 20 minutes of the simulation.</p>
<p style="text-align:left;"><em>Generating Similarity and LengthSimilarity ordered sets</em></p>
<p style="text-align:left;">At the beginning the algorithm compares sequences from Training data to<em> T</em>. Two different measures were used to compute <em>Similarity </em>and<em> LengthSimilarity</em>. Sequences are compared based on the indices positions  of roads which were jammed in both sequences. Let Δ be the difference  between length of  current sequence D and length of T. |T| denotes the  number of jammed roads in T. The measure used to generate <em>Similarity</em> assumes that sequences of similar Δ length are more reliable. It is  worth emphasizing that the metric used to generate <em>Similarity </em>set has  the greatest influence on the result.</p>
<p style="text-align:left;">Sequences evaluation in <em>LengthSimilarity</em> was  similar to that in<em> Similarity</em>, but took into  consideration only sequences of Δ &lt;=10.  The algorithm for computing values in <em>Similarity</em> is described below:<span id="more-386"></span></p>
<pre class="brush: delphi; title: ; notranslate">
M := f  * |T|;  { the best result was achieved with f = 1.10 }
FOR each training data sequence D DO
	mS := 0;  { used to evaluate D in Similarity }
	FOR each identifier Di at position i in D DO
		IF exists Tj in T that Tj = Di THEN
			mS := mS + max(0, M - |i-j|);
	Similarity(D) := Weight(Δ)*(mS/|D|);
{ Sort Similarity and LengthSimilarity decreasingly. }
</pre>
<p style="text-align:left;"><em>Analyzing Similarity and LengthSimilarity sets</em></p>
<p style="text-align:left;"><em> Algorithm 1</em>: Roads Evaluation.<br />
Streets which are jammed the most frequently in <em>Similarity</em> are thought  to jam in the test case with the highest probability. The algorithm  evaluates each street assuming that most similar sequences to <em>T </em>are the  most reliable: Moreover, streets jammed at initial positions have  greater influence on the street rank. The algorithm counts how  often  did streets occurred in the top N best sequences  in <em>Similarity</em>.</p>
<p style="text-align:left;"><em>Algorithm 2</em>: Length Prediction of the output sequence.<br />
The value of p depends on average sequence length in <em>LengthSimilarity</em>.  The evaluation metric MAP appreciates listing of expected jammed streets  even if they are listed after the expected total number of roads,  therefore the output sequence should be longer than <em>averageLength</em> (factor 1.5).</p>
<p style="text-align:left;"><em>Improvements and the output</em></p>
<p style="text-align:left;">For each street s if that street was evaluated to jam too frequently or  too seldom than it should (in average based on local evaluation on tests  created from part of Training data set), the <em>RankingList</em>[<em>s</em>] was  multiplied by the factor &lt; 1.0 or &gt; 1.0, respectively. Later  <em>RankingList</em> was sorted decreasingly. Subsequently, for each street in <em> Result</em>, we count the minimum distance to any other edge in <em>Result: a</em>.  Connected edges have greater probability of getting jammed therefore  they should be listed earlier. There are a few iterations, during which  the roads order is changed slightly: streets identifiers in the output  are swapped if any street has higher<em> a </em>value then adjacent. Eventually,  the first <em>p</em> streets were given as the output.</p>
<p style="text-align:left;"><em>Results</em></p>
<p style="text-align:left;">The Training data set was split into two parts: Training part (which  consisted of 80% of whole data) and a validation part (20%). Parameters  mentioned above were tuned independently by repeating the experiment and  evaluating by the validation part. It was a very time consuming  process. The code was written on Windows XP operating system in Java.  Each execution time for 5000 cases on a processor 2.8Ghz was six minutes  (about 0.07 s per one test case). This algorithm achieved the best  result in the contest: 0.5598 points in the preliminary evaluation and  0.56056 in the final.</p>
<h3><strong> </strong></h3>
<h3 style="text-align:center;"><a href="http://tunedit.org/challenge/IEEE-ICDM-2010/gps">Task 3 &#8220;GPS&#8221;</a></h3>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;"><strong> </strong><strong>By  Benjamin Hamner (<em>hamner</em>),</strong><strong> <a title="Task 3 GPS - Final Results" href="http://tunedit.org/challenge/IEEE-ICDM-2010/gps?m=leaderboard">the winner</a>.</strong><strong> Benjamin recently completed his bachelors degree at Duke  University and is  currently doing research at the EPFL, Lausanne,  Switzerland, on a Whitaker Fellowship.</strong><strong> </strong></p>
<p style="text-align:left;"><em>Transforming GPS Coordinates to Road Segments</em></p>
<p style="text-align:left;">An algorithm was  developed to rapidly determine which road segment a car was on given its  GPS coordinate.  The roads in Warsaw were preprocessed by laying a grid  of points over the map and determining which road segments lay within a  certain radius.  This meant that, given a GPS coordinate, only the  distance to road segments near the four closest grid points to the GPS  coordinate needed evaluation.  The preprocessing was reiterated with  finer grids of points.</p>
<p style="text-align:left;">Though there are surely faster algorithms, this worked – it allowed  the 200 million GPS readings in the competition data set to be  transformed to road segments in under two days, instead of several years  for the brute force approach.  No corrections were made for GPS  coordinates outside of Warsaw, which likely had a slight negative impact  on the results.</p>
<p style="text-align:left;"><em>Preprocessing</em></p>
<p style="text-align:left;">Three sets of features were extracted from the raw  and transformed data, representing the local and aggregate traffic  flow.  The first set represented aggregate traffic flow: a grid of 16  points was put on the map of Warsaw.  The number of cars closest to each  point in two categories (stopped and moving) were counted for each  half-hour time window, providing 32 features.  The second set of  features represented the aggregate traffic flow as well and utilized the  transformed data.  Three high-dimensional matrices were formed, one  with the counts of moving cars on each road segment in each time window,  one with the counts of stopped cars, and with the mean speed of the  moving cars.  A hacked-together version of <a href="http://en.wikipedia.org/wiki/Principal_component_analysis">Principal Component Analysis</a> (PCA) that could run quickly on such high-dimensional matrices on a  laptop was applied, and the first 12 principal components were taken for  each matrix.  This provided an additional 36 features.</p>
<p style="text-align:left;">The set of features for local traffic flow varied based on the edge  being predicted.  These features included the counts of moving and  stopped cars along with the mean speed of moving cars on both the edge  being predicted and the edges connected to it.  This accounted for an  additional 6-42 features, depending on the edge.</p>
<p style="text-align:left;"><em>Regression</em></p>
<p style="text-align:left;">Two 100-tree <a href="http://en.wikipedia.org/wiki/Random_forest">random forests</a> were trained for each of the  100 edges being forecast, one for the 31st-36th minute predictions, and  one for the 54th-60th minute predictions. While some of the actual  velocities had bimodal or trimodal distributions, the predictions were  almost always unimodal (see the graph below).<br />
<a href="http://tunedit.files.wordpress.com/2010/10/task3_distribution.png"><img class="aligncenter size-full wp-image-408" title="task3_distribution" src="http://tunedit.files.wordpress.com/2010/10/task3_distribution.png?w=630" alt=""   /></a> <img src="../Users/PC/AppData/Local/Temp/moz-screenshot.png" alt="" /><br />
To account for this, random forests were first trained to classify the  data into different contexts if the velocity distributions were bimodal  or trimodal, and then new random forests performed regression within  each context.  For example, on the edge in the above graph, a random  forest was first trained to split the data into three groups: (1) likely  having a speed &lt; 20 km/hr, (2) likely having a speed from 20-60  km/hr, and (3) likely having a speed above 60 km/hr.</p>
<p>Making the regression context-dependent substantially improved the  results.  The graph below shows how parameterizations over subsets of  the possible features affected the performance on the training portion  of the dataset (split 50% train, 50% validation). For the aggregate  counts, the parameter values 1-5 correspond to 4, 16, 64, 144, and 256  regions used to predict traffic flow. For the aggregate PCA model, the  parameter values 1-6 correspond to 2, 4, 8, 12, 16, and 32 principal  components used per matrix. Different parameters were not evaluated for  models shown between parameter values 3 and 4.</p>
<p style="text-align:center;"><a href="http://tunedit.files.wordpress.com/2010/10/task3_comparison.png"><img class="aligncenter size-full wp-image-407" title="task3_comparison" src="http://tunedit.files.wordpress.com/2010/10/task3_comparison.png?w=630" alt=""   /></a></p>
<p><em>Computation</em></p>
<p>Everything was done in Matlab on a 2.53 GHz MacBook Pro with 4 GB of RAM.</p>
<p><em>Other Thoughts</em></p>
<p>This was an entirely unprincipled approach to the  problem, beyond “if it looks like it works, go with it.”  This worked  very well for the competition, and left a lot of room for future  improvement.  Tracking the movement of individual cars through time,  extracting additional features, applying feature selection, and testing  alternative regression and modeling techniques may improve results on  the existing data set.  Real-world data sets could have additional  information that could enhance the predictive power of algorithms.   These include data on the date, time, and weather, as well as traffic  information from other data sources.</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p><strong>By Andrzej Janusz</strong><strong> (<em>NosferatoCorp</em>)</strong><strong>, <a title="Task 3 GPS - Final Results" href="http://tunedit.org/challenge/IEEE-ICDM-2010/gps?m=leaderboard">3rd place</a>. Andrzej is a PhD student at the University of Warsaw, Poland.<br />
</strong></p>
<p>In this task, data consisted of a large number of GPS logs from cars  driving through the streets of Warsaw acquired in a number of  simulations. Road map of Warsaw was represented as a street graph. The  objective of the task was to predict average velocities of cars passing  through 100 selected edges.</p>
<p>The dataset was preprocessed prior to further analysis. For each of  50 training and 500 test simulations, the cars which passed through  selected edges were extracted. The training simulations were divided  into disjoint 6 minute time windows, corresponding to the available  information about the true average velocity values at  the selected  edges, after 6 and 30 minutes time stamps. The time windows were  described by 3&#215;100 attributes expressing average velocities of cars  passing through each of 100 selected edges, edges that end at the  starting nodes of the selected edges and those which begin at the ending  nodes of the edges from the task. Values of those attributes were  computed using the filtered GPS logs.</p>
<p>A decision table was constructed in order to create a predictive  model. For each simulation every 5 consecutive  time windows were  merged. Those descriptions of 30 minute periods were treated as objects.  The training data contained 4550 such instances (each described by  5&#215;300 attributes and having 200 target decision values) and the test set  consisted of 500 instances. All the missing values were linearly  interpolated.</p>
<p>The k-Nearest Neighbors regression model was used for making  predictions. The standard algorithm was modified by introducing  additional sets of weights of objects assigned to each of the target  decision attributes. The weights expressed the average impact of  particular objects at the squared error of predictions. They were  computed during the initial <a href="http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29">cross-validation</a> on the training set (a  leave-one-out technique was used to minimize the temporal  bias).</p>
<p>After the computation of the weights, the second cross-validation has  been performed in which irrelevant attributes were filtered out (a  standard correlation-based filter was used) and the <em>k</em> value was tuned  (separately for each of the target decisions). 	Finally, the predictions  were made. For every test instance, <em>k</em> nearest neighbors were selected  (in <a href="http://en.wikipedia.org/wiki/Manhattan_metric">Manhattan metric</a>) and a weighted average of their decision values  was taken. The predictions were additionally weighted based on distances  of  the neighbors from the tested objects. A standard <a href="http://en.wikipedia.org/wiki/Kernel_%28statistics%29"> triweight kernel</a> was utilized. The model was implemented in R System using the “kknn”  package.</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p><strong>By Amr Kabardy and Nayer Wanas</strong><strong> (team <em>amrkabardy</em>), <a title="Task 3 GPS - Final Results" href="http://tunedit.org/challenge/IEEE-ICDM-2010/gps?m=leaderboard">5th place</a>. </strong><strong>Amr and Nayer work in</strong><strong> the <a href="http://www.microsoft.com/middleeast/egypt/cmic/">Microsoft Innovation Lab</a>, Cairo, Egypt.<br />
</strong></p>
<p>Traffic is repetitive in nature, both spatially and temporally, and  in response to certain patterns and events. Given the data provided, and  this observation, the approach aims to use the leading 30-mins, in a  given segment, to identify the most similar 30-mins pattern of  velocities in a segment of the same profile. The profile of a segment is  based on the number of lanes and the estimated throughput. The <a href="http://en.wikipedia.org/wiki/Cosine_similarity">cosine  similarity</a> of the estimated velocities is used as a similarity measure.  Moreover, it is weighted based on the temporal and spatial separation  between the segments. Estimation of the velocity includes smoothing the  instantaneous velocities reported, identifying the most representative  readings, removing <a href="http://en.wikipedia.org/wiki/Outlier">outliers</a> and averaging to produce an overall velocity  of the segment at a given time. In the case of the lack of suitable  data, the ratio of the estimated velocity to the maximum velocities of  inbound and outbound segments is used to estimate the velocity. It is  worth mentioning that smoothing the reported velocities through  averaging on the 50 cycles produces better approximation, which in turn  supports the original assumption.</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p style="text-align:center;"><strong>We thank all the authors for their descriptions and wish good luck in next TunedIT competitions!</strong><em><br />
</em></p>
<div id="_mcePaste" class="mcePaste" style="position:absolute;left:-10000px;top:544px;width:1px;height:1px;overflow:hidden;">
<div class="code">
<p style="padding-left:30px;"><em>M </em>:=  <em>f </em><em> * |T|</em>; (the best result was achieved with <em>f </em>=  1.10)<br />
FOR each training data sequence <em>D </em>DO<em><br />
</em></p>
<p style="padding-left:60px;"><em>m</em><em>S </em>:= 0 (used to evaluate <em>D </em>in <em>Similarity</em>);<br />
FOR each identifier <em>D</em><em>i </em>at position <em>i </em>in <em>D </em>DO</p>
<p style="padding-left:90px;">IF  exists <em>T</em><em>j </em>in <em>T </em>that <em>T</em><em>j </em>= <em>D</em><em>i </em>THEN</p>
<p style="padding-left:120px;"><em>m</em><em>S </em>:= <em>m</em><em>S </em>+ <em>max</em>(0<em>, M &#8211; |i-j|</em>);<em> </em></p>
<p style="padding-left:60px;"><em>Similarity</em>(<em>D</em>)  := <em>W</em>eight(Δ)*<em>(</em><em>m</em><em>S</em><em>/|D|)</em>;</p>
<p style="padding-left:30px;">Sort <em>Similarity </em>and <em>LengthSimilarity </em>decreasingly.</p>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/386/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=386&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2010/11/05/ieee-icdm-contest-top-solutions-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/91cb8e2a0978e135e0a8c5f94351f16c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">magdallenna</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2010/10/blogimage1.jpg" medium="image">
			<media:title type="html">Łukasz Romaszko - Algorithm</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2010/10/task3_distribution.png" medium="image">
			<media:title type="html">task3_distribution</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2010/10/task3_comparison.png" medium="image">
			<media:title type="html">task3_comparison</media:title>
		</media:content>
	</item>
		<item>
		<title>IEEE ICDM Contest &#8211; Overview of Top Solutions, part 1</title>
		<link>http://blog.tunedit.org/2010/10/26/ieee-icdm-contest-top-solutions-1/</link>
		<comments>http://blog.tunedit.org/2010/10/26/ieee-icdm-contest-top-solutions-1/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:19:20 +0000</pubDate>
		<dc:creator>magdalena pancewicz</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=339</guid>
		<description><![CDATA[The IEEE ICDM Contest: TomTom Traffic Prediction for Intelligent GPS Navigation came to an end. As promised, we publish descriptions of top solutions, provided by participants. Although the reports had to be brief, the authors not only revealed a good deal of important details about their approaches, but also kept the descriptions straightforward and concise, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=339&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>The<em><a href="http://tunedit.org/challenge/IEEE-ICDM-2010"> </a>IEEE ICDM Contest: TomTom Traffic Prediction for Intelligent GPS Navigation</em> <a href="http://tunedit.org/challenge/IEEE-ICDM-2010?m=summary">came to an end</a>. As promised, we publish descriptions of top solutions, provided by participants. Although the reports had to be brief, the authors not only revealed a good deal of important details about their approaches, but also kept the descriptions straightforward and concise, giving all of us an unprecedented opportunity to learn the essence of data mining know-how. This is a good supplement to fully scientific articles that will be presented during <a href="http://tunedit.org/challenge/IEEE-ICDM-2010?m=summary#workshop">Contest Workshop</a> at the ICDM conference in Sydney.<br />
</strong></p>
<p style="text-align:left;"><strong>Today, we publish descriptions for </strong><strong><a href="http://tunedit.org/challenge/IEEE-ICDM-2010/traffic">Task 1,  &#8220;Traffic&#8221;</a></strong><strong>. In the nearest days we&#8217;ll make <a href="http://blog.tunedit.org/2010/11/05/ieee-icdm-contest-top-solutions-2/">another post</a> with Task 2 and 3 reports &#8211; stay tuned! We thank all the authors for their contributions.</strong></p>
<p style="text-align:left;"><strong>If you want to ask the authors any questions, feel free to  comment below the post.</strong></p>
<p style="text-align:center;"><strong>* * *<br />
</strong></p>
<p><strong>By Alexander Groznetsky (<em>alegro</em>), <a href="http://tunedit.org/challenge/IEEE-ICDM-2010/traffic?m=leaderboard">the winner</a>. Alex is an experienced data miner who had participated</strong><strong> (nick <em>orgela</em>)</strong><strong> in the <a href="http://www.netflixprize.com//leaderboard?showtest=t&amp;limit=1000">Netflix Prize</a> contest in its early days &#8211; this fact becomes pretty clear when you look at the list of algorithms used by him for ICDM &#8211; they sound very Netflix-like <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . To learn about the task, see <a href="http://tunedit.org/challenge/IEEE-ICDM-2010/traffic">&#8220;Traffic&#8221; task description</a> page.</strong></p>
<p><span id="more-339"></span>My solution was a linear mixture of about 20 predictors, based on three types of algorithms used with different parameters:</p>
<ol>
<li><a href="http://en.wikipedia.org/wiki/Ordinary_least_squares">Linear Least Squares</a> (LLS),</li>
<li> Supervised SVD-like factorization (<a href="http://en.wikipedia.org/wiki/Singular_value_decomposition">Singular Value Decomposition</a>),</li>
<li><a href="http://en.wikipedia.org/wiki/Boltzmann_machine#Restricted_Boltzmann_Machine">Restricted Boltzmann Machine</a> (RBM) neural network.</li>
</ol>
<p>The first one was based on weighted linear regression model. One set of regression parameters was computed for each target value (summary congestion at minutes 41-50 at road segment). Known target values were used as regressands. Averaged congestions per each segment were used as regressors. Regression weights (one per design matrix row) were computed as product of similarity and time distance from the target to the regressors averaging intervals. Limited amount of neighbors most similar to the predicted one was used for modeling. Several predictions were produced by this predictor with different averaging intervals, amounts of selected neighbors, using aligned or not aligned on hour boundary neighbors.</p>
<p>Similarity measure that was used in weighting and selections was computed in the following way:</p>
<p style="text-align:center;">S = P^a / E^b ,</p>
<p>where P, E &#8211; Pearson correlation coefficient and Euclidean distance between known congestion values; a, b &#8211; constants, in most cases a = 4, b = 6 were used.</p>
<p>The second predictor was based on the low rank SVD-like factorization of the congestion values in accordance with the matrix equation C = LR. Where C is matrix of the averaged in 10 minutes and weighted congestion values centered by subtraction of row and column means, some values of C are missing, L, R &#8211; learned left and right factors matrices. Dimensions of C were 2000&#215;120, L 2000&#215;16, R 16&#215;120. L and R were initialized by random values and learned by <a href="http://en.wikipedia.org/wiki/Gradient_descent">gradient descent</a> steps. Final predictions were made by solving weighted linear least squares problem defined by L and similarity measures. To produce <a href="http://en.wikipedia.org/wiki/Cross-validation_%28statistics%29">cross-validated</a> (CV) prediction values L and R were learned once for each CV fold.</p>
<p>Third predictor was based on Restricted Boltzmann Machine (RBM) neural network model. RBM with 1536 hidden units and ~58k visible units was used. Conditional Bernoulli distribution was used for modeling hidden units states. Softmax units were used as visible units. Each visible unit corresponds to one automobile. Vector of visible unit values corresponds to one hour of the simulation. RBM was trained by <a href="http://www.cs.toronto.edu/~hinton/absps/cdmiguel.pdf">contrastive divergence</a> method. Units with missed values do not made contribution to energy function of the network. Predictions were made by mean field update method.</p>
<p>About 20 predictions were produced by the described predictors and mixed by linear mixer with non-negative weights. The weights were computed separately for each of the road segments in accordance with the predicted CV values and some amount of similarity information. 100-fold CV was used in all predictions except RBM based (one CV fold per one simulation cycle). Two-fold CV was used in RBM based predictions.</p>
<p>I did not do any optimization of the algorithms in direction of computational efficiency. For example, several training passes (for cross validation) of the RBM with weight matrix 117k x 1.5k by 2M sample vectors (2k vectors x 1000 epochs) were performed. Each pass costs more than 2.8 <a href="http://en.wikipedia.org/wiki/FLOPS">petaFLOPs</a> (117k*1.5k*2M*4*2 = 2.808e15) in matrix-matrix multiplications only. My algorithms &#8211; RBM and calculation of similarity &#8211; were implemented and executed on a <a href="http://en.wikipedia.org/wiki/Gpgpu">GPU</a> processor, so each pass took about 6 hours. On a standard quad-core CPU the same calculations, for every single pass, would take 40-60 hours.</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p><strong>By </strong><strong>Carlos J. Gil Bellosta (<em>datanalytics</em>)</strong><strong>, <a href="http://tunedit.org/challenge/IEEE-ICDM-2010/traffic?m=leaderboard">2nd place</a>. </strong><strong> Carlos is the principal and owner of Spanish data mining company, <a href="http://www.datanalytics.com">Datanalytics</a>.<br />
</strong></p>
<p>The &#8220;Traffic&#8221; problem was described and discussed in depth elsewhere. But there is a main aspect to it that should be stressed here: it was required to make estimates of a multidimensional (length 20) vector. Most data mining methods, either published in books or implemented in software packages, only predict scalar responses.</p>
<p>After some brief visual inspection of the data, I started by trying to set the record straight and trying to save myself a precious time at later steps, this is:</p>
<ol>
<li>Choose a data analysis tool that would provide me with the required flexibility, that I could possibly run in the cloud if need be, etc. <a href="http://www.r-project.org">R package</a> suited my needs perfectly.</li>
<li>Create a good set of examples. I decided to group data into 10 minute slots and I could build a database of over 5000 independent samples.</li>
<li>Build something like an abstract model which could combine any set of 20 models that fit unidimensional responses of my choice into a single one adapted to my multidimensional problem.</li>
<li>Build a framework that would allow me to automate the selection of training and model validation, model fitting, and the creation of datasets to be submitted to the contest organizers. After this was achieved, testing a new model would be a matter of plug and play!</li>
</ol>
<p>Book examples of highly parsimonious statistical methods (regressions, etc.) did not seem to provide satisfactory error rates. It was readily clear that the solution was much more local. The models that seemed to have a better behavior were those which retained a much higher amount of information from the training datasets: Random Forests, k-Nearest Neighbors, and the like.</p>
<p>Besides, I realized that not all these models mined the same wells of information in the training data. Some would ignore correlation structure among features, others would only pay attention to very narrow environments of new cases for prediction, etc.</p>
<p>This is why my final model was built as a <em>convex combination</em> —the convex combination that would minimize global error— of the three best models I had obtained so far, which was superior to any individual model. Error convexity means that inferior models can still help improve better models!</p>
<p style="text-align:center;"><strong>*  * *</strong></p>
<p><strong>By </strong><strong>Benjamin Hamner (<em>hamner</em>)</strong><strong>, <a href="http://tunedit.org/challenge/IEEE-ICDM-2010/traffic?m=leaderboard">3rd  place</a>. Benjamin recently completed his bachelors degree at Duke University and is  currently doing research at the EPFL, Lausanne, Switzerland, on a Whitaker Fellowship.</strong><br />
<strong> </strong></p>
<p style="text-align:left;"><span style="text-decoration:underline;">Preprocessing</span>: Three training data sets were considered:</p>
<p><em>Set A</em> – 1000 data points, corresponding to the first half-hour of each hour-long window in the training set.<br />
<em>Set B</em> – 11,000 data points, Set A + shifts in the training window in one-minute increments for 10 minutes.<br />
<em>Set C</em> – 55,000 data points, Set B + all additional possible shifts.</p>
<p>Set A had the advantage that it did not contain redundant data, and that it was drawn from the same distribution of the test set.  Sets B and C involved augmenting the data with additional points, but at the cost of potentially shifting the distribution of the training set away from that of the test set.</p>
<p>The mean RMSE of each of these sets on the training data set was evaluated (split 50% training, 50% validation, 100-tree random forests, 15-minute downsampling window).  The results were:</p>
<p><em>Set A</em> – 24.62<br />
<em>Set B</em> – 22.64<br />
<em>Set C</em> – 22.59</p>
<p style="text-align:left;">The ATR time series was downsampled by summing the counts of cars over the road segments in consecutive intervals.  The graph below shows how the width of the window affected performance within the training set (split 50% training, 50% validation, 12-tree Random Forests on Set C).<a href="http://tunedit.files.wordpress.com/2010/10/downsampling.png"><img class="aligncenter size-full wp-image-404" title="downsampling" src="http://tunedit.files.wordpress.com/2010/10/downsampling.png?w=630" alt=""   /></a></p>
<p><span style="text-decoration:underline;">Regression</span>:  100-tree <a href="http://en.wikipedia.org/wiki/Random_forest">random forests</a> were used for regression on the training data sets.</p>
<p><span style="text-decoration:underline;">Ensembles of Random Forests</span>:  The most successful ensemble was:<br />
20% &#8211; Set B, 15-minute downsampling window (Validation score: 24.829)<br />
40% &#8211; Set C, 10-minute downsampling  window (Validation score: 24.637)<br />
40% &#8211; Set C, 15-minute downsampling  window (Validation score: 24.595)<br />
Ensemble &#8211; Validation score 24.411, Test score 25.337</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p><strong>By Vladimir Nikulin (team <em>UniQ</em>), </strong><strong><a href="http://tunedit.org/challenge/IEEE-ICDM-2010/traffic?m=leaderboard">4th  place</a>.</strong><strong> Vladimir works at the Department of Mathematics, University of Queensland, Australia.</strong></p>
<p>With the following approach we observed preliminary (leaderboard) result of 25.8. As a target variable we accepted the sum of the cars for the period between 41st and 50th minutes. Also, we used 600 features, which are the numbers of cars between 1st and 30th minutes for 20 given segments. Then, we produced 2 solutions using randomForest and GBM packages in R, which were linked together by an ensemble constructor as described in V. Nikulin: “Web-mining with Wilcoxon-based feature selection, ensembling and multiple binary classifiers.”<em> (See web-site of the PKDD2010 Discovery Challenge</em>). Further improvement to 24.502 was achieved by introducing 3 regulation parameters: p1 = 6 was used for smoothing of the features (moving averages), p2 = 8 &#8211; time interval (in minutes) between known and predicted data, p3 = 12 &#8211; smoothing parameter for the predicted time interval. Accordingly, the number of features was reduced to 500, and as a target we used the sum of cars for the period between 39th and 50th minutes. Cross-validation with 10 folds was used in order to optimise values of all regulation parameters.</p>
<p>Remark: The parameter p2 represents a novel compromise between training and test data: by making p2 smaller we are improving the quality of prediction (moving the target closer to the training data). On the other hand, we cannot go too far from the required test time-interval. By making p3 bigger compared to 10 we are simplifying the task. However, p3 cannot be too big. Alternatively, the task will suffer from over-smoothing. It is another compromise.</p>
<p style="text-align:center;"><strong>* * *</strong></p>
<p style="text-align:center;"><strong>We thank all the authors for their descriptions and congratulate on achieving top scores!</strong></p>
<p><strong><span style="font-size:medium;"> </span></strong></p>
<div id="_mcePaste" class="mcePaste" style="position:absolute;left:-10000px;top:2964px;width:1px;height:1px;overflow:hidden;">Task 1 – TrafficPreprocessing: Three training data sets were considered:Set A – 1000 data points, corresponding to the first half-hour of each hour-long window in the training set.<br />
Set B – 11,000 data points, Set A + shifts in the training window in one-minute increments for 10 minutes.<br />
Set C – 55,000 data points, Set B + all additional possible shifts.Set A had the advantage that it did not contain redundant data, and that it was drawn from the same distribution of the test set.  Sets B and C involved augmenting the data with additional points, but at the cost of potentially shifting the distribution of the training set away from that of the test set.The mean RMSE of each of these sets on the training data set was evaluated (split 50% training, 50% validation, 100-tree random forests, 15-minute downsampling window).  The results were:&nbsp;</p>
<p>Set A – 24.62<br />
Set B – 22.64<br />
Set C – 22.59</p>
<p>The ATR time series was downsampled by summing the counts of cars over the road segments in consecutive intervals.  The graph below shows how the width of the window affected performance within the training set (split 50% training, 50% validation, 12-tree Random Forests on Set C).</p>
<p>Regression:  100-tree random forests were used for regression on the training data sets.</p>
<p>Ensembles of Random Forests:  The most successful ensemble was:<br />
20% &#8211; Set B, 15-minute downsampling window (Validation score: 24.829)<br />
40% &#8211; Set C, 10-minute downsampling  window (Validation score: 24.637)<br />
40% &#8211; Set C, 15-minute downsampling  window (Validation score: 24.595)<br />
Ensemble &#8211; Validation score 24.411, Test score 25.337</p>
<p>Task 3 – GPS</p>
<p>Transforming GPS Coordinates to Road Segments:  An algorithm was developed to rapidly determine which road segment a car was on given its GPS coordinate.  The roads in Warsaw were preprocessed by laying a grid of points over the map and determining which road segments lay within a certain radius.  This meant that, given a GPS coordinate, only the distance to road segments near the four closest grid points to the GPS coordinate needed evaluation.  The preprocessing was reiterated with finer grids of points.</p>
<p>Though there are surely faster algorithms, this worked – it allowed the 200 million GPS readings in the competition data set to be transformed to road segments in under two days, instead of several years for the brute force approach.  No corrections were made for GPS coordinates outside of Warsaw, which likely had a slight negative impact on the results.</p>
<p>Preprocessing:  Three sets of features were extracted from the raw and transformed data, representing the local and aggregate traffic flow.  The first set represented aggregate traffic flow: a grid of 16 points was put on the map of Warsaw.  The number of cars closest to each point in two categories (stopped and moving) were counted for each half-hour time window, providing 32 features.  The second set of features represented the aggregate traffic flow as well and utilized the transformed data.  Three high-dimensional matrices were formed, one with the counts of moving cars on each road segment in each time window, one with the counts of stopped cars, and with the mean speed of the moving cars.  A hacked-together version of Principal Component Analysis (PCA) that could run quickly on such high-dimensional matrices on a laptop was applied, and the first 12 principal components were taken for each matrix.  This provided an additional 36 features.</p>
<p>The set of features for local traffic flow varied based on the edge being predicted.  These features included the counts of moving and stopped cars along with the mean speed of moving cars on both the edge being predicted and the edges connected to it.  This accounted for an additional 6-42 features, depending on the edge.</p>
<p>Regression:  Two 100-tree random forests were trained for each of the 100 edges being forecast, one for the 31st-36th minute predictions, and one for the 54th-60th minute predictions.   While some of the actual velocities had bimodal or trimodal distributions, the predictions were almost always unimodal (see the graph below).</p>
<p>To account for this, random forests were first trained to classify the data into different contexts if the velocity distributions were bimodal or trimodal, and then new random forests performed regression within each context.  For example, on the edge in the above graph, a random forest was first trained to split the data into three groups: (1) likely having a speed &lt; 20 km/hr, (2) likely having a speed from 20-60 km/hr, and (3) likely having a speed above 60 km/hr.</p>
<p>Making the regression context-dependent substantially improved the results.  The graph below shows how parameterizations over subsets of the possible features affected the performance on the training portion of the dataset (split 50% train, 50% validation). For the aggregate counts, the parameter values 1-5 correspond to 4, 16, 64, 144, and 256 regions used to predict traffic flow. For the aggregate PCA model, the parameter values 1-6 correspond to 2, 4, 8, 12, 16, and 32 principal components used per matrix. Different parameters were not evaluated for models shown between parameter values 3 and 4.</p>
<p>Computation:  Everything was done in Matlab on a 2.53 GHz MacBook Pro with 4 GB of RAM.</p>
<p>Other Thoughts:  This was an entirely unprincipled approach to the problem, beyond “if it looks like it works, go with it.”  This worked very well for the competition, and left a lot of room for future improvement.  Tracking the movement of individual cars through time, extracting additional features, applying feature selection, and testing alternative regression and modeling techniques may improve results on the existing data set.  Real-world data sets could have additional information that could enhance the predictive power of algorithms.  These include data on the date, time, and weather, as well as traffic information from other data sources.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=339&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2010/10/26/ieee-icdm-contest-top-solutions-1/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/91cb8e2a0978e135e0a8c5f94351f16c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">magdallenna</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2010/10/downsampling.png" medium="image">
			<media:title type="html">downsampling</media:title>
		</media:content>
	</item>
		<item>
		<title>There are no alternatives to data mining</title>
		<link>http://blog.tunedit.org/2010/07/20/no-alternatives-to-data-mining/</link>
		<comments>http://blog.tunedit.org/2010/07/20/no-alternatives-to-data-mining/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:39:55 +0000</pubDate>
		<dc:creator>magdalena pancewicz</dc:creator>
				<category><![CDATA[In English]]></category>

		<guid isPermaLink="false">http://blog.tunedit.org/?p=177</guid>
		<description><![CDATA[During the 7th International Conference on Rough Sets and Current Trends in Computing (RSCTC 2010), we had a pleasure to talk with Vladimir Nikulin from University of Queensland, Australia, the 1st winner of the Basic Track in RSCTC&#8217;2010 Discovery Challenge: Mining DNA microarray data for medical diagnosis and treatment. Below you may read the transcript [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=177&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>During the 7th International Conference on <a title="RSCTC 2010 conference summary" href="http://blog.tunedit.org/2010/07/12/data-mining-curiosities-rsctc-2010/">Rough Sets and Current  Trends in Computing</a> (RSCTC 2010), we had a pleasure to talk with Vladimir Nikulin from University of Queensland, Australia, the 1st winner of the Basic Track in <a title="RSCTC 2010 Data Mining Challenge" href="http://tunedit.org/challenge/RSCTC-2010-A">RSCTC&#8217;2010 Discovery Challenge:  Mining DNA microarray data for medical diagnosis and treatment</a>. Below you may read the transcript of our chat and learn what tips and tricks can be used to hack the data and achieve victory in a data mining competition. Obligatory reading for all practitioners and contestants.</p>
<div id="attachment_192" class="wp-caption alignright" style="width: 363px"><a href="http://tunedit.files.wordpress.com/2010/07/winners-of-rsctc-2010-discovery-challenge.jpg"><img class="size-full wp-image-192   " title="winners-of-rsctc-2010-discovery-challenge" src="http://tunedit.files.wordpress.com/2010/07/winners-of-rsctc-2010-discovery-challenge.jpg?w=630" alt="Winners of RSCTC 2010 discovery challenge"   /></a><p class="wp-caption-text">Winners of RSCTC 2010 Discovery Challenge. From left: Guoyin Wang, Huan Luo, ChuanJiang Luo (Advanced Track), Vladimir Nikulin (Basic Track), Marcin Wojnarski (Chair)</p></div>
<p><strong><em>Magdalena Pancewicz</em>, TunedIT: How did it happen that data mining became  your field of interest?</strong></p>
<p><a title="Vladimir Nikulin homepage" href="http://www.maths.uq.edu.au/~vlnk/"><em>Vladimir Nikulin</em></a>: I&#8217;ve got a PhD in Mathematical Statistics from the  Moscow State University. I worked in Russia as a scientific programmer  and then as an Associate Professor in Mathematics &amp; Statistics. When  I came to Australia in 1993, I had a very solid academic background,  and it wasn&#8217;t difficult for me to study the most advanced methods of  computational statistics and data mining (DM). The major progress in  this area I made after joining the Australian National University in  Canberra, where I worked for over 2 years, publishing papers and  attending several international conferences. Also, I participated in  data mining competitions, and won my first challenge in 2007: <em>Agnostic  Learning vs. Prior Knowledge Challenge</em>.</p>
<p><span id="more-177"></span>Theoretical statistics, which I studied originally, has very limited  applicability compared to data mining, because of idealistic models and  assumptions which are too general. I think that data mining and computational statistics  [don't confuse with <em>theoretical </em>statistics - eds.] are  one of the fastest growing and most promising scientific areas, because  high technologies are generating huge databases, which can&#8217;t be handled  manually. That&#8217;s why I went into DM.</p>
<p><strong>What is, in your opinion, the future of data mining?</strong></p>
<p>There are no alternatives to data mining. This is not a theoretical  area so it is not about proving some sort of theorems. There are many  datasets, there are many methods of data mining, and the most important  is to find the right match. To use proper methods against a particular  dataset, in a proper way.</p>
<p><strong>How to do this?</strong></p>
<p>Be flexible. There are many regulation parameters, and, I think, the key in selection and evaluation of algorithms is cross-validation or leave-one-out method, which is applicable in the case of small sample sizes. Leave-one-out may be regarded as a perfect form of cross-validation. Today at the RSCTC conference I gave a talk about my methods. We use a very flexible framework which is based on cross-validation, where we are free to select the most suitable feature selection and classification methods. Using this framework we can make the right choice of the models and their parameters. Besides, the models themselves are very flexible and dependent on many regulation parameters.</p>
<p>Running cross validation requires a lot of computational time, so we use a powerful machine &#8211; monstrous Linux workstation at the University of Queensland. In many cases this station is working constantly including overnights and weekends. It is a multi-processor computer, which produces large amounts of numerical results. It&#8217;s necessary to maintain all the records very carefully. Basically, I&#8217;m recording the results in a proper form including many graphical illustrations, and based on these tables/graphs I&#8217;m doing the analysis: which particular models are better, which particular parameter settings are better. Typically, I come to work in the morning and collect new results produced overnight, which give me new directions where to go next. I’m giving the computer new settings, and the cycle is repeating again and again, until the deadline of the contest.</p>
<p><strong>How long does it usually take to find a solution?</strong></p>
<p>In some cases the solution itself may be very simple, but difficult to discover. In the case of data mining competitions time is very limited. If you consider for example the last year ICDM competition, the task was very complex: clustering of three-dimensional curves. When you scan the brain, it is represented in computer memory as quite big, three-dimensional image, about 0.5 GB in size. It is necessary to group all these fibers into clusters, into bundles, they call it. So it is very difficult task but, again, why did I win this competition? I just found the right direction from one of the earliest steps, and followed this direction. Usually the difference between the first and the second best solution in data mining competitions may be 1-2%, 3-5% is quite significant. In the case of latest ICDM 2009 competition the difference between the first and the second result was more than 50%!</p>
<p><strong>So finding a solution in data mining is like choosing and following the right path?</strong></p>
<p>Yes.  For example, in the latest ACM KDD Cup competition &#8211; prediction of students’ performance in the area of mathematics &#8211; I wasn’t so lucky. The data were complex and required right preprocessing. I made some mistakes at that stage and my results were far from good. During the last 24 hours of the competition I found some of these mistakes and made significant progress but the time was over. I needed about 1-2 weeks more, but there was no deadline extension. The KDD Cup is an annual event, so we&#8217;ll see, maybe the next time I&#8217;ll have more luck. On the other hand, there&#8217;s a direct correspondence between “luck” and experience.</p>
<p><strong>And what problems did you face in RSCTC 2010 Challenge?</strong></p>
<p>Bioinformatics is directly relevant to our (Statistics Group at the UQ) research interests, it&#8217;s our major research direction. Just before this challenge I published several papers on classification of high-dimensional data and had three publications in the area of bioinformatics, so I was quite well prepared. It was very interesting and important challenge.</p>
<p><strong>Why did you decide to take part in this competition? Only because you were well prepared?</strong></p>
<p>Yes, and, on the other hand, in order to be prepared I have to participate. Right now I am participating in some other competitions. I am sitting here, but I am participating. My computers are working and my PhD students are working as well. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>And is there any difference between data in various competitions? What differs biological and, say, psychological (student behavior) data?</strong></p>
<p>Of course, there are some differences, but they are not significant. Data mining is like mathematics &#8211; it is general scientific area and the methods of data mining are general methods.</p>
<p><strong>What do you think about competitions? Are they a good way for scientists to carry out research? Are they a good way for companies to “crowdsource&#8221; efficient algorithms?</strong></p>
<p>Yes. Data mining competitions represent a rapidly growing and very important part of computational statistics. Practically every large company in the world has a data mining department, responsible for data analysis and modeling. These activities may be expensive, but they&#8217;re unavoidable. And participation in data mining competitions may be useful for wide range of researchers including academics, consultants and students, because practical experience is the best way to learn. Moreover, competitions represent a very important form of online (convincing) evaluation of different models and algorithms.</p>
<p><strong>What books and journals would you recommend for PhD students or others interested in data mining?</strong></p>
<p>The most famous book is Friedman’s <a href="http://www-stat.stanford.edu/~tibs/ElemStatLearn/"><em>Elements of Statistical Learning</em></a> [T. Hastie, R. Tibshirani, J. Friedman, <em>The Elements of Statistical Learning: Data Mining, Inference, and Prediction</em>, 2009]. It may be regarded as a handbook. Jerome Friedman and his joint authors are well known and respected scientists from the Stanford University. The book contains all necessary guidance to develop initial skills in this particular area. And then… Google! With Google you&#8217;ll find whatever you like. There are plenty of papers on the Internet, available for free.</p>
<p><strong>And what about software? Tools, frameworks, libraries.</strong></p>
<p>There are very promising packages in R, like GBM. Also, ADA, however ADA in most cases is not as good as GBM. Also, I would recommend Random Forest&#8230; there are many methods. But in many cases you can&#8217;t rely on standard software. For example, in the previous ICDM competition, where the task was very specific and complicated, I didn&#8217;t use any standard software at all, only my own tools, written in C or MATLAB. Also, I can recommend Perl, which may be very handy to work with textual information.</p>
<p><strong>Do you enjoy Poland and the RSCTC conference?</strong></p>
<p>Poland is a very good and friendly country, and the RSCTC conference is very well organized, no problems at all. I&#8217;d like to congratulate the organisers for such an impressive event.</p>
<p><strong>Do you find any topics particularly interesting?</strong></p>
<p>Today there was a very interesting session. Andrzej Janusz, the winner of Australian AusDM 2009 Analytic Challenge, made a presentation regarding his participation. I was a runner-up in that event, so it was very interesting for me. Also the session on classification of imbalanced data was interesting.</p>
<p><strong>You won the Basic Track of RSCTC challenge. What do you think about the winning solution of Advanced Track?</strong></p>
<p>We produced very impressive results (according to the Leaderboard) with the multilayer perceptron, but we relied on this model too much. Probably, it would be better to make an alternative submission with Support Vector Machines. That’s what the Chinese team, winners of the Advanced Track, did. In most cases it&#8217;s a good idea to consider some alternatives.</p>
<p><strong>Apart from the competition, do you work with bioinformatics data?</strong></p>
<p>Professor Geoff McLachlan with whom I cooperate has a joint academic appointment at University of Queensland and at the Institute for Molecular Bioscience. He works with real-world bioinformatics data and I, also, participate in this research work. We may expect that our internationally recognized results will help us increase, or at least maintain, our current funding opportunities from the Australian Research Council.</p>
<p><strong>Regarding research and competitions, is it easier to work on your own or in a team?</strong></p>
<p>Depends on what sort of a team. Team means diversity of skills – this is the key element of the team work. If everybody had the same sort of skills as me, what sense would it make to work in such a team? I worked for the Advanced Track in a team with Tian-Hsiang Huang, a PhD student from Taiwan, and it was great. What&#8217;s difficult for me, for Tian-Hsiang was easy. He&#8217;s very skillful in Java programming. Also, he developed my <a href="http://www.maths.uq.edu.au/~vlnk/">website</a>. In some cases, he doesn’t understand very well the principles of statistics and mathematics – but this is easy for me. Team may be great.</p>
<p><strong>Do you intend to take part in the latest competition organized by TunedIT &#8211; the <a title="IEEE ICDM 2010 Data Mining Contest" href="http://tunedit.org/challenge/IEEE-ICDM-2010">ICDM Contest</a> related to road traffic prediction?</strong></p>
<p>Yes, we&#8217;re interested. We&#8217;ll consider this task very seriously. However, time series analysis is not my major strength, there are also some problems with free time. But we&#8217;ll do our best.</p>
<p><strong>You&#8217;ve mentioned Russia. Where exactly do you come from?</strong></p>
<p>Kirov is my native city, 600 km to the east from Moscow. It is nice regional city, and there is still a good environment. Frankly, it&#8217;s too exhausting for me to live in such a huge city as Moscow.</p>
<p><strong>And do you like the place you live in, Australia?</strong></p>
<p>I have some professional and financial interests there, but without such interests I wouldn&#8217;t stay in Australia.</p>
<p><strong>So where?</strong></p>
<p>I have a workplace in Kirov at the Vyatka State University. I have accommodation there and colleagues who consider me a staff member. In Russia, it&#8217;s a very interesting time now. Russia is dynamic and vibrant. Every year I spend holidays there.</p>
<p><strong>You&#8217;re also taking part in many conferences around the world. Which place among those you&#8217;ve visited is your favorite one? </strong></p>
<div id="attachment_320" class="wp-caption alignright" style="width: 310px"><a href="http://tunedit.files.wordpress.com/2010/07/sagrada-familia2.jpg"><img class="size-medium wp-image-320" title="Sagrada Familia temple in Barcelona. By Vladimir Nikulin" src="http://tunedit.files.wordpress.com/2010/07/sagrada-familia2.jpg?w=300&#038;h=201" alt="" width="300" height="201" /></a><p class="wp-caption-text">Sagrada Familia temple in Barcelona. By Vladimir Nikulin, July 2010</p></div>
<p>Washington is very interesting, but very expensive too. There are plenty of museums near the administrative centre and the White House. For example, the Museums of Air-space and Natural History were very impressive. In Genoa, Italy, where I was in October last year, I enjoyed the soft mediterranean climate. In Hong Kong, quite the contrary, the climate was terrible. I was there approximately in about this time, end of June. I like the weather here, in Poland, it&#8217;s warm and sunny. Now, I&#8217;m looking forward to visit Barcelona in about one week time &#8211; I&#8217;ll have a presentation there, at the WCCI 2010, about my solution for ICDM 2009 Contest (you may read the <a title="Identifying fiber bundles with regularised k-means clustering applied to the grid-based data" href="http://tunedit.org/repo/UniQ/wcci2010_published.pdf">paper</a>).</p>
<p><strong>What do you do in your free time?</strong></p>
<p>I like cycling very much. There are good facilities for cycling in Brisbane. Some sport activities are necessary, to do maintenance for yourself. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Also, I like reading, but, frankly, have less and less time to do that.</p>
<p><strong>Thank you for the interview.</strong></p>
<p><em>Details of Vladimir&#8217;s algorithm can be found in the <a title="Report from RSCTC 2010 Data Mining Challenge" href="http://tunedit.org/repo/RSCTC/2010/rsctc2010-challenge.pdf">report</a>.</em></p>
<p class="getsocial" style="text-align:left;"><a title="Add to Facebook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=http://blog.tunedit.org/2010/07/20/no-alternatives-to-data-mining/" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3011.png?w=630" alt="Add to Facebook" /></a><a title="Add to Digg" rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.tunedit.org%2F2010%2F07%2F20%2Fno-alternatives-to-data-mining%2F&amp;title=There%20are%20no%20alternatives%20to%20data%20mining" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3021.png?w=630" alt="Add to Digg" /></a><a title="Add to Del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.tunedit.org%2F2010%2F07%2F20%2Fno-alternatives-to-data-mining%2F&amp;title=There%20are%20no%20alternatives%20to%20data%20mining" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3031.png?w=630" alt="Add to Del.icio.us" /></a><a title="Add to Stumbleupon" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.tunedit.org%2F2010%2F07%2F20%2Fno-alternatives-to-data-mining%2F&amp;title=There%20are%20no%20alternatives%20to%20data%20mining" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3041.png?w=630" alt="Add to Stumbleupon" /></a><a title="Add to Reddit" rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.tunedit.org%2F2010%2F07%2F20%2Fno-alternatives-to-data-mining%2F&amp;title=There%20are%20no%20alternatives%20to%20data%20mining" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3051.png?w=630" alt="Add to Reddit" /></a><a title="Add to Blinklist" rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=http%3A%2F%2Fblog.tunedit.org%2F2010%2F07%2F20%2Fno-alternatives-to-data-mining%2F&amp;Title=There%20are%20no%20alternatives%20to%20data%20mining" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3061.png?w=630" alt="Add to Blinklist" /></a><a title="Add to Twitter" rel="nofollow" href="http://twitter.com/home/?status=There%20are%20no%20alternatives%20to%20data%20mining+%40+http%3A%2F%2Fblog.tunedit.org%2F2010%2F07%2F20%2Fno-alternatives-to-data-mining%2F" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3071.png?w=630" alt="Add to Twitter" /></a><a title="Add to Technorati" rel="nofollow" href="http://www.technorati.com/faves?add=http://blog.tunedit.org/2010/07/20/no-alternatives-to-data-mining/" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3081.png?w=630" alt="Add to Technorati" /></a><a title="Add to Yahoo Buzz" rel="nofollow" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.tunedit.org%2F2010%2F07%2F20%2Fno-alternatives-to-data-mining%2F&amp;headline=There%20are%20no%20alternatives%20to%20data%20mining" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3091.png?w=630" alt="Add to Yahoo Buzz" /></a><a title="Add to Newsvine" rel="nofollow" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fblog.tunedit.org%2F2010%2F07%2F20%2Fno-alternatives-to-data-mining%2F&amp;h=There%20are%20no%20alternatives%20to%20data%20mining" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/08/gs3101.png?w=630" alt="Add to Newsvine" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tunedit.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tunedit.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tunedit.org&#038;blog=13707158&#038;post=177&#038;subd=tunedit&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tunedit.org/2010/07/20/no-alternatives-to-data-mining/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/91cb8e2a0978e135e0a8c5f94351f16c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">magdallenna</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2010/07/winners-of-rsctc-2010-discovery-challenge.jpg" medium="image">
			<media:title type="html">winners-of-rsctc-2010-discovery-challenge</media:title>
		</media:content>

		<media:content url="http://tunedit.files.wordpress.com/2010/07/sagrada-familia2.jpg?w=300" medium="image">
			<media:title type="html">Sagrada Familia temple in Barcelona. By Vladimir Nikulin</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3011.png" medium="image">
			<media:title type="html">Add to Facebook</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3021.png" medium="image">
			<media:title type="html">Add to Digg</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3031.png" medium="image">
			<media:title type="html">Add to Del.icio.us</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3041.png" medium="image">
			<media:title type="html">Add to Stumbleupon</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3051.png" medium="image">
			<media:title type="html">Add to Reddit</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3061.png" medium="image">
			<media:title type="html">Add to Blinklist</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3071.png" medium="image">
			<media:title type="html">Add to Twitter</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3081.png" medium="image">
			<media:title type="html">Add to Technorati</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3091.png" medium="image">
			<media:title type="html">Add to Yahoo Buzz</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs3101.png" medium="image">
			<media:title type="html">Add to Newsvine</media:title>
		</media:content>
	</item>
	</channel>
</rss>
