<?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; Presentations</title>
	<atom:link href="http://www.xavierllora.net/category/presentations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xavierllora.net</link>
	<description>A notebook on data-intensive computing, genetics-based machine learning &#38; more.</description>
	<lastBuildDate>Sun, 08 Jan 2012 19:39:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Meandre 2.0 Alpha Preview = Scala + MongoDB</title>
		<link>http://www.xavierllora.net/2010/07/15/meandre-2-0-alpha-preview-scala-mongodb/</link>
		<comments>http://www.xavierllora.net/2010/07/15/meandre-2-0-alpha-preview-scala-mongodb/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 19:45:00 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Data-Intensive Computing]]></category>
		<category><![CDATA[Meandre]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Crochet]]></category>
		<category><![CDATA[Derby]]></category>
		<category><![CDATA[JENA]]></category>
		<category><![CDATA[meandre]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[scala]]></category>
		<category><![CDATA[Snare]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=697</guid>
		<description><![CDATA[A lot of water under the bridge has gone by since the first release of Meandre 1.4.X series. In January I went back to the drawing board and start sketching what was going to be 1.5.X series. The slide deck embedded above is a extended list of the thoughts during the process. As usual, I [...]
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/12/01/meandre-is-going-scala/' rel='bookmark' title='Meandre is going Scala'>Meandre is going Scala</a></li>
<li><a href='http://www.xavierllora.net/2010/01/21/fast-rest-api-prototyping-with-crochet-and-scala/' rel='bookmark' title='Fast REST API prototyping with Crochet and Scala'>Fast REST API prototyping with Crochet and Scala</a></li>
<li><a href='http://www.xavierllora.net/2008/11/15/meandre-semantic-driven-data-intensive-flows-in-the-clouds/' rel='bookmark' title='Meandre: Semantic-Driven Data-Intensive Flows in the Clouds'>Meandre: Semantic-Driven Data-Intensive Flows in the Clouds</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><center><br />
<iframe src="http://www.slideshare.net/slideshow/embed_code/4765637" width="425&type=s" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br/><br/><br />
</center></p>
<p>A lot of water under the bridge has gone by since the first release of <a href="http://seasr.org/meandre/download/">Meandre 1.4.X series</a>. In January I went back to the drawing board and start sketching what was going to be 1.5.X series. The slide deck embedded above is a extended list of the thoughts during the process. As usual, I started collecting feedback from people using 1.4.X in production, things that worked, things that needed improvement, things that were just plain over complicated. The hot recurrent topics that people using 1.4.X could be mainly summarized as:</p>
<ul>
<li>Complex execution concurrency model based on traditional semaphores written in Java (mostly my maintenance nightmare when changes need to be introduced)</li>
<li>Server performance bounded by <a href="http://jena.sourceforge.net/">JENA</a>&#8216;s persistent model implementation</li>
<li>State caching on individual servers to boost performance increases complexity of single-image cluster deployments</li>
<li>Could-deployable infrastructure, but not cloud-friendly infrastructure</li>
</ul>
<p>As I mentioned, these elements where the main ingredients to target for 1.5.X series. However as the redesign moved forward, the new version represented a radical disruption from 1.4.X series and eventually turned up to become the 2.0 Alpha version described here. The main changes that forced this transition are:</p>
<ul>
<li>Cloud-friendly infrastructure required rethinking of the core functionalities</li>
<li>Drastic redesign of the back-end state storage</li>
<li>Revisited flow execution engine to support flow execution</li>
<li>Changes on the API that render returned JSON documents incompatible with 1.4.X</li>
</ul>
<p>Meandre 2.0 (currently already available in the the <a href="http://dev-tools.seasr.org/fisheye/browse/Meandre-Infrastructure">SVN trunk</a>) has been rewritten from scratch using <a href="http://www.scala-lang.org/">Scala</a>. That decision was motivated to benefit from the Actor model provided by <a href="http://www.scala-lang.org/">Scala</a> (modeled after <a href="http://www.erlang.org/">Erlang</a>&#8216;s actors). Such model greatly simplify the mechanics of the infrastructure, but it also powered the basis of Snowfield (the effort to create a scalable distributed flow execution engine for Meandre flows). Also, the <a href="http://www.scala-lang.org/">Scala</a> language expressiveness has greatly reduced the code based size (2.0 code base is roughly 1/3 of the size of 1.4.X series) greatly simplifying the maintenance activities the infrastructure will require as we move forward.</p>
<p>The second big change that pushed the 2.0 Alpha trigger was the redesign of the back end state storage. 1.4.X series heavily relied on the relational storage for persistent RDF models provided by JENA. For performance reasons, <a href="http://jena.sourceforge.net/">JENA</a> caches the model in memory and mostly assumes ownership of the model. Hence, if you want to provide a single-image Meandre cluster you need to inject into <a href="http://jena.sourceforge.net/">JENA</a> cache coherence mechanics, greatly increasing the complexity. Also, the relational implementation relies on the mapping model into a table and triple into a row (this is a bit of a simplification). That implies that large number of SQL statements need to be generated to update models, heavily taxing the relational storage when changes on user repository data needs to be introduced.</p>
<p>An ideal cloud-friendly Meandre infrastructure should not maintain state (neither voluntarily, neither as result of <a href="http://jena.sourceforge.net/">JENA</a> back end). Thus, a fast and scalable back end storage could allow infrastructure servers to maintain no state and be able to provide the appearance of a single image cluster. After testing different alternatives, their community support, and development roadmap, the only option left was <a href="http://www.mongodb.org/">MongoDB</a>. Its setup simplicity for small installations and its ability to easily scale to large installations (including cloud-deployed ones) made <a href="http://www.mongodb.org/">MongoDB</a> the candidate to maintain state for Meandre 2.0. This was quite a departure from 1.4.x series, where you had the choice to store state via <a href="http://jena.sourceforge.net/">JENA</a> on an embedded <a href="http://db.apache.org/derby/">Derby</a> or an external <a href="http://www.mysql.com/">MySQL</a> server.</p>
<p>A final note on the building blocks that made possible 2.0 series. Two other side projects where started to support the development of what will become Meandre 2.0.X series:</p>
<ol>
<li><a href="http://github.com/xllora/Crochet">Crochet</a>: <a href="http://github.com/xllora/Crochet">Crochet</a> targets to help quickly prototype REST APIs relying on the flexibility of the Scala language. The initial ideas for Crochet were inspired after reading Gabriele Renzi post on creating a picoframework with Scala (see <a href="http://www.riffraff.info/2009/4/11/step-a-scala-web-picoframework">http://www.riffraff.info/2009/4/11/step-a-scala-web-picoframework</a>) and the need for quickly prototyping APIs for pilot projects. Crochet also provides mechanisms to hide repetitive tasks involved with default responses and authentication/authorization piggybacking on the mechanics provided by application servers.</li>
<li><a href="http://github.com/xllora/Snare">Snare</a>: <a href="http://github.com/xllora/Snare">Snare</a> is a coordination layer for distributed applications written in Scala and relies and <a href="http://www.mongodb.org/">MongoDB</a> to implement its communication layer. <a href="http://github.com/xllora/Snare">Snare</a> implements a basic heartbeat system and a simple notification mechanism (peer-to-peer and broadcast communication). Snare relies on <a href="http://www.mongodb.org/">MongoDB</a> to track heartbeat and notification mailboxes.</li>
</ol>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/12/01/meandre-is-going-scala/' rel='bookmark' title='Meandre is going Scala'>Meandre is going Scala</a></li>
<li><a href='http://www.xavierllora.net/2010/01/21/fast-rest-api-prototyping-with-crochet-and-scala/' rel='bookmark' title='Fast REST API prototyping with Crochet and Scala'>Fast REST API prototyping with Crochet and Scala</a></li>
<li><a href='http://www.xavierllora.net/2008/11/15/meandre-semantic-driven-data-intensive-flows-in-the-clouds/' rel='bookmark' title='Meandre: Semantic-Driven Data-Intensive Flows in the Clouds'>Meandre: Semantic-Driven Data-Intensive Flows in the Clouds</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2010/07/15/meandre-2-0-alpha-preview-scala-mongodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LCS and Software Development</title>
		<link>http://www.xavierllora.net/2010/06/18/lcs-and-software-development/</link>
		<comments>http://www.xavierllora.net/2010/06/18/lcs-and-software-development/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:43:25 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[GBML & LCS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[GBML]]></category>
		<category><![CDATA[genetics-based machine learning]]></category>
		<category><![CDATA[LCS]]></category>
		<category><![CDATA[Learning Classifier Systems]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=684</guid>
		<description><![CDATA[&#8220;On the Road to Competence&#8221; is a slide deck by Jurgen Appelo with interesting analogies between learning classifier systems and software development. Definitely worth taking a look at it. Related posts: NIGEL 2006 Part II: Dasgupta vs. Booker Software for fast rule matching using vector instructions Large Scale Data Mining using Genetics-Based Machine Learning
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/' rel='bookmark' title='NIGEL 2006 Part II: Dasgupta vs. Booker'>NIGEL 2006 Part II: Dasgupta vs. Booker</a></li>
<li><a href='http://www.xavierllora.net/2006/01/19/fast-rule-matching-using-vector-instructions/' rel='bookmark' title='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/2009/07/15/large-scale-data-mining-using-genetics-based-machine-learning/' rel='bookmark' title='Large Scale Data Mining using Genetics-Based Machine Learning'>Large Scale Data Mining using Genetics-Based Machine Learning</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.slideshare.net/jurgenappelo/on-the-road-to-competence">&#8220;On the Road to Competence&#8221;</a> is a slide deck by <a href="http://noopl.nl">Jurgen Appelo</a> with interesting analogies between <a href="http://gbml.org">learning classifier systems</a> and software development. Definitely worth taking a look at it.</p>
<iframe src="http://www.slideshare.net/slideshow/embed_code/4505186" width="425&type=s" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br/><br/>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/' rel='bookmark' title='NIGEL 2006 Part II: Dasgupta vs. Booker'>NIGEL 2006 Part II: Dasgupta vs. Booker</a></li>
<li><a href='http://www.xavierllora.net/2006/01/19/fast-rule-matching-using-vector-instructions/' rel='bookmark' title='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/2009/07/15/large-scale-data-mining-using-genetics-based-machine-learning/' rel='bookmark' title='Large Scale Data Mining using Genetics-Based Machine Learning'>Large Scale Data Mining using Genetics-Based Machine Learning</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2010/06/18/lcs-and-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From Galapagos to Twitter: Darwin, Natural Selection, and Web 2.0</title>
		<link>http://www.xavierllora.net/2009/09/18/from-galapagos-to-twitter-darwin-natural-selection-and-web-2-0/</link>
		<comments>http://www.xavierllora.net/2009/09/18/from-galapagos-to-twitter-darwin-natural-selection-and-web-2-0/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 18:14:05 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[DISCUS]]></category>
		<category><![CDATA[Meandre]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Charles Darwin]]></category>
		<category><![CDATA[genetic algorithms]]></category>
		<category><![CDATA[human-based genetic algorithms]]></category>
		<category><![CDATA[interactive genetic algorithms]]></category>
		<category><![CDATA[meandre]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=590</guid>
		<description><![CDATA[Yesterday I was visiting Monmouth College to participate on the Darwinpalooza which commemorates the 200th anniversary of Charles Darwin&#8217;s birth and the 150th anniversary of the publication of On the Origin of Species. After scratching my head about about what to present, I came out with quite a mix. You will find the abstract of [...]
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2006/12/18/challenging-lectures-on-line-at-ted/' rel='bookmark' title='Challenging lectures on-line at TED'>Challenging lectures on-line at TED</a></li>
<li><a href='http://www.xavierllora.net/2009/04/02/meandre-overview-slides/' rel='bookmark' title='Meandre overview slides'>Meandre overview slides</a></li>
<li><a href='http://www.xavierllora.net/2009/02/16/revamping-my-twitter-accounts/' rel='bookmark' title='Revamping my Twitter accounts'>Revamping my Twitter accounts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was visiting <a href="http://www.monm.edu/">Monmouth College</a> to participate on the <a href="http://department.monm.edu/nineteenth-century/pdf/darwin-flyer.pdf">Darwinpalooza</a> which commemorates the 200th anniversary of Charles Darwin&#8217;s birth and the 150th anniversary of the publication of On the Origin of Species. After scratching my head about about what to present, I came out with quite a mix. You will find the abstract of the talk below, as well as the slides I used.</p>
<p><strong>Abstract:</strong> One hundred and fifty years have passed since the publication of Darwin&#8217;s world-changing manuscript &#8220;The Origins of Species by Means of Natural Selection&#8221;. Darwin&#8217;s ideas have proven their power to reach beyond the biology realm, and their ability to define a conceptual framework which allows us to model and understand complex systems. In the mid 1950s and 60s the efforts of a scattered group of engineers proved the benefits of adopting an evolutionary paradigm to solve complex real-world problems. In the 70s, the emerging presence of computers brought us a new collection of artificial evolution paradigms, among which genetic algorithms rapidly gained widespread adoption. Currently, the Internet has propitiated an exponential growth of information and computational resources that are clearly disrupting our perception and forcing us to reevaluate the boundaries between technology and social interaction. Darwin&#8217;s ideas can, once again, help us understand such disruptive change. In this talk, I will review the origin of artificial evolution ideas and techniques. I will also show how these techniques are, nowadays, helping to solve a wide range of applications, from life science problems to twitter puzzles, and how high performance computing can make Darwin ideas a routinary tool to help us model and understand complex systems.</p>
<iframe src="http://www.slideshare.net/slideshow/embed_code/2019013" width="425&type=s" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br/><br/>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2006/12/18/challenging-lectures-on-line-at-ted/' rel='bookmark' title='Challenging lectures on-line at TED'>Challenging lectures on-line at TED</a></li>
<li><a href='http://www.xavierllora.net/2009/04/02/meandre-overview-slides/' rel='bookmark' title='Meandre overview slides'>Meandre overview slides</a></li>
<li><a href='http://www.xavierllora.net/2009/02/16/revamping-my-twitter-accounts/' rel='bookmark' title='Revamping my Twitter accounts'>Revamping my Twitter accounts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/09/18/from-galapagos-to-twitter-darwin-natural-selection-and-web-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Large Scale Data Mining using Genetics-Based Machine Learning</title>
		<link>http://www.xavierllora.net/2009/07/15/large-scale-data-mining-using-genetics-based-machine-learning/</link>
		<comments>http://www.xavierllora.net/2009/07/15/large-scale-data-mining-using-genetics-based-machine-learning/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:56:17 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Data-Intensive Computing]]></category>
		<category><![CDATA[GBML & LCS]]></category>
		<category><![CDATA[Learning Classifier Systems]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[data-intensive flows]]></category>
		<category><![CDATA[genetics-based machine learning]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[LCS]]></category>
		<category><![CDATA[map-reduce]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=568</guid>
		<description><![CDATA[Below you may find the slides of the GECCO 2009 tutorial that Jaume Bacardit and I put together. Hope you enjoy it. Slides Abstract We are living in the peta-byte era.We have larger and larger data to analyze, process and transform into useful answers for the domain experts. Robust data mining tools, able to cope [...]
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2006/12/13/observer-invariant-histopathology-using-genetics-based-machine-learning/' rel='bookmark' title='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/2009/04/07/deadline-extended-for-special-issue-on-metaheuristics-for-large-scale-data-mining/' rel='bookmark' title='Deadline extended for special issue on Metaheuristics for Large Scale Data Mining'>Deadline extended for special issue on Metaheuristics for Large Scale Data Mining</a></li>
<li><a href='http://www.xavierllora.net/2007/04/17/machine-learning-statistical-learning-in-r/' rel='bookmark' title='Machine learning &amp; Statistical Learning in R'>Machine learning &#38; Statistical Learning in R</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Below you may find the slides of the <a href="http://www.sigevo.org/gecco-2009/tutorials.html#lsdm">GECCO 2009 tutorial</a> that <a href="http://www.cs.nott.ac.uk/~jqb/">Jaume Bacardit</a> and I put together. Hope you enjoy it.</p>
<p><strong>Slides</strong></p>
<iframe src="http://www.slideshare.net/slideshow/embed_code/1727172" width="425&type=s" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br/><br/>
<p><strong>Abstract</strong></p>
<p>We are living in the peta-byte era.We have larger and larger data to analyze, process and transform into useful answers for the domain experts. Robust data mining tools, able to cope with petascale volumes and/or high dimensionality producing human-understandable solutions are key on several domain areas. Genetics-based machine learning (GBML) techniques are perfect candidates for this task, among others, due to the recent advances in representations, learning paradigms, and theoretical modeling. If evolutionary learning techniques aspire to be a relevant player in this context, they need to have the capacity of processing these vast amounts of data and they need to process this data within reasonable time. Moreover, massive computation cycles are getting cheaper and cheaper every day, allowing researchers to have access to unprecedented parallelization degrees. Several topics are interlaced in these two requirements: (1) having the proper learning paradigms and knowledge representations, (2) understanding them and knowing when are they suitable for the problem at hand, (3) using efficiency enhancement techniques, and (4) transforming and visualizing the produced solutions to give back as much insight as possible to the domain experts are few of them.</p>
<p>This tutorial will try to answer this question, following a roadmap that starts with the questions of what large means, and why large is a challenge for GBML methods. Afterwards, we will discuss different facets in which we can overcome this challenge: Efficiency enhancement techniques, representations able to cope with large dimensionality spaces, scalability of learning paradigms. We will also review a topic interlaced with all of them: how can we model the scalability of the components of our GBML systems to better engineer them to get the best performance out of them for large datasets. The roadmap continues with examples of real applications of GBML systems and finishes with an analysis of further directions.</p>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2006/12/13/observer-invariant-histopathology-using-genetics-based-machine-learning/' rel='bookmark' title='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/2009/04/07/deadline-extended-for-special-issue-on-metaheuristics-for-large-scale-data-mining/' rel='bookmark' title='Deadline extended for special issue on Metaheuristics for Large Scale Data Mining'>Deadline extended for special issue on Metaheuristics for Large Scale Data Mining</a></li>
<li><a href='http://www.xavierllora.net/2007/04/17/machine-learning-statistical-learning-in-r/' rel='bookmark' title='Machine learning &amp; Statistical Learning in R'>Machine learning &#38; Statistical Learning in R</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/07/15/large-scale-data-mining-using-genetics-based-machine-learning/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/07/13/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre-2/</link>
		<comments>http://www.xavierllora.net/2009/07/13/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre-2/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 04:15:51 +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[Meandre]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[genetic algorithms]]></category>
		<category><![CDATA[meandre]]></category>
		<category><![CDATA[parallel programming]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=563</guid>
		<description><![CDATA[Below you may find the slides I used during GECCO 2009 to present the paper titled &#8220;Data-Intensive Computing for Competent Genetic Algorithms: A Pilot Study using Meandre&#8221;. An early preprint in form of technical report can be found as an IlliGAL TR No. 2009001 or the full paper at the ACM digital library Related posts: [...]
Related posts:<ol>
<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='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/2008/11/15/meandre-semantic-driven-data-intensive-flows-in-the-clouds/' rel='bookmark' title='Meandre: Semantic-Driven Data-Intensive Flows in the Clouds'>Meandre: Semantic-Driven Data-Intensive Flows in the Clouds</a></li>
<li><a href='http://www.xavierllora.net/2009/10/09/scaling-genetic-algorithms-using-mapreduce/' rel='bookmark' title='Scaling Genetic Algorithms using MapReduce'>Scaling Genetic Algorithms using MapReduce</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Below you may find the slides I used during <a href="http://www.sigevo.org/gecco-2009/">GECCO 2009</a> to present the paper titled <em>&#8220;Data-Intensive Computing for  Competent Genetic Algorithms:  A Pilot Study using Meandre&#8221;</em>. An early preprint in form of technical report can be found as an <a href="http://www.illigal.uiuc.edu/web/technical-reports/2009/01/29/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre/">IlliGAL TR No. 2009001</a> or the full paper at the <a href="http://portal.acm.org/">ACM digital library</a></p>
<iframe src="http://www.slideshare.net/slideshow/embed_code/1717843" width="425&type=s" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br/><br/>
<p>Related posts:<ol>
<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='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/2008/11/15/meandre-semantic-driven-data-intensive-flows-in-the-clouds/' rel='bookmark' title='Meandre: Semantic-Driven Data-Intensive Flows in the Clouds'>Meandre: Semantic-Driven Data-Intensive Flows in the Clouds</a></li>
<li><a href='http://www.xavierllora.net/2009/10/09/scaling-genetic-algorithms-using-mapreduce/' rel='bookmark' title='Scaling Genetic Algorithms using MapReduce'>Scaling Genetic Algorithms using MapReduce</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/07/13/data-intensive-computing-for-competent-genetic-algorithms-a-pilot-study-using-meandre-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NIGEL 2006 Part VI: Bacardit</title>
		<link>http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/</link>
		<comments>http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:54:27 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[GBML & LCS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[GBML]]></category>
		<category><![CDATA[genetics-based machine learning]]></category>
		<category><![CDATA[LCS]]></category>
		<category><![CDATA[Learning Classifier Systems]]></category>
		<category><![CDATA[NIGEL 2006]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=561</guid>
		<description><![CDATA[After coming back from GECCO I just uploaded the last of the NIGEL 2006 talks at LCS &#38; GBML Central. This last talk was by Jaume Bacardit and GBML for protein structure prediction. Related posts: NIGEL 2006 Part V: Bernardó vs. Lanzi NIGEL 2006 Part III: Butz vs. Barry NIGEL 2006 Part IV: Llorà vs. [...]
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/06/29/nigel-2006-part-v-bernardo-vs-lanzi/' rel='bookmark' title='NIGEL 2006 Part V: Bernardó vs. Lanzi'>NIGEL 2006 Part V: Bernardó vs. Lanzi</a></li>
<li><a href='http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/' rel='bookmark' title='NIGEL 2006 Part III: Butz vs. Barry'>NIGEL 2006 Part III: Butz vs. Barry</a></li>
<li><a href='http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/' rel='bookmark' title='NIGEL 2006 Part IV: Llorà vs. Casillas'>NIGEL 2006 Part IV: Llorà vs. Casillas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After coming back from <a href="http://www.sigevo.org/gecco-2009/">GECCO</a> I just uploaded the last of the <a href="http://www.ncsa.uiuc.edu/Conferences/NIGEL/">NIGEL 2006</a> talks at <a href="http://lcs-gbml.ncsa.uiuc.edu/2009/07/13/nigel-2006-revisited-part-vi-bacardit/">LCS &amp; GBML Central</a>.  This last talk was by Jaume Bacardit and GBML for protein structure prediction.</p>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/06/29/nigel-2006-part-v-bernardo-vs-lanzi/' rel='bookmark' title='NIGEL 2006 Part V: Bernardó vs. Lanzi'>NIGEL 2006 Part V: Bernardó vs. Lanzi</a></li>
<li><a href='http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/' rel='bookmark' title='NIGEL 2006 Part III: Butz vs. Barry'>NIGEL 2006 Part III: Butz vs. Barry</a></li>
<li><a href='http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/' rel='bookmark' title='NIGEL 2006 Part IV: Llorà vs. Casillas'>NIGEL 2006 Part IV: Llorà vs. Casillas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NIGEL 2006 Part V: Bernardó vs. Lanzi</title>
		<link>http://www.xavierllora.net/2009/06/29/nigel-2006-part-v-bernardo-vs-lanzi/</link>
		<comments>http://www.xavierllora.net/2009/06/29/nigel-2006-part-v-bernardo-vs-lanzi/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:30:14 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[GBML & LCS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[GBML]]></category>
		<category><![CDATA[genetics-based machine learning]]></category>
		<category><![CDATA[LCS]]></category>
		<category><![CDATA[Learning Classifier Systems]]></category>
		<category><![CDATA[NIGEL 2006]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=550</guid>
		<description><![CDATA[After the vacation break, two more NIGEL 2006 talks are available at LCS &#38; GBML Central. This week Ester Bernardó presents how LCS can perform in the presence of class imbalance, whereas Lanzi continues his quest on computed predictions. Related posts: NIGEL 2006 Part IV: Llorà vs. Casillas NIGEL 2006 Part VI: Bacardit NIGEL 2006 [...]
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/' rel='bookmark' title='NIGEL 2006 Part IV: Llorà vs. Casillas'>NIGEL 2006 Part IV: Llorà vs. Casillas</a></li>
<li><a href='http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/' rel='bookmark' title='NIGEL 2006 Part VI: Bacardit'>NIGEL 2006 Part VI: Bacardit</a></li>
<li><a href='http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/' rel='bookmark' title='NIGEL 2006 Part III: Butz vs. Barry'>NIGEL 2006 Part III: Butz vs. Barry</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After the vacation break, two more <a href="http://www.ncsa.uiuc.edu/Conferences/NIGEL/">NIGEL 2006</a> talks are available at <a href="http://lcs-gbml.ncsa.uiuc.edu/2009/06/29/nigel-2006-revisited-part-v-bernado-and-lanzi/">LCS &amp; GBML Central</a>.  This week Ester Bernardó presents how LCS can perform in the presence of class imbalance, whereas Lanzi continues his quest on computed predictions. </p>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/' rel='bookmark' title='NIGEL 2006 Part IV: Llorà vs. Casillas'>NIGEL 2006 Part IV: Llorà vs. Casillas</a></li>
<li><a href='http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/' rel='bookmark' title='NIGEL 2006 Part VI: Bacardit'>NIGEL 2006 Part VI: Bacardit</a></li>
<li><a href='http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/' rel='bookmark' title='NIGEL 2006 Part III: Butz vs. Barry'>NIGEL 2006 Part III: Butz vs. Barry</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/06/29/nigel-2006-part-v-bernardo-vs-lanzi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NIGEL 2006 Part IV: Llorà vs. Casillas</title>
		<link>http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/</link>
		<comments>http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 21:20:02 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[GBML & LCS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[GBML]]></category>
		<category><![CDATA[genetics-based machine learning]]></category>
		<category><![CDATA[LCS]]></category>
		<category><![CDATA[Learning Classifier Systems]]></category>
		<category><![CDATA[NIGEL 2006]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=547</guid>
		<description><![CDATA[Two more NIGEL 2006 talks are available at LCS &#38; GBML Central. This week Xavier Llorà presents how linkage learning can be achieve in Pittsburgh LCS, whereas Jorge Casillas reviews his work using XCS and Fuzzy LCS. Related posts: NIGEL 2006 Part II: Dasgupta vs. Booker NIGEL 2006 Part III: Butz vs. Barry NIGEL 2006 [...]
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/' rel='bookmark' title='NIGEL 2006 Part II: Dasgupta vs. Booker'>NIGEL 2006 Part II: Dasgupta vs. Booker</a></li>
<li><a href='http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/' rel='bookmark' title='NIGEL 2006 Part III: Butz vs. Barry'>NIGEL 2006 Part III: Butz vs. Barry</a></li>
<li><a href='http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/' rel='bookmark' title='NIGEL 2006 Part VI: Bacardit'>NIGEL 2006 Part VI: Bacardit</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Two more <a href="http://www.ncsa.uiuc.edu/Conferences/NIGEL/">NIGEL 2006</a> talks are available at <a href="http://lcs-gbml.ncsa.uiuc.edu/2009/06/08/nigel-2006-revisited-part-iv-llora-and-casillas/">LCS &amp; GBML Central</a>.  This week Xavier Llorà presents how linkage learning can be achieve in Pittsburgh LCS, whereas Jorge Casillas reviews his work using XCS and Fuzzy LCS. </p>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/' rel='bookmark' title='NIGEL 2006 Part II: Dasgupta vs. Booker'>NIGEL 2006 Part II: Dasgupta vs. Booker</a></li>
<li><a href='http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/' rel='bookmark' title='NIGEL 2006 Part III: Butz vs. Barry'>NIGEL 2006 Part III: Butz vs. Barry</a></li>
<li><a href='http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/' rel='bookmark' title='NIGEL 2006 Part VI: Bacardit'>NIGEL 2006 Part VI: Bacardit</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NIGEL 2006 Part III: Butz vs. Barry</title>
		<link>http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/</link>
		<comments>http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/#comments</comments>
		<pubDate>Tue, 19 May 2009 14:38:05 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[GBML & LCS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[GBML]]></category>
		<category><![CDATA[genetics-based machine learning]]></category>
		<category><![CDATA[LCS]]></category>
		<category><![CDATA[Learning Classifier Systems]]></category>
		<category><![CDATA[NIGEL 2006]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=545</guid>
		<description><![CDATA[NIGEL 2006 talks is available at LCS &#38; GBML Central. This week Martin Butz review reviews the state of the union of XCS, where as Alwyn Barry introduces the theoretical framework for LCS that he and Jan Drugowitsch worked on. Related posts: NIGEL 2006 Part VI: Bacardit NIGEL 2006 Part II: Dasgupta vs. Booker NIGEL [...]
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/' rel='bookmark' title='NIGEL 2006 Part VI: Bacardit'>NIGEL 2006 Part VI: Bacardit</a></li>
<li><a href='http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/' rel='bookmark' title='NIGEL 2006 Part II: Dasgupta vs. Booker'>NIGEL 2006 Part II: Dasgupta vs. Booker</a></li>
<li><a href='http://www.xavierllora.net/2009/06/29/nigel-2006-part-v-bernardo-vs-lanzi/' rel='bookmark' title='NIGEL 2006 Part V: Bernardó vs. Lanzi'>NIGEL 2006 Part V: Bernardó vs. Lanzi</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ncsa.uiuc.edu/Conferences/NIGEL/">NIGEL 2006</a> talks is available at <a href="http://lcs-gbml.ncsa.uiuc.edu/2009/05/19/nigel-2006-revisited-part-iii-butz-and-barry/">LCS &amp; GBML Central</a>.  This week Martin Butz review reviews the state of the union of XCS, where as Alwyn Barry introduces the theoretical framework for LCS that he and Jan Drugowitsch worked on. </p>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/' rel='bookmark' title='NIGEL 2006 Part VI: Bacardit'>NIGEL 2006 Part VI: Bacardit</a></li>
<li><a href='http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/' rel='bookmark' title='NIGEL 2006 Part II: Dasgupta vs. Booker'>NIGEL 2006 Part II: Dasgupta vs. Booker</a></li>
<li><a href='http://www.xavierllora.net/2009/06/29/nigel-2006-part-v-bernardo-vs-lanzi/' rel='bookmark' title='NIGEL 2006 Part V: Bernardó vs. Lanzi'>NIGEL 2006 Part V: Bernardó vs. Lanzi</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NIGEL 2006 Part II: Dasgupta vs. Booker</title>
		<link>http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/</link>
		<comments>http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/#comments</comments>
		<pubDate>Mon, 11 May 2009 16:08:38 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[GBML & LCS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[GBML]]></category>
		<category><![CDATA[genetics-based machine learning]]></category>
		<category><![CDATA[LCS]]></category>
		<category><![CDATA[Learning Classifier Systems]]></category>
		<category><![CDATA[NIGEL 2006]]></category>

		<guid isPermaLink="false">http://www.xavierllora.net/?p=538</guid>
		<description><![CDATA[The second weekly release of NIGEL 2006 talks is available at LCS &#38; GBML Central. This week Dipankar Dasgupta reviews the negative selection algorithm, where as Lashon Booker travels in time to the past and future of learning classifier systems. Related posts: NIGEL 2006 Part IV: Llorà vs. Casillas NIGEL 2006 Part VI: Bacardit NIGEL [...]
Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/' rel='bookmark' title='NIGEL 2006 Part IV: Llorà vs. Casillas'>NIGEL 2006 Part IV: Llorà vs. Casillas</a></li>
<li><a href='http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/' rel='bookmark' title='NIGEL 2006 Part VI: Bacardit'>NIGEL 2006 Part VI: Bacardit</a></li>
<li><a href='http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/' rel='bookmark' title='NIGEL 2006 Part III: Butz vs. Barry'>NIGEL 2006 Part III: Butz vs. Barry</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The second weekly release of <a href="http://www.ncsa.uiuc.edu/Conferences/NIGEL/">NIGEL 2006</a> talks is available at <a href="http://lcs-gbml.ncsa.uiuc.edu/2009/05/11/nigel-2006-revisited-part-ii-booker-and-dasgupta/">LCS &amp; GBML Central</a>.  This week Dipankar Dasgupta reviews the negative selection algorithm, where as Lashon Booker travels in time to the past and future of learning classifier systems. </p>
<p>Related posts:<ol>
<li><a href='http://www.xavierllora.net/2009/06/08/nigel-2006-part-iv-llora-vs-casillas/' rel='bookmark' title='NIGEL 2006 Part IV: Llorà vs. Casillas'>NIGEL 2006 Part IV: Llorà vs. Casillas</a></li>
<li><a href='http://www.xavierllora.net/2009/07/13/nigel-2006-part-vi-bacardit/' rel='bookmark' title='NIGEL 2006 Part VI: Bacardit'>NIGEL 2006 Part VI: Bacardit</a></li>
<li><a href='http://www.xavierllora.net/2009/05/19/nigel-2006-part-iii-butz-vs-barry/' rel='bookmark' title='NIGEL 2006 Part III: Butz vs. Barry'>NIGEL 2006 Part III: Butz vs. Barry</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.xavierllora.net/2009/05/11/nigel-2006-part-ii-dasgupta-vs-booker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

