<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>machine learning &middot; Arguable Intelligence</title><link>https://ojmason.net/tags/machine-learning/</link><description>Personal musings on computational linguistics, AI, sailing, and generated fiction.</description><language>en-gb</language><managingEditor>Oliver Mason</managingEditor><webMaster>Oliver Mason</webMaster><lastBuildDate>Tue, 28 Mar 2017 16:45:58 +0100</lastBuildDate><atom:link href="https://ojmason.net/tags/machine-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Arguable Intelligence</title><link>https://ojmason.net/arguable-intelligence/</link><guid isPermaLink="true">https://ojmason.net/arguable-intelligence/</guid><pubDate>Tue, 28 Mar 2017 16:45:58 +0100</pubDate><category>ai</category><category>machine learning</category><description>I work in the field of AI. I studied it at university, I read books about AI in my spare time, implement toy systems that operate in the field, and I try to keep uptodate with current developments. And it infuriates me&hellip;
Artificial Intelligence has moved from an academic/applied subject to a marketing buzzword. Every washing machine is now &ldquo;powered by AI&rdquo;. So AI means everything and nothing these days. Let&rsquo;s look at the traditional definitions:</description><content:encoded><![CDATA[<p>I work in the field of AI. I studied it at university, I read books about AI in my spare time,
implement toy systems that operate in the field, and I try to keep uptodate with current developments.
And it infuriates me&hellip;</p>
<p>Artificial Intelligence has moved from an academic/applied subject to a marketing buzzword. Every
washing machine is now &ldquo;powered by AI&rdquo;. So AI means everything and nothing these days. Let&rsquo;s look at
the traditional definitions:</p>
<dl>
<dt>Hard AI</dt>
<dd>the cognitive processes of human beings are implemented in software. By doing so, a computer
basically functions like a human being, the brain being equivalent to a micro processor.</dd>
<dt>Soft AI</dt>
<dd>the cognitive system of a human being is imitated by computer software. There is no claim that
this models human cognition, but the outcomes are the same.</dd>
</dl>
<p>This dichotomy was current when I learned about AI. But now there is a new element which arose in the
past couple of decades with the availability of large amounts of data in all sorts of domains: machine
learning (ML). In ML you basically train a mathematical model with data, which allows you to classify
other data items (which your system has not seen before). Or maybe map between one item (eg an English phrase)
and another (eg an equivalent German phrase). The difference here is that there is <em>no human cognition involved</em>.</p>
<p>AI is a direct reference to cognition, hence the &lsquo;I&rsquo; of it, but ML is not. It&rsquo;s an automaton, which has no
understanding of what it is doing. In early AI systems, domain knowledge was usually modelled in a
representation system, a logical language, a semantic network, whatever.
<a href="https://en.wikipedia.org/wiki/Knowledge_representation_and_reasoning">Knowledge representation</a> was/is an
important aspect of AI, as you cannot have AI without knowledge. In an ML system, knowledge is encoded in
model parameters, numerical values that have no meaning outside the model.</p>
<p>One point that motivates me to work in AI is that we learn about how humans process the world. We find out what
is important, how me make decision, how we evaluate what is better or worse. In ML we just feed a black box with
examples that we have marked up as good or bad, and we get a black box that can distinguish between these categories
with a more or less acceptable accuracy. What have we learned about the process of making that distinction?</p>
<p>Nothing.</p>
<p>To re-iterate, machine learning is not artificial intelligence. It is statistical engineering. I&rsquo;m not denying
that it is useful, but calling it AI is plain wrong, and will undoubtedly lead to a new
<a href="https://en.wikipedia.org/wiki/AI_winter">AI winter</a> once the bubble bursts.</p>
]]></content:encoded></item></channel></rss>