<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2008:/1/tag:72.47.210.69,2007://1.3645-</id>
  <updated>2008-09-24T12:19:26Z</updated>
  <title>Comments for Numenta - Has Artificial Intelligence Arrived?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
  <entry>
    <id>tag:72.47.210.69,2007://1.3645</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=3645" title="Numenta - Has Artificial Intelligence Arrived?" />
    <published>2007-03-27T10:49:51Z</published>
    <updated>2007-12-16T23:11:17Z</updated>
    <title>Numenta - Has Artificial Intelligence Arrived?</title>
    <summary>Jeff Hawkins made a name for himself in the tech industry as the founder of Palm Computing and inventor of the Palm Pilot. He later founded Handspring, where he invented the Treo. If you were a fan of his work then, you are going to love what Jeff is up to now. He is currently...</summary>
    <author>
      <name>Alex Iskold</name>
      <uri>http://www.adaptiveblue.com</uri>
    </author>
    
    <category term="Analysis" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img border="0" src="http://www.readwriteweb.com/images/numenta/numenta_logo2.gif" align="left" hspace="5" vspace="5" width="197" height="47"><a href="http://en.wikipedia.org/wiki/Jeff_Hawkins">Jeff
  Hawkins</a> made a name for himself in the tech industry as the founder of Palm Computing and inventor of the Palm Pilot. He later founded Handspring, where he invented the Treo. If you were a fan of his work then, you are going to love what Jeff is
  up to now. He is currently pursuing his life-long passions, neuroscience and
  intelligence. His latest work made quite a splash a few years ago when he published <a href="http://www.onintelligence.org/">On
  Intelligence</a>. In this thin volume Jeff Hawkins elegantly summarized his
  theory of how the brain gave rise to intelligence. Disputing conventional
  wisdom
  that the brain is complex, or that intelligence is inseparable from other human
  qualities such as emotions, Jeff put forward a proof that human intelligence
  is a function of the neocortex and that it is temporal in nature.</p>
  <p>To prove his theory, Jeff founded <a href="http://www.numenta.com">Numenta</a>
  - a company dedicated to developing algorithms and software based on the ideas
  put forward in the book. This spring Numenta released its first product, an
  experimental software aimed at researchers and advanced developers which
  embodies the algorithms and techniques pioneered by Jeff and his crew. Numenta
  is presenting here at <a href="http://conferences.oreillynet.com/etech/">ETech</a>
  today and so it's a great opportunity to
  familiarize you with these exciting new developments. Has the age of
  Artificial Intelligence arrived? Is it what we thought it would be? Read on to
  find out.</p>
  <p><img src="http://www.readwriteweb.com/images/numenta/numenta0.jpg" width="240" height="191"></p>]]>
      <![CDATA[ <h2>Hierarchical Temporal Memory (HTM)</h2>
  <p>One of the key insights that Jeff had was based on the fact that life has a
  spacio-temporal quality. This is a fancy way of saying that things happen in
  space and time. It is of course basic physics, but Jeff concluded that the
  structure in our brain that models reality, should also have spacio-temporal
  characteristics. After all, a good model is an approximation of the actual
  process. With that, Jeff looked for a part of the brain that would fit the
  description and immediately realized that it is the Neocortex.</p>
  <p>Jeff and his colleagues spent a lot of time studying the neocortext and were
  able to understand its essential operations. Based on their understanding they
  created the Hierarchical Temporal Memory (HTM) model, which captured the essential
  computation by constructing tree-like hierarchies. Like its biological
  forefather, the Neocortext, HTM applies the same algorithm to all inputs. The
  four basic operations performed by each element are:</p>
  <ul>
    <li>Discover causes in the world
    <li>Infer causes of novel input
    <li>Make predictions
    <li>Direct actions</li>
  </ul>
  <p>This model, the scientists claim, simulates what would commonly
  be classified as intelligence.</p>
  <h2>1. Discover causes in the world</h2>
  <p><img src="http://www.readwriteweb.com/images/numenta/numenta1.png" width="344" height="223"></p>
  <p>Similar to the neural networks, HTM does not have any prewired
  classification of the world. Instead, HTM accepts a sequence of spacio-temporal
  inputs and 'learns' the patterns in the input stream. In the diagram above,
  the senses digitize the signal and turn them into bitmaps (or vectors), which
  are then are processed by a classification system. The system then assigns the
  likelihood of a particular cause to each symbol. In plain english, you are
  shown a sequence of pictures of cats and dogs - and each picture you classify as
  either a cat or a dog. But just like we can't do that when we are born,
  neither can HTM. In fact HTM needs to go through a training process before it can
  'learn' to distinguish things.</p>
  <h2>2. Infer causes of novel input</h2>
  <p>A trained HTM is able to assign the likelihood of a particular cause.
  Given a new input, the system then uses its previous knowledge to classify it.
  People actually do the same thing; given a sequence of pictures of cats and
  dogs, there is a chance (small) that we will make a mistake. What is
  particularly interesting is how HTM deals with novel input - it is used to
  continue the learning process. Each new input, along with its temporal aspect,
  is processed by the system and causes the system to change. As an example, think of
  the process involved in recognizing an object via sensory input - we move our
  hands around it in order to recognize the object. Jeff Hawkins
  explains that this ability to handle continuously variable input is one of the keys
  to make the whole system work.</p>
  <p><img src="http://www.readwriteweb.com/images/numenta/numenta2.jpg" width="520" height="323"></p>
  <h2>3. Make predictions</h2>
  <p>The ability to predict or to imagine things is one of the most basic human
  abilities. Forecasting, mental modeling, imagination and
  planning - these are powerful attributes of intelligent behavior in humans,
  which each find place
  in HTM. Each node in the HTM network combines its memory with incoming signals, to
  predict what is going to happen next. This prediction can actually serve as an
  input itself, mimicking the process of imagination in humans. The entire
  network is able to compute a series of future states - so for example, like
  people, it is able to anticipate bad or dangerous situations before they
  actually take place.</p>
  <h2>4. Direct actions</h2>
  <p>Probably the most important thing that people do after they think (most of
  the time) is act. The ability to calculate the sum of all inputs, conclude and do something,
  has been wired into HTM. Since the model itself has no way of interacting with
  the external world, its actions need to essentially go through a translator
  before being implemented (think how brain controls movement for example). So
  in its raw version, HTM actions are just internal commands that can be
  interpreted in various ways. For example, they can be hooked up to the motor
  generator to power physical behavior. In this first version of the model, the
  set of basic behaviors is pre-wired. However even in this early stage, the
  model is capable of generating complex responses by combining the basic
  building blocks.</p>
  <p><img src="http://www.readwriteweb.com/images/numenta/numenta3.png" width="363" height="151"></p>
  <h2>Hal, are you there?</h2>
  <p>So what are we to make of this? Have Jeff Hawkins and his researchers at Numenta
  invented Artificial Intelligence? The answer is yes and no. It is likely that
  some future version of their system is going to be able to pass the famous <a href="http://en.wikipedia.org/wiki/Turing_test">Turing
  Test</a>, but hardly anyone would mistake the Numeta creation for a human being.
  In fact the very beauty of this creation is that it decouples intelligence
  from other human qualities. Jeff and his colleagues invented an algorithm that
  mimics typical computation which occurs in our brains, but it is far from being
  a complete artificial intelligence.</p>
  <p><img src="http://www.readwriteweb.com/images/numenta/numenta4.jpg" width="230" height="230"></p>
  <p>So in terms of moral and ethical implications, right now there are no
  issues. Could there be in the future? Yes. The future generation of this
  algorithm, if implemented in advanced robots, could become closer to what Arnold
  Schwarzenegger so elegantly portrayed in the Terminator series. But seriously,
  as with any technology care must be taken as to how and where it is used.</p>
  <p>In the meantime, we are excited to report on this breakthrough. Jeff's
  invention has paved the road to <b> a new, brain-like computing paradigm</b>. It is
  possible that the long-awaited promise of neural networks and cellular automata is
  finally being delivered. This means that computers will be able to tackle
  problems that come so easy to us, like recognizing faces or seeing patterns in
  music. But since computers are much faster than humans when it comes to
  computation, we also hope that new frontiers will be broken - enabling us to
  solve the problems that were unreachable before.</p>
  <p>This post is based on the <a href="http://www.numenta.com/for-developers/education/general-overview-htm.php">white
  paper</a> on Numenta's web site. We highly recommend it, as it has a lot
  enlightening details about the architecture of HTM. Please take a look and let us
  know what you think about this exciting development.</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30804</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30804" />
    <title>Comment from Phill Midwinter on 2007-03-27</title>
    <author>
        <name>Phill Midwinter</name>
        <uri>http://www.surrch.eu</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.surrch.eu">
        <![CDATA[<p>Things like this are so exciting. Nice article.</p>

<p>As I was writing yesterday, you don't create AI by having a rigid structure you need to let the system draw its own conclusions (right or wrong) and this is what it's all about.</p>]]>
    </content>
    <published>2007-03-27T11:27:20Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30805</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30805" />
    <title>Comment from Emre Sokullu on 2007-03-27</title>
    <author>
        <name>Emre Sokullu</name>
        <uri>http://emresokullu.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://emresokullu.com">
        <![CDATA[<p>Sounds pretty exciting, yes.. But there are tens or maybe even hundreds of similar theories that try to explain how the brain works. Most of them sound really exciting and interesting but there has been no way of replicating this mechanism on man made machines yet. So I keep my breath till they find a way to make it really work, but I'll definitely check this out more.</p>]]>
    </content>
    <published>2007-03-27T12:00:18Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30806</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30806" />
    <title>Comment from Dave Spicer on 2007-03-27</title>
    <author>
        <name>Dave Spicer</name>
        <uri>http://www.davespicer.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.davespicer.org">
        <![CDATA[<p>As an autistic person and the parent of an autistic son, I've been interested in (and writing/speaking about) the characterization of autism - ways in which our functioning/processing seems to differ from the (putative) norm.  The conceptual models posited in this article broaden the range of possibilities to consider.  Thanks!  :-)</p>]]>
    </content>
    <published>2007-03-27T12:30:44Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30807</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30807" />
    <title>Comment from Robert Dewey on 2007-03-27</title>
    <author>
        <name>Robert Dewey</name>
        <uri>http://wantsy.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://wantsy.blogspot.com">
        <![CDATA[<p>Will this also rely on human input? For example, give the computer a picture of a cat, how does it know it's a cat? I really like the "grid" concept; that is, computers can learn from what other computers are doing.</p>

<p>Very interesting.</p>]]>
    </content>
    <published>2007-03-27T15:33:34Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30808</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30808" />
    <title>Comment from Alex Iskold on 2007-03-27</title>
    <author>
        <name>Alex Iskold</name>
        <uri>http://www.adaptiveblue.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adaptiveblue.com">
        <![CDATA[<p>Robert,</p>

<p>It does not rely on human input in that sense. It knows in the similar way that you and I know before we call it a cat. So you form an idea of a thing, you can distinguish it from other things, but you do not need to call it anything. Of course to be able to communicate with people eventually, such system would need to have the natural language mapping.</p>

<p>Alex</p>]]>
    </content>
    <published>2007-03-27T15:38:41Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30809</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30809" />
    <title>Comment from Robert Dewey on 2007-03-27</title>
    <author>
        <name>Robert Dewey</name>
        <uri>http://wantsy.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://wantsy.blogspot.com">
        <![CDATA[<p>Ah, okay... Thanks for the clarification, Alex - that makes perfect sense.</p>]]>
    </content>
    <published>2007-03-27T16:12:54Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30810</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30810" />
    <title>Comment from Philosopher on 2007-03-27</title>
    <author>
        <name>Philosopher</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This sounds like a modern view of french philosopher Henri Bergson about perceptions. See : Matter and Memory 1896<br />
<a href="http://en.wikipedia.org/wiki/Henri_Bergson" rel="nofollow"><a href="http://en.wikipedia.org/wiki/Henri_Bergson" rel="nofollow">http://en.wikipedia.org/wiki/Henri_Bergson</a></a></p>]]>
    </content>
    <published>2007-03-27T17:42:40Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30811</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30811" />
    <title>Comment from Phill Midwinter on 2007-03-27</title>
    <author>
        <name>Phill Midwinter</name>
        <uri>http://www.surrch.eu</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.surrch.eu">
        <![CDATA[<p>I love that as people are exploring AI, Semantics, NLP all those kinds of technologies it inevitably involves psychology and philosophy before you can create a working product.</p>]]>
    </content>
    <published>2007-03-27T17:59:18Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30812</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30812" />
    <title>Comment from Chase on 2007-03-27</title>
    <author>
        <name>Chase</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Bot programming is one of my favorite things to do..creating a mind online to think for you.  I would love to read up more on this. Great work!</p>]]>
    </content>
    <published>2007-03-27T17:59:35Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30813</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30813" />
    <title>Comment from Bob Ellsworth on 2007-03-27</title>
    <author>
        <name>Bob Ellsworth</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I often think of what my wife says about men when it comes to this kind of stuff - "you're not really listening to what I am saying".  Computers and sophisticated algorithms by themselves don't really convey the type of "AI" people are looking to get from their online experience.  Google can scan all the books it wants, but their massive data farms will never feel the emotion from the words it captures.  It will never digest a story about a sports personality and cheer for them inside their digital brains, or cry when a hero dies, or feel that rush of excitement when it comes to the climax in a good thriller.  The Googleplex can never believe in dragons like my little girl because she read about them.  </p>

<p>For that reason, computers cannot ever really truly understand the language.  They can compare things, make words easier to find, even give you information about a shiny red car you see in a video.  Until a digital brain can understand how a person has passion for something or someone or how we can care about a fictional character as much as someone we know (Rachel and Ross), it cannot truly be consdered having "beliefs".  It has contructs and maybe even a little bit of understanding, but only at the most basic level (similar to the worm understanding there is something in front of it, but not knowing what it is or why it is.)</p>

<p>Until computers can feel (which is a very long way off), the best we can do is hope they can approximate us at a superficial level.  Everyone is working to make that approximation better and better, but the best anyone can do is getter better sense of what is in front of the worm.</p>]]>
    </content>
    <published>2007-03-27T18:30:13Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30814</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30814" />
    <title>Comment from Ronald on 2007-03-27</title>
    <author>
        <name>Ronald</name>
        <uri>http://www.theoryvspractice.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.theoryvspractice.com">
        <![CDATA[<p>i am sure this modellimg can provide some further input to the attempts to create human-like intelligence but I think the writer got a bit too excited and perhaps comfused marketing-speak with reality. This model is hardly a breakthrough, it is interesting but as others have mentioned it is very similar to hundreds other such models.</p>]]>
    </content>
    <published>2007-03-27T19:07:42Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30815</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30815" />
    <title>Comment from ai-depot on 2007-03-27</title>
    <author>
        <name>ai-depot</name>
        <uri>http://ai-depot.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://ai-depot.com/">
        <![CDATA[<p>Numenta's technology has huge potential in the fields of pattern recognition and data mining.  That's big business, and with Jeff's marketing skills they can't fail.</p>

<p>But the technology has yet to show that it's capable of more than the old "neural network" architectures that failed in the  past few decades... and whether HTM can ever do deliberative reasoning is another question!</p>

<p>alexjc</p>]]>
    </content>
    <published>2007-03-27T19:13:00Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30816</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30816" />
    <title>Comment from me on 2007-03-27</title>
    <author>
        <name>me</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>"It will never digest a story about a sports personality and cheer for them inside their digital brains, or cry when a hero dies, or feel that rush of excitement when it comes to the climax in a good thriller. The Googleplex can never believe in dragons like my little girl because she read about them."</p>

<p>Not true.  It could be programmed to do that, just as your brain is.  It's all just data in one form or another...it's just very difficult for an individual to understand that what they "feel" as emotions or pain is the feedback mechanism internal to the processing of this "data".</p>

<p>Finally, HTM is really just another learning algorithm very similar to what already exists in the field of data mining.</p>

<p>Data mining programs have been able to infer causes and relationships for a long time...this isn't the breakthrough that the company wants you to think it is.</p>]]>
    </content>
    <published>2007-03-27T19:45:05Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30817</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30817" />
    <title>Comment from awesomo on 2007-03-27</title>
    <author>
        <name>awesomo</name>
        <uri>http://smart-machines.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://smart-machines.blogspot.com">
        <![CDATA[<p>Can someone point me to any peer reviewed scientific publications on HTM? I haven't read the guy's book and from your description (and the one on their website) it does not sound all that exciting or different than many other approaches that try to model temporal and spatial hierarchies. It is very easy to develop a general theory that says abstract this and that and you can solve the biggest problems, but once you start looking at the actual complexity of hierarchical solutions, you realize that the models are still highly intractable. I wouldn't get too excited about this.</p>]]>
    </content>
    <published>2007-03-27T19:58:04Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30818</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30818" />
    <title>Comment from DJ Baishya on 2007-03-27</title>
    <author>
        <name>DJ Baishya</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Really interesting.</p>

<p>PS: I think that elephant image has been taken from my 4th/5th grade CBSE English text book:)</p>]]>
    </content>
    <published>2007-03-27T20:08:09Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30819</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30819" />
    <title>Comment from WaterBreath on 2007-03-27</title>
    <author>
        <name>WaterBreath</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I think the essence of what Bob Ellsworth is getting at a few posts back is that we can create a machine capable of human-like intelligence, but that does not mean it will be capable of developing a human-like personality.</p>

<p>There is a lot of philosophy out there on this topic.  I think some of the best of it has to do with the marriage of mind with matter.  Some of the things that make us distinctly human are rooted in the physical.  Particularly, the senses that are available to us, our sense of pain and desire for self-preservation, our sense of age and mortality, our sense of pleasure, our ability to physically produce offspring, and the linkage of pleasure to physical activities and non-physical abstractions such as wealth, power, camaraderie, etc.</p>

<p>Here are the steps I think we would need to take _after_ we develop a machine capable of human-like intelligence, to achieve something close to an artificial human-like personality:</p>

<p>1) Place the intelligence in a body that has human-like senses: vision and hearing are most important.  Touch is important as well, but could come later.  Smell and taste could come even further down the line.</p>

<p>2) Place the intelligence in a body that has a roughly human-like form. o</p>]]>
    </content>
    <published>2007-03-27T21:27:58Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30820</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30820" />
    <title>Comment from Jordan on 2007-03-27</title>
    <author>
        <name>Jordan</name>
        <uri>http://www.smartamerican.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.smartamerican.com">
        <![CDATA[<p>I don't mean to be a negatron but this isn't nearly as academically exciting as the title implies and the article is a bit misleading. The 4 step operations remind me of Brooks's 3 step dynamic approach to AI but with more real world knowledge applied. As for the quote about passing the Turing test, sorry but not through this approach. "capable of human-like intelligence, but that does not mean it will be capable of developing a human-like personality." != being able to pass the Turing test. Without an integrated approach to perception and understanding like that being tackled at FARG, you can keep dreaming about Alan's famous standard. It's interesting work nonetheless, and if you combined this with cutting edge bayesian models you could really have something, I mean Google's worth billions from far worse algorithms....hint hint....(*thinks about investing in Numenta)</p>

<p>Jordan</p>]]>
    </content>
    <published>2007-03-27T22:10:32Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30821</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30821" />
    <title>Comment from robert on 2007-03-27</title>
    <author>
        <name>robert</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>If I could run a little program on my computer that traded my stock portfolio as well or better than any human has ever done, I wouldn't really care whether it could pass a Turing test or had emotions.</p>

<p>Maybe I'll live long enough to see machines who believe they have consciousness and feelings.  For now, I'd be delighted to settle for one that could do the simple useful things.  Like laundry, cooking, cleaning, or even just piloting a Furby in amusing ways.</p>]]>
    </content>
    <published>2007-03-28T00:16:27Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30822</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30822" />
    <title>Comment from Thijs on 2007-03-27</title>
    <author>
        <name>Thijs</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>"It is likely that some future version of their system is going to be able to pass the famous Turing Test"</p>

<p>And exactly why is this likely? I didn't see this prediction substantiated? Just like others say, why is this so much different from Neural Networks? Nonetheless, I like to read more about these kinds of developments. Keep the interesting news coming!</p>]]>
    </content>
    <published>2007-03-28T01:09:01Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30823</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30823" />
    <title>Comment from ellis on 2007-03-27</title>
    <author>
        <name>ellis</name>
        <uri>http://geeklab.net/ellis/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://geeklab.net/ellis/">
        <![CDATA[<p>OK - I was all for AI then I started thinking..</p>

<p>If they can make AI understand input that is not of proper grammar, spelling and punctuation that would be great. An AI that can really get the data I want to see. For example, if I ask for schematics for a low noise guitar pre amp and it comes back with something close to being 100% valid, that would be good. If the AI can look at the schematic pictures or ASCII text - break it down, look at the components, find the specs and do a SPICE check on it and come back with the top 10 schematics, that would be great - but a little scary. If it can do that and then come up with it's own schematics and SPICE results and even possible PCB designs, that's where I would be scared. </p>

<p>Why would I be scared? Well I'm a professional programmer. If I were to ask the AI "I would like to have an eCommerce program that did this, that and some other things in PHP" and it came back with a whole system that it programmed with all the features I wanted and more (including making it secure and optimized) then I would be out of job along with a lot of other people in other industries.</p>]]>
    </content>
    <published>2007-03-28T04:32:02Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30824</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30824" />
    <title>Comment from watch free tv online on 2007-03-28</title>
    <author>
        <name>watch free tv online</name>
        <uri>http://freetube.us.tc</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://freetube.us.tc">
        <![CDATA[<p>WOW..but it's a far cry until we can put this technology into use to work even slightly reliably.</p>]]>
    </content>
    <published>2007-03-28T09:43:32Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30825</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30825" />
    <title>Comment from Eray on 2007-03-28</title>
    <author>
        <name>Eray</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I should probably carefully read the white paper before saying this, but on a first sight I wonder what's the novelity of this "algorithm" ?? As a so called "expert" I cannot really see a decisive difference between this model and other existing models.<br />
To alex:<br />
"...which are then are processed by a classification system" . The classification system is crucial for the perfomance of a neural system, so it's a little irritating that you don't lose a word about it...</p>

<p>"The answer is yes and no. It is likely that some future version of their system is going to be able to pass the famous Turing Test".<br />
I would be very careful about this kind of conclusions. Really, some researchers might be quite pissed now ;)</p>]]>
    </content>
    <published>2007-03-28T11:11:37Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30826</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30826" />
    <title>Comment from Alex Iskold on 2007-03-28</title>
    <author>
        <name>Alex Iskold</name>
        <uri>http://www.adaptiveblue.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adaptiveblue.com">
        <![CDATA[<p>@22 Eray, your need to look at the exact algorithms to see the difference, but main difference between HTM and NN is that HTM takes into consideration temporal patterns and that it thrives on processing different inputs.</p>

<p>Re: Turing Test. I am pretty careful ;) I have masters in computer science and spent 8 years studying complex systems, information theory and computability. Obviously any conclusion that I draw is subjective, but my point of view that this approach in the future might lead to a system that can pass Turing Test.</p>

<p>Alex</p>]]>
    </content>
    <published>2007-03-28T13:37:17Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30827</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30827" />
    <title>Comment from David on 2007-03-28</title>
    <author>
        <name>David</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>From the this writeup (and some of the numenta marketing copy), one could think that Mr Hawkins has just single-handedly invented the field of machine learning.</p>

<p>A slightly more grounded comparison between this and existing ML work is on their pg <a href="http://www.numenta.com/for-developers/education/HTM_Comparison.pdf" rel="nofollow">here</a>.</p>

<p>If you are interested in actually reading up on this sort of thing, you could check out the <a href="http://en.wikipedia.org/wiki/Machine_learning" rel="nofollow">wikipedia</a> stuff (which is actually pretty good), or recent papers from these conferences/journals:<br />
<a href="nips.cc/" rel="nofollow">NIPS</a>  <br />
<a href="jmlr.csail.mit.edu/" rel="nofollow">JMLR</a><br />
<a href="www.icml2006.org/" rel="nofollow">ICML</a></p>]]>
    </content>
    <published>2007-03-28T13:44:26Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30828</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30828" />
    <title>Comment from David on 2007-03-28</title>
    <author>
        <name>David</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>oops those journal links got messed up</p>

<p><a href="www.nips.cc/" rel="nofollow">NIPS</a>  <br />
<a href="http://jmlr.csail.mit.edu/" rel="nofollow">JMLR</a><br />
<a href="http://www.google.com/search?q=icml" rel="nofollow">ICML</a></p>]]>
    </content>
    <published>2007-03-28T13:50:16Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30829</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30829" />
    <title>Comment from Nernie on 2007-03-28</title>
    <author>
        <name>Nernie</name>
        <uri>http://www.nernieandbert.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.nernieandbert.com/">
        <![CDATA[<p>There are some interesting ideas here, but the hard part of AI research is making the ideas concrete and running experiments to find the relative strengths and weaknesses between your approach and other related (there are MANY) approaches.</p>

<p>If this is so revolutionary, why not publish the work in peer-reviewed conferences or journals (like the ones listed above)?  Until then, I say it's too hard to tell how worthwhile this is.</p>]]>
    </content>
    <published>2007-03-28T16:19:42Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30830</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30830" />
    <title>Comment from kaz on 2007-03-28</title>
    <author>
        <name>kaz</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Very nice article.</p>]]>
    </content>
    <published>2007-03-29T01:32:57Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30831</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30831" />
    <title>Comment from Bob Ellsworth on 2007-03-30</title>
    <author>
        <name>Bob Ellsworth</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>My excitement will be peaked when any kind of algoritm can do the following: tell the difference between "love" - like "I love you" and "I would love for you to die"</p>

<p>Entirely different things, but the same word.  Even a 5 year old can tell the difference.  But not the giant brain at Google.  It could if we put in all the rules about what we are searching, but you can't say "show me all the emotionally positive results with the word LOVE".  Maybe you can program in this kind of emotional discretion, but I don't see it happening anytime soon.</p>

<p>Everything else is simply refining the search algoritm.  What I am talking about is changing the structure of search from words to feelings/emotions/visuals (exciting car, cool shoes, etc.)</p>]]>
    </content>
    <published>2007-03-30T15:46:13Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30832</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30832" />
    <title>Comment from Brian E. Machado on 2007-04-03</title>
    <author>
        <name>Brian E. Machado</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>HTM, once developed further, will prove to be an asset to mankind. It will allow us to be removed from mundane to dangerous situations that do not require certain variables as well as values that ‚Äúonly " the human mind can fully comprehend. </p>

<p>‚ÄúI think therefore I am ‚Äúis a quote that exemplifies the realization of man as a cognitive self-aware being. Any form of AI could only hope to mimic the minds reactions, but will never capture the true essence of ‚ÄúI am......"</p>]]>
    </content>
    <published>2007-04-03T21:46:31Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3645-comment:30833</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3645" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php#c30833" />
    <title>Comment from asdfasd on 2007-04-03</title>
    <author>
        <name>asdfasd</name>
        <uri>http://www.lost.eu/38606</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.lost.eu/38606">
        <![CDATA[<p>www.lost.eu/38606</p>

<p>^^ thought it was relevant.</p>]]>
    </content>
    <published>2007-04-04T04:40:02Z</published>
  </entry>

</feed>