<?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>Acuña, A. Weblog</title>
	<atom:link href="http://analyst.cl/feed/" rel="self" type="application/rss+xml" />
	<link>http://analyst.cl</link>
	<description>Research &#38; Others</description>
	<lastBuildDate>Mon, 22 Aug 2011 03:46:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='analyst.cl' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Acuña, A. Weblog</title>
		<link>http://analyst.cl</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://analyst.cl/osd.xml" title="Acuña, A. Weblog" />
	<atom:link rel='hub' href='http://analyst.cl/?pushpress=hub'/>
		<item>
		<title>Genetic Programming for Price Estimation</title>
		<link>http://analyst.cl/2011/08/22/gpforprice/</link>
		<comments>http://analyst.cl/2011/08/22/gpforprice/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 03:46:42 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Price Estimation]]></category>

		<guid isPermaLink="false">http://analyst.cl/?p=4</guid>
		<description><![CDATA[Genetic programming uses the principles of Darwinian evolution to improve coded solutions to solve a particular problem, the focus is to determine a fitness function whose better quantifies the quality of each one of these solutions candidates. It is possible to automatically generate complex models using basic building blocks like a statistical function or mathematical [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=analyst.cl&amp;blog=26401773&amp;post=4&amp;subd=analystcl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Genetic programming uses the principles of Darwinian evolution to improve coded solutions to solve a particular problem, the focus is to determine a fitness function whose better quantifies the quality of each one of these solutions candidates. It is possible to automatically generate complex models using basic building blocks like a statistical function or mathematical model, to perform this task, this model uses a set of training data and another one for validation.</p>
<p><a href="http://analystcl.files.wordpress.com/2011/08/21-08-2011-23-44-15.png"><img class="size-full wp-image-22 alignleft" title="21-08-2011 23-44-15" src="http://analystcl.files.wordpress.com/2011/08/21-08-2011-23-44-15.png?w=415&#038;h=210" alt="" width="415" height="210" /></a>On this approach I&#8217;m going to use <a title="Eureqa" href="http://creativemachines.cornell.edu/eureqa">Eureqa</a> as genetic programming platform. I&#8217;ll perform this experiment on Copper year average price, between 1908 and 2010, and all the data is going to be expressed by 2012 c/lb (the data is <a href="http://tinypaste.com/20560">here</a>).</p>
<p>Determine a future price, by way of speculation, is a complex task and usually consists in the study of the macroeconomic environment for demand and offer projections. To express the power of this technique only one variable is going to be inserted in models, the <strong>price</strong>.</p>
<p>This model includes the time driven <em>price = f(t)</em> with a<em> t</em> variable normalized from <em>0 &lt; t &lt; 104</em>, from 1908 to 2010. The building blocks with presence in the model are:</p>
<ol>
<li>Constant</li>
<li>Addition <em>(+)</em></li>
<li>Subtraction <em>(-)</em></li>
<li>Multiplication <em>(*)</em></li>
<li>Division <em>(/)</em></li>
<li>Square root <em>(sqrt())</em></li>
<li>Exponential <em>(exp())</em></li>
<li>Logarithm <em>(log())</em></li>
<li>Sine <em>(sin())</em></li>
<li>Cosine <em>(cos())</em></li>
</ol>
<p>This model evolve from those simple functions to a more complex and robust model.</p>
<p style="text-align:center;"><a href="http://analystcl.files.wordpress.com/2011/08/g1.png"><img class="size-full wp-image-36 aligncenter" title="g1" src="http://analystcl.files.wordpress.com/2011/08/g1.png?w=570&#038;h=305" alt="" width="570" height="305" /></a><strong>f(t) = 201</strong><strong>.52</strong></p>
<p style="text-align:center;">____________________________________________________________________</p>
<p style="text-align:center;"><a href="http://analystcl.files.wordpress.com/2011/08/g2.png"><img class="size-full wp-image-37 aligncenter" title="g2" src="http://analystcl.files.wordpress.com/2011/08/g2.png?w=570&#038;h=305" alt="" width="570" height="305" /></a><strong>f(t) = 198.37224 + exp(t &#8211; 97.702019)</strong></p>
<p style="text-align:center;">____________________________________________________________________</p>
<p style="text-align:center;"><strong><a href="http://analystcl.files.wordpress.com/2011/08/g3.png"><img class="size-full wp-image-38 aligncenter" title="g3" src="http://analystcl.files.wordpress.com/2011/08/g3.png?w=570&#038;h=305" alt="" width="570" height="305" /></a>f(t) = 160.41377 + t + 100.30139*cos(3382842.3 + 270026.06*t)</strong></p>
<p style="text-align:center;">____________________________________________________________________</p>
<p style="text-align:center;"><a href="http://analystcl.files.wordpress.com/2011/08/g4.png"><img class="size-full wp-image-39 aligncenter" title="g4" src="http://analystcl.files.wordpress.com/2011/08/g4.png?w=570&#038;h=305" alt="" width="570" height="305" /></a></p>
<p style="text-align:center;"><strong>f(t) = 161.58005 + 0.76148409*t + 83.019974*cos(3387900.3 + 270026.06*t) + (16.248167*cos(247608.23*t) &#8211; 6.5617723)/(sin(0.14720485*t &#8211; 0.21756491) &#8211; 1.1168232)</strong></p>
<p style="text-align:center;">____________________________________________________________________</p>
<p style="text-align:center;"><a href="http://analystcl.files.wordpress.com/2011/08/g5.png"><img class="size-full wp-image-40 aligncenter" title="g5" src="http://analystcl.files.wordpress.com/2011/08/g5.png?w=570&#038;h=305" alt="" width="570" height="305" /></a></p>
<p style="text-align:center;"><strong>f(t) = 153.59105 + t + 60.296329*cos(3308336.3 + 270026.06*t) + 0.50310683*t*cos(3308336.3 + 270026.06*t) + (12.723234*cos(247608.23*t) &#8211; 5.730453)/(sin(0.1461011*t) &#8211; 1.0796438)</strong></p>
<p style="text-align:center;">____________________________________________________________________</p>
<p style="text-align:center;"><a href="http://analystcl.files.wordpress.com/2011/08/g6.png"><img class="size-full wp-image-41 aligncenter" title="g6" src="http://analystcl.files.wordpress.com/2011/08/g6.png?w=570&#038;h=305" alt="" width="570" height="305" /></a></p>
<p style="text-align:center;"><strong>f(t) = 158.66541 + 0.89893383*t + 63.091679*cos(3485792.3 + 270026.06*t) + 0.43873021*t*cos(3485792.3 + 270026.06*t) + (11.811392*cos(247608.23*t) &#8211; 4.8052697)/(sin(0.14508452*t) &#8211; 1.0796713)</strong></p>
<p style="text-align:center;">____________________________________________________________________</p>
<p style="text-align:left;">You can see that the models can grow in complexity to fully adapt to the function, one of the reasons why, is because, it evaluates accuracy and correctness in the sense to not over-exploit the growth, this is limited, integrating a &#8220;size of solution&#8221; into the fitness function. Finally, the model statistics into the price function reveals that this model has top-level predictive qualities.</p>
<p style="text-align:left;"><a href="http://analystcl.files.wordpress.com/2011/08/statistic.png"><img class="size-full wp-image-49 aligncenter" title="statistic" src="http://analystcl.files.wordpress.com/2011/08/statistic.png?w=330&#038;h=332" alt="" width="330" height="332" /></a></p>
<p style="text-align:left;">Now, here are the average price for the next 20 years.</p>
<ul>
<li><strong>2012 c/lb year</strong></li>
</ul>
<ul>
<li>341.080   2011</li>
<li>347.513   2012</li>
<li>354.029   2013</li>
<li>353.202   2014</li>
<li>362.227   2015</li>
<li>367.775   2016</li>
<li>369.755   2017</li>
<li>368.177   2018</li>
<li>272.395   2019</li>
<li>155.904   2020</li>
<li>313.730   2021</li>
<li>157.618   2022</li>
<li>343.032   2023</li>
<li>163.853   2024</li>
<li>366.379   2025</li>
<li>187.156   2026</li>
<li>378.768   2027</li>
<li>220.690   2028</li>
<li>378.730   2029</li>
<li>260.870   2030</li>
<li>377.019   2031</li>
</ul>
<p style="text-align:left;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/analystcl.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/analystcl.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/analystcl.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/analystcl.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/analystcl.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/analystcl.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/analystcl.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/analystcl.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/analystcl.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/analystcl.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/analystcl.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/analystcl.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/analystcl.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/analystcl.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=analyst.cl&amp;blog=26401773&amp;post=4&amp;subd=analystcl&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://analyst.cl/2011/08/22/gpforprice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d09efee7ead4eadfc16d4d4364bcd9fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">analystcl</media:title>
		</media:content>

		<media:content url="http://analystcl.files.wordpress.com/2011/08/21-08-2011-23-44-15.png" medium="image">
			<media:title type="html">21-08-2011 23-44-15</media:title>
		</media:content>

		<media:content url="http://analystcl.files.wordpress.com/2011/08/g1.png" medium="image">
			<media:title type="html">g1</media:title>
		</media:content>

		<media:content url="http://analystcl.files.wordpress.com/2011/08/g2.png" medium="image">
			<media:title type="html">g2</media:title>
		</media:content>

		<media:content url="http://analystcl.files.wordpress.com/2011/08/g3.png" medium="image">
			<media:title type="html">g3</media:title>
		</media:content>

		<media:content url="http://analystcl.files.wordpress.com/2011/08/g4.png" medium="image">
			<media:title type="html">g4</media:title>
		</media:content>

		<media:content url="http://analystcl.files.wordpress.com/2011/08/g5.png" medium="image">
			<media:title type="html">g5</media:title>
		</media:content>

		<media:content url="http://analystcl.files.wordpress.com/2011/08/g6.png" medium="image">
			<media:title type="html">g6</media:title>
		</media:content>

		<media:content url="http://analystcl.files.wordpress.com/2011/08/statistic.png" medium="image">
			<media:title type="html">statistic</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://analyst.cl/2011/08/20/hello-world/</link>
		<comments>http://analyst.cl/2011/08/20/hello-world/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 21:02:05 +0000</pubDate>
		<dc:creator>Karim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://analystcl.wordpress.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin dashboard) to start a fresh post. Here are some suggestions for your first post. You can find new ideas for what to blog about by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=analyst.cl&amp;blog=26401773&amp;post=1&amp;subd=analystcl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. After you read this, you should delete and write your own post, with a new title above. Or hit <a title="Direct link to the Add New in the Admin Dashboard" href="/wp-admin/post-new.php">Add New</a> on the left (of the <a title="Direct link to this blog's admin dashboard" href="/wp-admin">admin dashboard</a>) to start a fresh post.</p>
<p><a title="Learn WordPress.com—From zero to hero." href="http://learn.wordpress.com/">Here</a> are some suggestions for your first post.</p>
<ol>
<li>You can find new ideas for what to blog about by reading <a title="The Daily Post at WordPress.com—post something every day" href="http://dailypost.wordpress.com/">the Daily Post</a>.</li>
<li>Add <a title="Click the &quot;Press This&quot; link on this page to activate the Press this bookmark feature." href="/wp-admin/tools.php">PressThis</a> to your browser. It creates a new blog post for you about any interesting  page you read on the web.</li>
<li><a title="Edit the first post on this blog." href="/wp-admin/post.php?post=1&amp;action=edit">Make some changes to this page</a>, and then hit preview on the right. You can always preview any post or edit it before you share it to the world.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/analystcl.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/analystcl.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/analystcl.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/analystcl.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/analystcl.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/analystcl.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/analystcl.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/analystcl.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/analystcl.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/analystcl.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/analystcl.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/analystcl.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/analystcl.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/analystcl.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=analyst.cl&amp;blog=26401773&amp;post=1&amp;subd=analystcl&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://analyst.cl/2011/08/20/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d09efee7ead4eadfc16d4d4364bcd9fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">analystcl</media:title>
		</media:content>
	</item>
	</channel>
</rss>
