<?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>Victus Spiritus &#187; adaptive systems</title>
	<atom:link href="http://www.victusspiritus.com/tag/adaptive-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victusspiritus.com</link>
	<description>a blog by Mark Essel on web technology, startups and design philosophy</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:33:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.victusspiritus.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Sparking Community Growth with Algorithms</title>
		<link>http://www.victusspiritus.com/2011/03/29/sparking-community-growth-with-algorithms/</link>
		<comments>http://www.victusspiritus.com/2011/03/29/sparking-community-growth-with-algorithms/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 13:15:45 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adaptive systems]]></category>
		<category><![CDATA[estimation]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[optimal information]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=8133</guid>
		<description><![CDATA[<p>Today&#8217;s post is inspired by an entrepreneur&#8217;s request for relevance signals, metrics, and algorithms for an under served market his team is targeting. I&#8217;ll generalize the suggestions I sent by email in the hopes that they&#8217;ll improve from critical review &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s post is inspired by an entrepreneur&#8217;s request for relevance signals, metrics, and algorithms for an under served market his team is targeting. I&#8217;ll generalize the suggestions I sent by email in the hopes that they&#8217;ll improve from critical review and serve a broader audience. </p>
<p><span id="more-8133"></span></p>
<p>A common business model for startup efforts is acting as a gravitational hub for previously disconnected communities, and creatively charging a fee for the services rendered. The pattern is to first identify and cultivate community growth, then create the conditions for a market, and finish by slowly ramping up revenue from that market while maximizing growth. Understanding that pattern is neither a necessary nor sufficient condition for success. Timing and good fortune can make or break a business. Do you <a href="http://www.youtube.com/watch?v=u0-oinyjsk0">feel lucky</a>?</p>
<p><I>Warmup Questions</I></p>
<p>I asked a series of questions to help me get a handle on the startup stage and market they are tackling. This is a variation on a standard set of questions I ask whenever I communicate with company founders. These be them*.</p>
<ul>
<li><b>Identify Power Users:</b> How do you plan to identify experts and influencers? This group will form and enforce the community identity as well as provide early growth</li>
<li><b>Monetization:</b> How will you generate revenue and is this in line with client expectations?</li>
<li><b>Know your runway:</b> How are you funding the work now, personal savings, friends and family, investors. How long will it last?</li>
<li><b>Know your market:</b> What market testing have you done to determine the viability of the concept, such as mockup in person walk throughs, manually powered live tests on a site</li>
</ul>
<p>The quality and depth of the answers reveals how the team thinks about the problem and more importantly how much legwork has already been completed. If they&#8217;re generating revenue from an early prototype or growing obscenely fast the above questions are irrelevant. Let&#8217;s move on to the questions that the entrepreneur needed answers to.</p>
<p><I>How do you determine what&#8217;s most relevant to an individual client?</I></p>
<p>There are variety of ways you can determine relevance based on previous engagement by studying analytics and correlation, but the magic comes in cold initialization limited to external social streams, Q&#038;A participation, or alternative shared sources. The questions you&#8217;re trying to answer are <I>who is this potential client</i> and <i>what information would be most relevant to them now</I>. No known algorithms can act as intelligent agents and understand human personas, but there are companies who specialize in understanding individual tastes and dynamic clusters about those interest graphs (see <a href="http://hunch.com">Hunch</a>).</p>
<p><i>Is Your Market Hot?</i></p>
<p>Will it be shortly? If it&#8217;s not an opportunistic play in a hot market, what signals have you seen to expect that the idea will spread? From my own experience, no matter how noble or necessary a given business goal is, without a high level of excitement or interest from early market feedback from at least one group of potential clients, you&#8217;re off target.</p>
<p><i>Market Research Matching</i></p>
<p>If your company mission is to more deeply involve people of underrepresented communities, yet your marketing research has been limited to well represented test groups, you&#8217;ve got a mismatch. There&#8217;s no clear connection between the early test group and the market that you&#8217;ve identified and are working to serve.</p>
<p>This statement may sound harsh to someone close to a project, but it helps frame a new market. Appropriate early research gives shape and plausible initialization to the clusters and topics from which relevance connections will be discovered.</p>
<p><i>Relevance Metrics within Data</i></p>
<p>The methods for identifying relevance are closely related to organization of clients and topics according to specific feature sets. Features may be binary, numeric, geolocation, textual, or anything else you can cook up. Numeric feature vectors are the most practical to work with, so refining other information into numeric representation is advised. </p>
<p>Simple clustering algorithms (kmeans) require a distance metric between the feature vectors. Statistical modes represent the means and covariances within training data. Variations in that cluster identify boundaries of interest (3 sigma soft boundary for Gaussian distributions, convex hull containers for hard boundaries). </p>
<p>Cold starting relevance scores can be thought of as a apriori probability of a new topic feature vector belonging to a certain set (classification). Without any other information or assumptions a uniform probability of cluster membership is a good initial guess.</p>
<p><i>Important signals</i></p>
<p>Social ties between consumers are stronger signals for purchase behavior, but this weighting doesn&#8217;t hold for all topic and action types, ie my parents and friends all have diverse favorite foods. Neighborhoods are important for hyper local issues. Wealth, education, political ties, state vs private jobs vs small business owners, all identify topical relevance to individual clients. </p>
<p>Perhaps one of the largest effects on relevance will be influencers. Who are your clients listening to? Those who passionately describe specific issues with a story which resonates with specific groups, or across groups, will inspire interest and action.</p>
<p><I>Measurements Refine Relevance</I></p>
<p>Analytics are fresh data gathered after an initial guess. When applied they bridge interesting topics with enthusiastic clients. Click action, time on page, and ultimately purchase actions are the most powerful signals you can leverage for rapidly identifying relevance to groups. Apple is shifting it&#8217;s business towards greater design and production of mobile and tablet devices and iOS based on the huge positive purchase actions of their customers.</p>
<p><I>Dynamic Groups and Clusters</I></p>
<p>Groups are dynamic constructs. They may be redefined for each category or topic. Community interests and actions may align within a given category (tech, food, photography, lolcats), but diverge overall. Careful identification of these categories will improve relevance for your user base.</p>
<p>Machine learning techniques can improve relevance over time if the problem is well defined. From the <a href="http://en.wikipedia.org/wiki/Machine_learning">wikipedia page</a></p>
<blockquote><p>
&#8220;A major focus of machine learning research is to automatically learn to recognize complex patterns and make intelligent decisions based on data; the difficulty lies in the fact that the set of all possible behaviors given all possible inputs is too large to be covered by the<br />
set of observed examples (training data). Hence the learner must generalize from the given examples, so as to be able to produce a useful output in new cases.&#8221;
</p></blockquote>
<p>A simple example is object tracking where the Kalman filter is an optimal linear estimator. You have a number of measurements with random errors, line of sight biases, in conjunction with physical models. Given a collection of measurements we can construct the most probable tracks for objects (object state). The more measurements you have, the greater the reduction in uncertainty. The same goes for classification algorithms of feature vectors (the quadratic classifier being one example), and other estimation algorithms.</p>
<p>Notes:<br />
*= &#8220;These be them.&#8221; This is the kind of campy writing you can get away with as a blogger.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2011/03/29/sparking-community-growth-with-algorithms/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2011/03/29/sparking-community-growth-with-algorithms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autonomous Exploration</title>
		<link>http://www.victusspiritus.com/2011/01/16/autonomous-exploration/</link>
		<comments>http://www.victusspiritus.com/2011/01/16/autonomous-exploration/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 13:28:50 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adaptive systems]]></category>
		<category><![CDATA[datamining]]></category>
		<category><![CDATA[far out]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=6645</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://www.victusspiritus.com/wp-content/uploads/2011/01/AutomatedExploration.jpg"></a></p>
<p><span id="more-6645"></span></p>
<p>Inhospitable environments can be mapped and charted due to marvelous new robotics and control system technology. Solar arrays are aligned to maximize collected energy for distant Mars rovers, enabling them to function far from the nearest service station  . Fortunately &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.victusspiritus.com/wp-content/uploads/2011/01/AutomatedExploration.jpg"><img class="aligncenter size-full wp-image-6646" title="AutomatedExploration" src="http://www.victusspiritus.com/wp-content/uploads/2011/01/AutomatedExploration.jpg" alt="" width="432" height="576" /></a></p>
<p><span id="more-6645"></span></p>
<p>Inhospitable environments can be mapped and charted due to marvelous new robotics and control system technology. Solar arrays are aligned to maximize collected energy for distant Mars rovers, enabling them to function far from the nearest service station <img src='http://www.victusspiritus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Fortunately for us, space missions don&#8217;t have a monopoly on the power of machine observations, enabling automated exploration to saturate our society.</p>
<p>Going back a few hundred years <a href="http://www.hrc.utexas.edu/exhibitions/permanent/wfp/">we recorded light</a>, then later <a href="http://en.wikipedia.org/wiki/Phonograph">sound</a>. Until recently, the majority of observations were made manually and stored in shared media. The rise of remote observations from tiny optical fibers, to robotic aircraft, to <a href="http://en.wikipedia.org/wiki/Reflection_seismology">3D seismic imaging</a> has opened a storm of new applications. Now humans can observe what was impossible, or highly impractical only a couple of decades ago. The advantages of autonomous exploration aren&#8217;t limited to atoms either.</p>
<p>The presence of automated data exploration is a necessity of the information age. The design of database technology inherits incredible capability from automated search. Threaded processes can practice concurrent read/write operations on ever growing data collections whether relational or document based. Information dwells beyond the surface of today&#8217;s data, revealing valuable correlations across time and space.</p>
<p><i>Where do we go next?</i></p>
<p>We&#8217;ve developed tools which extend our senses down to the bits of modern memory and far into space. Each year we further map the world around us and our interactions with it. Opportunities to leverage collected data sprout up as fast as meaningful information can be extracted from measurements. </p>
<p>There&#8217;s high demand for sensor system inventors, designers and builders. The measurement infrastructure is paired with a need for database designers, dataminers, and algorithm developers to produce valuable information products from a never ending fount of data.</p>
<p>I can imagine future feedback systems which guide real time sensor designers with immediate information extracted from collections. Advanced navigation of observations will be tightly coupled to data refinement. We&#8217;ll essentially reduce the iteration time between data collection and reduction to practical minimums.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2011/01/16/autonomous-exploration/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2011/01/16/autonomous-exploration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nature Trumps the Laws of Man in the Long Run</title>
		<link>http://www.victusspiritus.com/2010/01/14/nature-trumps-the-laws-of-man-in-the-long-run/</link>
		<comments>http://www.victusspiritus.com/2010/01/14/nature-trumps-the-laws-of-man-in-the-long-run/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:37:23 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adaptive systems]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[social design]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/2010/01/14/nature-trumps-the-laws-of-man-in-the-long-run/</guid>
		<description><![CDATA[<p>The physical &#8220;laws of nature&#8221; thus afforded (there ya go Bastos), extend far beyond the limits of life on Earth. Looking back billions of years at earlier light from the universe illustrates forces that are consistent with our modern understanding &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The physical &#8220;laws of nature&#8221; thus afforded (there ya go Bastos), extend far beyond the limits of life on Earth. Looking back billions of years at earlier light from the universe illustrates forces that are consistent with our modern understanding of gravity. The same system of interacting matter and energies that produced Earth is prevelant as far (back) as we can observe. The exception is early universe radiation, which describes an expanding and highly energetic beginning. Alas, cosmology is beyond the scope of this analysis.<span id="more-2748"></span></p>
<h2>Are there Laws of Life?</h2>
<p>Sacred, beautiful, and relentless are words that describe the balance of life on Earth. For hundreds of millions of years life has evolved in a harsh changing environment. To survive, life was pushed to adapt by environment as well as competition. Forms of life too specialized to a specific environment were first to succumb to drastic changes. Apparently Nature punishes hyper specialization in the long term (so to does economics). From microscopic algae to monolithic whales, all flora and fauna are subject to the demands of survival, procreation, and competition for limited resources. There is no <a href="http://en.m.wikipedia.org/wiki/Charlie_and_the_Chocolate_Factory?wasRedirected=true">golden ticket</a> in Nature that gets you a chocolate factory. You have to work for it, as luck isn&#8217;t a trait that life has been able to manifest by adaption. This holds just as true for the individual as it does for the species.</p>
<h2>The Laws of Man</h2>
<p>In addition to natural laws, humanity has come up with an astounding number of rules regarding ownership. The driving principle of ownership is organized wealth flow. This enables  wealth as a means of motivation, as well as a fluid measure of work/resources. Instead of being forced to do work (slavery), monetary laws allow us to safely strive (in theory) for greater resources, confident that society&#8217;s laws will protect our hard earned property from scam artists, thieves, and brigands (salesmen, patent squatters, &amp; over taxation <img src='http://www.victusspiritus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<h2>Man&#8217;s Law may Trump Natural Law, but only in the Short Term</h2>
<p>Monetary systems have powerful decentralized forms of natural correction. But in such raw systems monopolies can lead to localized market abuse. In reaction, societies have developed laws to discourage such an exploit. All free trade systems are subject to central government authority. The government can make huge shifts of perceived value in desperate times, but are helpless to create actual wealth. People create wealth, not shifts in rule systems (although some sets of rules enhance social wealth creation).</p>
<p>And what of the massive &#8220;wealth&#8221; generating hedge funds and derivatives traders? These organizations are the epitomy of finance. They serve a role in providing liquidity, but what real wealth do agencies which exploit systematic imbalances create? Their labor results in value extracted from all the publicly traded goods they move. That value balancing work results in massive currency, but it is imperative we measure how much real wealth is created by such processes.</p>
<p><strong>Caveat on Laws:</strong> I&#8217;m not a fan of systems with absolute laws (this has exasperated my friend Eli to no end). I believe <a href="http://plato.stanford.edu/entries/laws-of-nature/#PhySpeSci">strict adherence to assumptions of laws</a> leads to an ever growing world of exceptions and excuses. It may even restrict our ability to learn and develop better models. The contrary view is that certain assumptions must be made in order to progress our knowledge of Nature.</p>
<p>My instinct is to use conditional confidence on existing laws based on iterative experiments. We have the most compelling proof that complex adaptive systems are an excellent model to describe nature, because they govern our most <a href="http://www.victusspiritus.com/2010/01/08/why-gods-a-hacker/">fundamental building blocks</a>. Is it too fantastic to believe that Nature is itself an adaptive system?</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://dragonintuitive.com/being-is-productive/">Being Is Productive</a> (dragonintuitive.com)</li>
<li class="zemanta-article-ul-li"><a href="http://dragonintuitive.com/purpose-of-cognition/">Purpose of Cognition</a> (dragonintuitive.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/1adcc2fd-3749-47b7-a083-a259d257a69c/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=1adcc2fd-3749-47b7-a083-a259d257a69c" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2010/01/14/nature-trumps-the-laws-of-man-in-the-long-run/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2010/01/14/nature-trumps-the-laws-of-man-in-the-long-run/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

