<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Xavier Llorà &#187; Technical Reports</title>
	<atom:link href="http://www.xavierllora.net/category/publications/technical-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xavierllora.net</link>
	<description>A notebook about data-intensive computing, genetics-based machine learning, semantic-web technology, cloud computing,  and more.</description>
	<lastBuildDate>Thu, 15 Jul 2010 19:50:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Scaling Genetic Algorithms using MapReduce</title>
		<link>http://www.xavierllora.net/2009/10/09/scaling-genetic-algorithms-using-mapreduce/</link>
		<comments>http://www.xavierllora.net/2009/10/09/scaling-genetic-algorithms-using-mapreduce/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:51:19 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Data-Intensive Computing]]></category>
		<category><![CDATA[Estimation of Distribution Algorithms]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Technical Reports]]></category>
		<category><![CDATA[genetic algorithms]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[map-reduce]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=634</guid>
		<description><![CDATA[Below you may find the abstract to and the link to the technical report of the paper entitled &#8220;Scaling Genetic Algorithms using MapReduce&#8221; that will be presented at the Ninth International Conference on Intelligent Systems Design and Applications (ISDA) 2009 by Verma, A., Llorà, X., Campbell, R.H., Goldberg, D.E. next month. Abstract:Genetic algorithms(GAs) are increasingly [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2010/04/08/scaling-ecga-model-building-via-data-intensive-computing/' rel='bookmark' title='Permanent Link: Scaling eCGA Model Building via Data-Intensive Computing'>Scaling eCGA Model Building via Data-Intensive Computing</a></li>
<li><a href='http://www.xavierllora.net/2009/07/13/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre-2/' rel='bookmark' title='Permanent Link: Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre'>Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre</a></li>
<li><a href='http://www.xavierllora.net/2009/01/29/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre/' rel='bookmark' title='Permanent Link: Data-Intensive Computing for Competent Genetic Algorithms: A Pilot Study using  Meandre'>Data-Intensive Computing for Competent Genetic Algorithms: A Pilot Study using  Meandre</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Below you may find the abstract to and the link to the technical report of the paper entitled <em>&#8220;Scaling Genetic Algorithms using MapReduce&#8221;</em> that will be presented at the <a href="">Ninth International Conference on Intelligent Systems Design and Applications (ISDA) 2009</a> by Verma, A., Llorà, X., Campbell, R.H., Goldberg, D.E. next month. </p>
<p><strong>Abstract:</strong>Genetic algorithms(GAs) are increasingly being applied to large scale problems. The traditional MPI-based parallel GAs do not scale very well. MapReduce is a powerful abstraction developed by Google for making scalable and fault tolerant applications. In this paper, we mould genetic algorithms into the the MapReduce model. We describe the algorithm design and implementation of GAs on Hadoop, the open source implementation of MapReduce. Our experiments demonstrate the convergence and scalability upto 105 variable problems. Adding more resources would enable us to solve even larger problems without any changes in the algorithms and implementation.</p>
<p>The draft of the paper can be downloaded as <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2009007.pdf">IlliGAL TR. No. 2009007</a>. For more information see the <a href="http://www.illigal.uiuc.edu/web/technical-reports/2009/10/09/scaling-genetic-algorithms-using-mapreduce/">IlliGAL technical reports web site</a>.</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2010/04/08/scaling-ecga-model-building-via-data-intensive-computing/' rel='bookmark' title='Permanent Link: Scaling eCGA Model Building via Data-Intensive Computing'>Scaling eCGA Model Building via Data-Intensive Computing</a></li>
<li><a href='http://www.xavierllora.net/2009/07/13/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre-2/' rel='bookmark' title='Permanent Link: Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre'>Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre</a></li>
<li><a href='http://www.xavierllora.net/2009/01/29/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre/' rel='bookmark' title='Permanent Link: Data-Intensive Computing for Competent Genetic Algorithms: A Pilot Study using  Meandre'>Data-Intensive Computing for Competent Genetic Algorithms: A Pilot Study using  Meandre</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/10/09/scaling-genetic-algorithms-using-mapreduce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Data-Intensive Computing for Competent Genetic Algorithms: A Pilot Study using  Meandre</title>
		<link>http://www.xavierllora.net/2009/01/29/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre/</link>
		<comments>http://www.xavierllora.net/2009/01/29/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:36:25 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[Technical Reports]]></category>
		<category><![CDATA[Data-Intensive Computing]]></category>
		<category><![CDATA[eCGA]]></category>
		<category><![CDATA[genetic algorithms]]></category>
		<category><![CDATA[meandre]]></category>
		<category><![CDATA[ZigZag]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=421</guid>
		<description><![CDATA[by Llorà, X. IlliGAL technical report 2009001. You can download the pdf here. More information is also available at the Meandre website as part of the SEASR project. Abstract: Data-intensive computing has positioned itself as a valuable programming paradigm to efficiently approach problems requiring processing very large volumes of data. This paper presents a pilot study about how to apply the [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2009/07/13/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre-2/' rel='bookmark' title='Permanent Link: Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre'>Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre</a></li>
<li><a href='http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/' rel='bookmark' title='Permanent Link: Analyzing active interactive genetic algorithms using visual analytics'>Analyzing active interactive genetic algorithms using visual analytics</a></li>
<li><a href='http://www.xavierllora.net/2010/04/08/scaling-ecga-model-building-via-data-intensive-computing/' rel='bookmark' title='Permanent Link: Scaling eCGA Model Building via Data-Intensive Computing'>Scaling eCGA Model Building via Data-Intensive Computing</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div>
<p><em>by</em> Llorà, X.</p>
<p><a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2009001.pdf">IlliGAL technical report 2009001</a>. You can download the pdf <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2009001.pdf">here</a>. More information is also available at the <a href="http://seasr.org/meandre">Meandre website</a> as part of the <a href="http://seasr.org/">SEASR project</a>.</p>
<p><strong>Abstract: </strong>Data-intensive computing has positioned itself as a valuable programming paradigm to efficiently approach problems requiring processing very large volumes of data. This paper presents a pilot study about how to apply the data-intensive computing paradigm to evolutionary computation algorithms. Two representative cases&#8212;selectorecombinative genetic algorithms and estimation of distribution algorithms&#8212;are presented, analyzed, discussed. This study shows that equivalent data-intensive computing evolutionary computation algorithms can be easily developed, providing robust and scalable algorithms for the multicore-computing era. Experimental results show how such algorithms scale with the number of available cores without further modification.</div>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2009/07/13/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre-2/' rel='bookmark' title='Permanent Link: Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre'>Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre</a></li>
<li><a href='http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/' rel='bookmark' title='Permanent Link: Analyzing active interactive genetic algorithms using visual analytics'>Analyzing active interactive genetic algorithms using visual analytics</a></li>
<li><a href='http://www.xavierllora.net/2010/04/08/scaling-ecga-model-building-via-data-intensive-computing/' rel='bookmark' title='Permanent Link: Scaling eCGA Model Building via Data-Intensive Computing'>Scaling eCGA Model Building via Data-Intensive Computing</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/01/29/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools</title>
		<link>http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/</link>
		<comments>http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 20:23:28 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Chance Discovery]]></category>
		<category><![CDATA[Discourse Modeling]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[SAINT]]></category>
		<category><![CDATA[Technical Reports]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/xllora/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/</guid>
		<description><![CDATA[by Xavier Llorà, Noriko Imafuji Yasui, David E. Goldberg (2006). Proceedings of the International Conference on Weblogs and Social Mining (ICWSM 2007). Also as IlliGAL TR. No. 2006026. Link to the PDF. Abstract The blogsphere is a valuable source of information. From simple topic analysis in the blogosphere&#8212;what’s hot&#8212;to harvesting and analyzing valuable market trends&#8212;what [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2006/11/29/human-centered-analysis-and-visualization-tools-for-the-blogosphere/' rel='bookmark' title='Permanent Link: Human-Centered Analysis and Visualization Tools for the Blogosphere'>Human-Centered Analysis and Visualization Tools for the Blogosphere</a></li>
<li><a href='http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/' rel='bookmark' title='Permanent Link: Analyzing active interactive genetic algorithms using visual analytics'>Analyzing active interactive genetic algorithms using visual analytics</a></li>
<li><a href='http://www.xavierllora.net/2007/04/18/the-thrill-of-discovering-live-from-ben-shneiderman-talk/' rel='bookmark' title='Permanent Link: The Thrill of Discovering (Live from Ben Shneiderman&#8217;s talk)'>The Thrill of Discovering (Live from Ben Shneiderman&#8217;s talk)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>by <em>Xavier Llorà, Noriko Imafuji Yasui, David E. Goldberg (2006)</em>.<br />
Proceedings of the International Conference on Weblogs and Social Mining (ICWSM 2007). Also as IlliGAL TR. No. 2006026. <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2006026.pdf">Link to the PDF</a>.</p>
<p><span id="more-168"></span><br />
<strong>Abstract</strong><br />
The blogsphere is a valuable source of information. From simple topic analysis in the blogosphere&#8212;what’s hot&#8212;to harvesting and analyzing valuable market trends&#8212;what product and features are suggested&#8212;require a tight integration of computer- and human-based analysis capabilities. Computers can easily assist the processing filtering and visualizing relevant and key elements of the blogosphere, but coupling them with human evaluation and reasoning can provide the final steps to connect pieces of relevant information into better description map of the current trends of the blogosphere. An example of the need for such human-centered analysis was David R. Ellis’ film <em>Snakes on a Plane</em> (2006) which failed to properly translate blogosphere discussions into a successful commercial product&#8212;as a clear misalignment of both environments the blogsphere and the final targeted market. In this paper, we present some human-centered visualization and analysis tools that can help users to compare and reason synergies and misalignments revolving around a particular topic.</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2006/11/29/human-centered-analysis-and-visualization-tools-for-the-blogosphere/' rel='bookmark' title='Permanent Link: Human-Centered Analysis and Visualization Tools for the Blogosphere'>Human-Centered Analysis and Visualization Tools for the Blogosphere</a></li>
<li><a href='http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/' rel='bookmark' title='Permanent Link: Analyzing active interactive genetic algorithms using visual analytics'>Analyzing active interactive genetic algorithms using visual analytics</a></li>
<li><a href='http://www.xavierllora.net/2007/04/18/the-thrill-of-discovering-live-from-ben-shneiderman-talk/' rel='bookmark' title='Permanent Link: The Thrill of Discovering (Live from Ben Shneiderman&#8217;s talk)'>The Thrill of Discovering (Live from Ben Shneiderman&#8217;s talk)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Observer-Invariant Histopathology using Genetics-Based Machine Learning</title>
		<link>http://www.xavierllora.net/2006/12/13/observer-invariant-histopathology-using-genetics-based-machine-learning/</link>
		<comments>http://www.xavierllora.net/2006/12/13/observer-invariant-histopathology-using-genetics-based-machine-learning/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 20:58:47 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Technical Reports]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/xllora/2006/12/13/observer-invariant-histopathology-using-genetics-based-machine-learning/</guid>
		<description><![CDATA[by Xavier Llorà, Anusha Priya, and Rohit Bhargava (2006). To appear in the Special Issue on Learning Classifier Systems of the Natural Computing Journal. Also as IlliGAL TR No. 2006027. Link to the PDF. Abstract Prostate cancer accounts for one-third of noncutaneous cancers diagnosed in US men, and it is a leading cause of cancer-related [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2009/07/15/large-scale-data-mining-using-genetics-based-machine-learning/' rel='bookmark' title='Permanent Link: Large Scale Data Mining using Genetics-Based Machine Learning'>Large Scale Data Mining using Genetics-Based Machine Learning</a></li>
<li><a href='http://www.xavierllora.net/2006/07/07/fast-rule-matching-for-learning-classifier-systems-via-vector-instructions/' rel='bookmark' title='Permanent Link: Fast rule matching for Learning Classifier Systems via vector instructions'>Fast rule matching for Learning Classifier Systems via vector instructions</a></li>
<li><a href='http://www.xavierllora.net/2007/07/12/gecco-2007-hat-trick/' rel='bookmark' title='Permanent Link: GECCO 2007 Hat Trick'>GECCO 2007 Hat Trick</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>by <em>Xavier Llorà, Anusha Priya, and Rohit Bhargava (2006)</em>.<br />
To appear in the Special Issue on Learning Classifier Systems of the Natural Computing Journal. Also as IlliGAL TR No. 2006027. <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2006027.pdf">Link to the PDF</a>.</p>
<p><span id="more-131"></span><br />
<strong>Abstract</strong><br />
Prostate cancer accounts for one-third of noncutaneous cancers diagnosed in US men, and it is a leading cause of cancer-related death. Advances in Fourier transform infrared spectroscopy of stained tissue is now able to provide very large data sets describing the chemical properties of the cells forming the prostate tissue. Uniting spectroscopic imaging data and computer-aided diagnoses (CADx), we seek to provide a new approach to pathology by automating the recognition of cancer in complex tissue. The first step toward the creation of such CADx tools requires mechanisms for automatically learn tissue type classification&#8212;a key step on the diagnosis process. As we will show, genetics-based machine learning (GBML) can be used to approach such a problem. However, there is an urge for efficient and scalable implementations that enable to process such very large data sets. This paper proposes and validates and efficient GBML technique&#8212;<strong>NAX</strong>&#8212;based on an incremental genetics-based rule learner that exploits massive parallelisms&#8212;via the message passing interface (MPI)&#8212;and efficient rule-matching using hardware-implemented operations. Results show the competence of <strong>NAX</strong> solving the prostate tissue type prediction and how such and efficient implementation makes it a very powerful tool for biomedical image processing.</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2009/07/15/large-scale-data-mining-using-genetics-based-machine-learning/' rel='bookmark' title='Permanent Link: Large Scale Data Mining using Genetics-Based Machine Learning'>Large Scale Data Mining using Genetics-Based Machine Learning</a></li>
<li><a href='http://www.xavierllora.net/2006/07/07/fast-rule-matching-for-learning-classifier-systems-via-vector-instructions/' rel='bookmark' title='Permanent Link: Fast rule matching for Learning Classifier Systems via vector instructions'>Fast rule matching for Learning Classifier Systems via vector instructions</a></li>
<li><a href='http://www.xavierllora.net/2007/07/12/gecco-2007-hat-trick/' rel='bookmark' title='Permanent Link: GECCO 2007 Hat Trick'>GECCO 2007 Hat Trick</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2006/12/13/observer-invariant-histopathology-using-genetics-based-machine-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delineating Topic and Discussant Transitions in Online Collaborative Environments</title>
		<link>http://www.xavierllora.net/2006/12/13/delineating-topic-and-discussant-transitions-in-online-collaborative-environments/</link>
		<comments>http://www.xavierllora.net/2006/12/13/delineating-topic-and-discussant-transitions-in-online-collaborative-environments/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 18:26:10 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Discourse Modeling]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[SAINT]]></category>
		<category><![CDATA[Technical Reports]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/xllora/2006/12/13/delineating-topic-and-discussant-transitions-in-online-collaborative-environments/</guid>
		<description><![CDATA[by Noriko Imafuji Yasui, Xavier Llorà, and David E. Goldberg (2006). Illinois Technical Report No. 2006025. Link to the PDF. Abstract In this paper, we propose some methodologies for delineating topic and discussant transitions in online collaborative environments, more precisely, focus group discussions for product conceptualization. First, we propose KEE (Key Elements Extraction) algorithm, an [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2007/04/04/ge498-eci-lecture-11-summarize-and-drill-helping-to-avoid-cognitive-overload/' rel='bookmark' title='Permanent Link: GE498-ECI, Lecture 11: Summarize and drill: Helping to avoid cognitive overload'>GE498-ECI, Lecture 11: Summarize and drill: Helping to avoid cognitive overload</a></li>
<li><a href='http://www.xavierllora.net/2006/02/26/49/' rel='bookmark' title='Permanent Link: The innovation pump: Supporting creative processes in collaborative engineering'>The innovation pump: Supporting creative processes in collaborative engineering</a></li>
<li><a href='http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/' rel='bookmark' title='Permanent Link: Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools'>Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>by <em>Noriko Imafuji Yasui, Xavier Llorà, and David E. Goldberg (2006)</em>.<br />
Illinois Technical Report No. 2006025. <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2006025.pdf">Link to the PDF</a>.</p>
<p><span id="more-130"></span><br />
<strong>Abstract</strong><br />
In this paper, we propose some methodologies for delineating topic and discussant transitions in online collaborative environments, more precisely, focus group discussions for product conceptualization. First, we propose KEE (Key Elements Extraction) algorithm, an algorithm for simultaneously finding key terms and key persons in a discussion. Based on KEE algorithm, we propose approaches for analyzing two important factors of discussions: discussion dynamics and emerging social networks. Examining our approaches using actual network-based discussion data generated by real focus groups in a marketing environment, we report interesting results that demonstrate how our approaches could effectively discover  knowledge in the discussions.</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2007/04/04/ge498-eci-lecture-11-summarize-and-drill-helping-to-avoid-cognitive-overload/' rel='bookmark' title='Permanent Link: GE498-ECI, Lecture 11: Summarize and drill: Helping to avoid cognitive overload'>GE498-ECI, Lecture 11: Summarize and drill: Helping to avoid cognitive overload</a></li>
<li><a href='http://www.xavierllora.net/2006/02/26/49/' rel='bookmark' title='Permanent Link: The innovation pump: Supporting creative processes in collaborative engineering'>The innovation pump: Supporting creative processes in collaborative engineering</a></li>
<li><a href='http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/' rel='bookmark' title='Permanent Link: Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools'>Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2006/12/13/delineating-topic-and-discussant-transitions-in-online-collaborative-environments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adaptable Extraction of Key Elements from Weblogs</title>
		<link>http://www.xavierllora.net/2006/12/13/adaptable-extraction-of-key-elements-from-weblogs/</link>
		<comments>http://www.xavierllora.net/2006/12/13/adaptable-extraction-of-key-elements-from-weblogs/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 15:27:24 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Discourse Modeling]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[SAINT]]></category>
		<category><![CDATA[Technical Reports]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/xllora/2006/12/13/adaptable-extraction-of-key-elements-from-weblogs/</guid>
		<description><![CDATA[by Xavier Llorà, Noriko Imafuji Yasui, David E. Goldberg (2006). Illinois Technical Report No. 2006024. Link to the PDF. Abstract This paper proposes AKEE (Adaptable Key Elements Extraction) algorithm for web-log (blog, for short) mining. AKEE enables us to identify significant information in various blog components (e.g., a blog post, a series of blog posts, [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/' rel='bookmark' title='Permanent Link: Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools'>Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools</a></li>
<li><a href='http://www.xavierllora.net/2006/11/29/human-centered-analysis-and-visualization-tools-for-the-blogosphere/' rel='bookmark' title='Permanent Link: Human-Centered Analysis and Visualization Tools for the Blogosphere'>Human-Centered Analysis and Visualization Tools for the Blogosphere</a></li>
<li><a href='http://www.xavierllora.net/2006/12/13/delineating-topic-and-discussant-transitions-in-online-collaborative-environments/' rel='bookmark' title='Permanent Link: Delineating Topic and Discussant Transitions in Online Collaborative Environments'>Delineating Topic and Discussant Transitions in Online Collaborative Environments</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>by <em>Xavier Llorà, Noriko Imafuji Yasui, David E. Goldberg (2006)</em>.<br />
Illinois Technical Report No. 2006024. <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2006024.pdf">Link to the PDF</a>.</p>
<p><span id="more-129"></span><br />
<strong>Abstract</strong><br />
This paper proposes AKEE (Adaptable Key Elements Extraction) algorithm for web-log (blog, for short) mining. AKEE enables us to identify significant information in various blog components (e.g., a blog post, a series of blog posts, a set of  series of blog posts, etc.).</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/' rel='bookmark' title='Permanent Link: Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools'>Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools</a></li>
<li><a href='http://www.xavierllora.net/2006/11/29/human-centered-analysis-and-visualization-tools-for-the-blogosphere/' rel='bookmark' title='Permanent Link: Human-Centered Analysis and Visualization Tools for the Blogosphere'>Human-Centered Analysis and Visualization Tools for the Blogosphere</a></li>
<li><a href='http://www.xavierllora.net/2006/12/13/delineating-topic-and-discussant-transitions-in-online-collaborative-environments/' rel='bookmark' title='Permanent Link: Delineating Topic and Discussant Transitions in Online Collaborative Environments'>Delineating Topic and Discussant Transitions in Online Collaborative Environments</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2006/12/13/adaptable-extraction-of-key-elements-from-weblogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Human-Centered Analysis and Visualization Tools for the Blogosphere</title>
		<link>http://www.xavierllora.net/2006/11/29/human-centered-analysis-and-visualization-tools-for-the-blogosphere/</link>
		<comments>http://www.xavierllora.net/2006/11/29/human-centered-analysis-and-visualization-tools-for-the-blogosphere/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 20:31:08 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Discourse Modeling]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[SAINT]]></category>
		<category><![CDATA[Technical Reports]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/xllora/2006/11/29/human-centered-analysis-and-visualization-tools-for-the-blogosphere/</guid>
		<description><![CDATA[by Xavier Llorà, Noriko Imafuji Yasui, Michael Welge, David E. Goldberg (in press, 2007). To apper in the Proceedings of the Digital Humanities 2007 Conference.Also as IlliGAL TR No. 2006023. Link to the PDF. Abstract Blogging has become a new and disruptive communication medium. Blogs have changed the way people and organizations express, interact, and&#8212;quite [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/' rel='bookmark' title='Permanent Link: Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools'>Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools</a></li>
<li><a href='http://www.xavierllora.net/2006/11/29/the-new-discus-site-is-up/' rel='bookmark' title='Permanent Link: The new DISCUS site is up'>The new DISCUS site is up</a></li>
<li><a href='http://www.xavierllora.net/2007/02/07/ge498-eci-lecture-4-the-web-with-a-human-spin/' rel='bookmark' title='Permanent Link: GE498-ECI, Lecture 4: The web with a human spin'>GE498-ECI, Lecture 4: The web with a human spin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>by <em>Xavier Llorà, Noriko Imafuji Yasui, Michael Welge, David E. Goldberg (in press, 2007)</em>.<br />
To apper in the Proceedings of the Digital Humanities 2007 Conference.Also as IlliGAL TR No. 2006023. <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2006023.pdf">Link to the PDF</a>.</p>
<p><span id="more-127"></span><br />
<strong>Abstract</strong><br />
Blogging has become a new and disruptive communication medium. Blogs have changed the way people and organizations express, interact, and&#8212;quite unforeseen&#8212;exercise influence. The digital nature of the blog media provides access to an always-expanding corpus of information. It would take more than a lifetime to read all the available blogs necessary to answer questions such as what were the more relevant plots suggested or what key concepts were managed by bloggers in their ideas. However, human-centered analysis and visualization techniques may help users navigate such enormous corpus. This paper presents human-centered analysis and visualization techniques for supporting innovation and creativity can help to identify relevant post portions and to visualize concept relations in the blogosphere.</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2007/03/26/analyzing-trends-in-the-blogosphere-using-human-centered-analysis-and-visualization-tools/' rel='bookmark' title='Permanent Link: Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools'>Analyzing Trends in the Blogosphere Using Human-Centered Analysis and Visualization Tools</a></li>
<li><a href='http://www.xavierllora.net/2006/11/29/the-new-discus-site-is-up/' rel='bookmark' title='Permanent Link: The new DISCUS site is up'>The new DISCUS site is up</a></li>
<li><a href='http://www.xavierllora.net/2007/02/07/ge498-eci-lecture-4-the-web-with-a-human-spin/' rel='bookmark' title='Permanent Link: GE498-ECI, Lecture 4: The web with a human spin'>GE498-ECI, Lecture 4: The web with a human spin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2006/11/29/human-centered-analysis-and-visualization-tools-for-the-blogosphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evolving emotional prosody</title>
		<link>http://www.xavierllora.net/2006/09/17/evolving-emotional-prosody/</link>
		<comments>http://www.xavierllora.net/2006/09/17/evolving-emotional-prosody/#comments</comments>
		<pubDate>Sun, 17 Sep 2006 15:57:30 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[DISCUS]]></category>
		<category><![CDATA[Estimation of Distribution Algorithms]]></category>
		<category><![CDATA[Human-Computer Interaction]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Technical Reports]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/xllora/2006/09/17/evolving-emotional-prosody/</guid>
		<description><![CDATA[by Cecilia Ovesdotter Alm and Xavier Llorà (2006). Proceedings of the Ninth International Conference on Spoken Language Processing (INTERSPEECH 2006), paper 1741. Also as IlliGAL TR No 2006018. Link to the PDF. Abstract Emotion is expressed by prosodic cues, and this study uses the active interactive Genetic Algorithm to search a wide space for sad [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2005/11/27/evaluation-consistency-in-igas-user-contradictions-as-cycles-in-partial-ordering-graphs/' rel='bookmark' title='Permanent Link: Evaluation consistency in iGAs: User contradictions as cycles in partial-ordering graphs'>Evaluation consistency in iGAs: User contradictions as cycles in partial-ordering graphs</a></li>
<li><a href='http://www.xavierllora.net/2005/07/19/combating-user-fatigue-in-igas-partial-ordering-support-vector-machines-and-synthetic-fitness/' rel='bookmark' title='Permanent Link: Combating user fatigue in iGAs: Partial ordering, support vector machines, and synthetic fitness'>Combating user fatigue in iGAs: Partial ordering, support vector machines, and synthetic fitness</a></li>
<li><a href='http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/' rel='bookmark' title='Permanent Link: Analyzing active interactive genetic algorithms using visual analytics'>Analyzing active interactive genetic algorithms using visual analytics</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>by <em> Cecilia Ovesdotter Alm and Xavier Llorà (2006).</em><br />
Proceedings of the Ninth International Conference on Spoken Language Processing (INTERSPEECH 2006), paper 1741. Also as IlliGAL TR No 2006018. <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2006018.pdf">Link to the PDF.</a></p>
<p><span id="more-113"></span><br />
<strong>Abstract</strong><br />
Emotion is expressed by prosodic cues, and this study uses the <em>active interactive Genetic Algorithm</em> to search a wide space for <code>sad</code> and <code>angry</code> parameters of intensity, F0, and duration in perceptual resynthesis experiments with users. This method avoids large recorded databases and is flexible for exploring prosodic emotion parameters. Solutions from multiple runs are analyzed graphically and statistically. Average results indicate parameter evolution by emotion, and appear best for<code>sad</code> speech. Solutions are quite successfully classified by CART, with duration as main predictor.</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2005/11/27/evaluation-consistency-in-igas-user-contradictions-as-cycles-in-partial-ordering-graphs/' rel='bookmark' title='Permanent Link: Evaluation consistency in iGAs: User contradictions as cycles in partial-ordering graphs'>Evaluation consistency in iGAs: User contradictions as cycles in partial-ordering graphs</a></li>
<li><a href='http://www.xavierllora.net/2005/07/19/combating-user-fatigue-in-igas-partial-ordering-support-vector-machines-and-synthetic-fitness/' rel='bookmark' title='Permanent Link: Combating user fatigue in iGAs: Partial ordering, support vector machines, and synthetic fitness'>Combating user fatigue in iGAs: Partial ordering, support vector machines, and synthetic fitness</a></li>
<li><a href='http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/' rel='bookmark' title='Permanent Link: Analyzing active interactive genetic algorithms using visual analytics'>Analyzing active interactive genetic algorithms using visual analytics</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2006/09/17/evolving-emotional-prosody/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing active interactive genetic algorithms using visual analytics</title>
		<link>http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/</link>
		<comments>http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/#comments</comments>
		<pubDate>Fri, 07 Jul 2006 19:54:53 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Human-Computer Interaction]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Technical Reports]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/xllora/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/</guid>
		<description><![CDATA[by Xavier Llorà, Kumara Sastry , Francesc Alías, David E. Goldberg, and Michael Welge (2006). Proceedings of the ACM Genetic and Evolutionary Computation Conference (GECCO 2006), pp. 1417&#8211;1418, ACM press. Also as IlliGAL TR No 2006004. Link to the PDF. Abstract This paper build on active interactive genetic algorithms and introduces visual-analytic techniques to aggregate, [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2005/11/27/evaluation-consistency-in-igas-user-contradictions-as-cycles-in-partial-ordering-graphs/' rel='bookmark' title='Permanent Link: Evaluation consistency in iGAs: User contradictions as cycles in partial-ordering graphs'>Evaluation consistency in iGAs: User contradictions as cycles in partial-ordering graphs</a></li>
<li><a href='http://www.xavierllora.net/2005/07/19/combating-user-fatigue-in-igas-partial-ordering-support-vector-machines-and-synthetic-fitness/' rel='bookmark' title='Permanent Link: Combating user fatigue in iGAs: Partial ordering, support vector machines, and synthetic fitness'>Combating user fatigue in iGAs: Partial ordering, support vector machines, and synthetic fitness</a></li>
<li><a href='http://www.xavierllora.net/2008/05/19/google-analytics-as-a-website-optimization-tool/' rel='bookmark' title='Permanent Link: Google analytics as a website optimization tool'>Google analytics as a website optimization tool</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>by <em>Xavier Llorà, Kumara Sastry , Francesc Alías, David E. Goldberg, and Michael Welge (2006).</em><br />
Proceedings of the ACM Genetic and Evolutionary Computation Conference (GECCO 2006), pp. 1417&#8211;1418, ACM press. Also as IlliGAL TR No 2006004. <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2006004.pdf">Link to the PDF.</a></p>
<p><span id="more-105"></span><br />
<strong>Abstract</strong><br />
This paper build on <em>active</em> interactive genetic algorithms and introduces visual-analytic techniques to aggregate, summarize, and visualize the information generated during interactive evolutionary processes. Special visualizations of the user-provided partial ordering of solutions, the synthetic fitness surrogates induced, and the model of user preferences were prepared. The visual-analytic techniques proposed point out potential pitfalls, strengths, and possible improvements in a non-trivial case study where the hierarchical tournament selection scheme of an <em>active</em> interactive genetic algorithm is replaced by an equivalent incremental selection scheme. Visual analytics provided an intuitive reasoning environment that unveiled important properties that greatly affect the performance of <em>active</em> interactive genetic algorithms that could not have been easily reveled otherwise.</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2005/11/27/evaluation-consistency-in-igas-user-contradictions-as-cycles-in-partial-ordering-graphs/' rel='bookmark' title='Permanent Link: Evaluation consistency in iGAs: User contradictions as cycles in partial-ordering graphs'>Evaluation consistency in iGAs: User contradictions as cycles in partial-ordering graphs</a></li>
<li><a href='http://www.xavierllora.net/2005/07/19/combating-user-fatigue-in-igas-partial-ordering-support-vector-machines-and-synthetic-fitness/' rel='bookmark' title='Permanent Link: Combating user fatigue in iGAs: Partial ordering, support vector machines, and synthetic fitness'>Combating user fatigue in iGAs: Partial ordering, support vector machines, and synthetic fitness</a></li>
<li><a href='http://www.xavierllora.net/2008/05/19/google-analytics-as-a-website-optimization-tool/' rel='bookmark' title='Permanent Link: Google analytics as a website optimization tool'>Google analytics as a website optimization tool</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2006/07/07/analyzing-active-interactive-genetic-algorithms-using-visual-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast rule matching for Learning Classifier Systems via vector instructions</title>
		<link>http://www.xavierllora.net/2006/07/07/fast-rule-matching-for-learning-classifier-systems-via-vector-instructions/</link>
		<comments>http://www.xavierllora.net/2006/07/07/fast-rule-matching-for-learning-classifier-systems-via-vector-instructions/#comments</comments>
		<pubDate>Fri, 07 Jul 2006 18:37:55 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Technical Reports]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/xllora/2006/07/07/fast-rule-matching-for-learning-classifier-systems-via-vector-instructions/</guid>
		<description><![CDATA[by Xavier Llorà and Kumara Sastry (2006, accepted). Proceedings of the ACM Genetic and Evolutionary Computation Conference (GECCO 2006), pp. 1513&#8211;1520, ACM press. Also as IlliGAL TR No 2006001. Link to the PDF. Abstract Over the last ten years XCS has become a de facto standard for Michigan-style learning classifier systems (LCS). Since the initial [...]


Related posts:<ol><li><a href='http://www.xavierllora.net/2006/01/19/fast-rule-matching-using-vector-instructions/' rel='bookmark' title='Permanent Link: Software for fast rule matching using vector instructions'>Software for fast rule matching using vector instructions</a></li>
<li><a href='http://www.xavierllora.net/2006/12/13/observer-invariant-histopathology-using-genetics-based-machine-learning/' rel='bookmark' title='Permanent Link: Observer-Invariant Histopathology using Genetics-Based Machine Learning'>Observer-Invariant Histopathology using Genetics-Based Machine Learning</a></li>
<li><a href='http://www.xavierllora.net/2006/09/21/how-big-is-big/' rel='bookmark' title='Permanent Link: How big is big?'>How big is big?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>by <em>Xavier Llorà and Kumara Sastry (2006, accepted).</em><br />
Proceedings of the ACM Genetic and Evolutionary Computation Conference (GECCO 2006), pp. 1513&#8211;1520, ACM press. Also as IlliGAL TR No 2006001. <a href="http://www.illigal.uiuc.edu/pub/papers/IlliGALs/2006001.pdf">Link to the PDF.</a></p>
<p><span id="more-104"></span><br />
<strong>Abstract</strong><br />
Over the last ten years XCS has become a de facto standard for Michigan-style learning classifier systems (LCS). Since the initial CS-1 work conceived by Holland, classifiers (rules) have widely used a ternary condition alphabet {0,1,#} for binary input problems. Most of the freely available implementations of this ternary alphabet in XCS rely on character-based encodings&#8212;easy to implement, not memory efficient, and expensive to compute. Profiling of freely available XCS implementations shows that most of their execution time is spent determining whether a rule is match or not, posing a serious thread to XCS scalability. In the last decade, multimedia and scientific applications have pushed CPU manufactures to include native support for vector instruction sets. This paper presents how to implement efficient condition encoding and fast rule matching strategies using vector instructions. The paper elaborates on Altivec (PowerPC G4, G5) and SSE2 (Intel P4/Xeon and AMD Opteron) instruction sets producing speedups of XCS matching process beyond ninety times. Moreover, such a vectorized matching code will allow to easily scale beyond tens of thousands of conditions in a reasonable time. The proposed fast matching scheme also fits in any other LCS other than XCS.</p>


<p>Related posts:<ol><li><a href='http://www.xavierllora.net/2006/01/19/fast-rule-matching-using-vector-instructions/' rel='bookmark' title='Permanent Link: Software for fast rule matching using vector instructions'>Software for fast rule matching using vector instructions</a></li>
<li><a href='http://www.xavierllora.net/2006/12/13/observer-invariant-histopathology-using-genetics-based-machine-learning/' rel='bookmark' title='Permanent Link: Observer-Invariant Histopathology using Genetics-Based Machine Learning'>Observer-Invariant Histopathology using Genetics-Based Machine Learning</a></li>
<li><a href='http://www.xavierllora.net/2006/09/21/how-big-is-big/' rel='bookmark' title='Permanent Link: How big is big?'>How big is big?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2006/07/07/fast-rule-matching-for-learning-classifier-systems-via-vector-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
