introduction

master
Charles Iliya Krempeaux 2023-12-16 14:05:44 -08:00
parent cace0fd12d
commit 94e054b981
3 changed files with 112 additions and 38 deletions

View File

@ -196,6 +196,7 @@
<section id="S">
<h2>S</h2>
<ul>
<li><a href="sci-fi-ai/">sci-fi-ai</a></li>
<li><a href="softmax/">softmax</a></li>
<li><a href="software/">software</a></li>
<li><a href="sql/">sql</a></li>

View File

@ -8,6 +8,7 @@
<main>
<article>
<hgroup>
<h1>Introduction</h1>
@ -29,51 +30,26 @@
<p>
A common way for normal people (who are <em>not</em> specialists in <strong>artificial-intelligence</strong>) to think about <strong>artificial-intelligence</strong> is
to imagine an <em>artificial-brain</em> along with <em>humanoid robots</em> — robots that with 2 legs, 2 arms, a head, and the general form of a human, that walk and talk similar to a human.
to imagine an <em>artificial-brain</em> along with <em>humanoid robots</em>
robots that with 2 legs, 2 arms, a head, and the general form of a human, that walk and talk similar to a human.
I.e., a common way for normal people (who are <em>not</em> specialists in <strong>artificial-intelligence</strong>) to think about <strong>artificial-intelligence</strong> is to imagine an <strong>android</strong>.
</p>
</section>
<section>
<h2>Sci-Fi <abbr title="artificial-intelligence">AI</abbr></h2>
<p>
These (non-specialist) conceptions of <strong>artificial-intelligence</strong> (also) get expressed in science-fiction fictional-worlds.
Some example of this includes:
Although this lay-person conception of <strong>artificial-intelligence</strong> (as an <strong>android</strong>) is definitely a type of <strong>artificial-intelligence</strong>
<strong>artificial-intelligence</strong> is broader than, even simpler than, this.
I.e., <strong>artificial-intelligence</strong> is more than just <strong>androids</strong>.
</p>
<ul>
<li><strong>Adam Link</strong> from <strong>I, Robot</strong>,</li>
<li><strong>Alpha 5</strong> from <strong>Power Rangers</strong>,</li>
<li><strong>Astro Boy</strong> (also known as <strong>Mighty Atom</strong>) from the fictional-world of the same name — <strong>Astro Boy</strong>,</li>
<li>the <strong>B.A.T.s</strong> from <strong>G.I. Joe</strong>,</li>
<li><strong>B.O.B.</strong> from <strong>The Black Hole</strong>,</li>
<li><strong>C-3PO</strong> from <strong>Star Wars</strong>,</li>
<li><strong>Cosmos</strong> from <strong>Transformers</strong>,</li>
<li>the <strong>Cylons</strong> from <strong>Battlestar Galactica</strong>,</li>
<li><strong>Data</strong> from <strong>Star Trek: The Next Generation</strong>,</li>
<li><strong>B-9</strong> from <strong>Lost in Space</strong>,</li>
<li><strong>Gort</strong> from <strong>The Day the Earth Stood Still</strong>,</li>
<li><strong>HAL 9000</strong> from <strong>2001: A Space Odyssey</strong>,</li>
<li><strong>Johnny 5</strong> from <strong>Short Circuit</strong>,</li>
<li><strong>K-2SO</strong> from <strong>Star Wars</strong>,</li>
<li><strong>Maximillian</strong> from <strong>The Black Hole</strong>,</li>
<li><strong>Metalhead</strong> from <strong>Teenager Mutant Ninja Turtles</strong> (<abbr title ="Teenager Mutant Ninja Turtles">TMNT</abbr>),</li>
<li><strong>R2-D2</strong> from <strong>Star Wars</strong>,</li>
<li><strong>Ravage</strong> from <strong>Transformers</strong>,</li>
<li>the <strong>Replicators</strong> from <strong>Stargate SG-1</strong>,</li>
<li><strong>Rosey</strong> from <strong>The Jetsons</strong>,</li>
<li><strong>Soundwave</strong> from <strong>Transformers</strong>,</li>
<li><strong>Swerve</strong> from <strong>Transformers</strong>,</li>
<li><strong>Tik-Tok</strong> from <strong>Oz</strong>,</li>
<li><strong>The Doctor</strong> from <strong>Star Trek: Voyager</strong>,</li>
<li><strong>The Dummy</strong> from <strong>A Clever Dummy</strong>,</li>
<li><strong>Twiki</strong> from <strong>Buck Rogers in the 25th Century</strong>,</li>
<li><strong>Ultron</strong> from <strong>Marvel Comics</strong>,</li>
<li><strong>V.I.N.CENT</strong> from <strong>The Black Hole</strong>,</li>
<li>and many many many others.</li>
</ul>
<p>
There are large number of these types of conceptions of <strong>artificial-intelligence</strong> in science-fiction fictional-worlds!
But more on that later — let's explore the lay-person conception of <strong>artificial-intelligence</strong> a bit more.
</p>
</section>
</article>
</main>
<nav>
<a rel="next" href="../sci-fi-ai/">next page</a>
</nav>

View File

@ -0,0 +1,97 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Sci-Fi Artificial Intelligence</title>
</head>
<body>
<main>
<article>
<hgroup>
<h1>Sci-Fi Artificial Intelligence</h1>
<p><small>(<a href="../">Artificial Intelligence</a>)</small></p>
</hgroup>
<section>
<address class="h-card">
by
<a rel="author" class="u-url" href="http://changelog.ca/"><span class="p-given-name">Charles</span> <span class="p-additional-name">Iliya</span> <span class="p-family-name">Krempeaux</span></a>
</address>
</section>
<section>
<p>
A common way for normal people (who are <em>not</em> specialists in <strong>artificial-intelligence</strong>) to imagine <strong>artificial-intelligence</strong> is to imagine an <strong>android</strong>
a robot that looks like and behaves like a human.
</p>
<p>
Although an <strong>androids</strong> is definitely a type of <strong>artificial-intelligence</strong>
in reality <strong>artificial-intelligence</strong> is broader than, and even includes things that are mucm much much simpler than, <strong>androids</strong>.
</p>
<p>
But this (non-specialist) lay-person concept of <strong>artificial-intelligence</strong> as an <strong>android</strong> pervasive.
In fact, it is so pervasive that it (also) get expressed in science-fiction fictional-worlds.
Some examples of this includes:
</p>
<ul>
<li><strong>Adam Link</strong> from <strong>I, Robot</strong>,</li>
<li><strong>Alpha 5</strong> from <strong>Power Rangers</strong>,</li>
<li><strong>Astro Boy</strong> (also known as <strong>Mighty Atom</strong>) from the fictional-world of the same name — <strong>Astro Boy</strong>,</li>
<li>the <strong>B.A.T.s</strong> from <strong>G.I. Joe</strong>,</li>
<li><strong>B.O.B.</strong> from <strong>The Black Hole</strong>,</li>
<li><strong>C-3PO</strong> from <strong>Star Wars</strong>,</li>
<li><strong>Cosmos</strong> from <strong>Transformers</strong>,</li>
<li>the <strong>Cylons</strong> from <strong>Battlestar Galactica</strong>,</li>
<li><strong>Data</strong> from <strong>Star Trek: The Next Generation</strong>,</li>
<li><strong>B-9</strong> from <strong>Lost in Space</strong>,</li>
<li><strong>Gort</strong> from <strong>The Day the Earth Stood Still</strong>,</li>
<li><strong>HAL 9000</strong> from <strong>2001: A Space Odyssey</strong>,</li>
<li><strong>Johnny 5</strong> from <strong>Short Circuit</strong>,</li>
<li><strong>K-2SO</strong> from <strong>Star Wars</strong>,</li>
<li><strong>Maximillian</strong> from <strong>The Black Hole</strong>,</li>
<li><strong>Metalhead</strong> from <strong>Teenager Mutant Ninja Turtles</strong> (<abbr title ="Teenager Mutant Ninja Turtles">TMNT</abbr>),</li>
<li><strong>R2-D2</strong> from <strong>Star Wars</strong>,</li>
<li><strong>Ravage</strong> from <strong>Transformers</strong>,</li>
<li>the <strong>Replicators</strong> from <strong>Stargate SG-1</strong>,</li>
<li><strong>Rosey</strong> from <strong>The Jetsons</strong>,</li>
<li><strong>Soundwave</strong> from <strong>Transformers</strong>,</li>
<li><strong>Swerve</strong> from <strong>Transformers</strong>,</li>
<li><strong>Tik-Tok</strong> from <strong>Oz</strong>,</li>
<li><strong>The Doctor</strong> from <strong>Star Trek: Voyager</strong>,</li>
<li><strong>The Dummy</strong> from <strong>A Clever Dummy</strong>,</li>
<li><strong>Twiki</strong> from <strong>Buck Rogers in the 25th Century</strong>,</li>
<li><strong>Ultron</strong> from <strong>Marvel Comics</strong>,</li>
<li><strong>V.I.N.CENT</strong> from <strong>The Black Hole</strong>,</li>
<li>and many many many others.</li>
</ul>
<p>
There are large number of these types of conceptions of <strong>artificial-intelligence</strong> in science-fiction fictional-worlds!
(We have only listed a very small number of them.)
</p>
</section>
<section>
<h2>Robots &amp; Androids</h2>
<dl>
<dt>robot (noun):</dt>
<dd>an intelligent machine</dd>
<dt>android (noun):</dt>
<dd>a robot that looks like and acts like a human</dd>
</dl>
<p>
Humans have had a long fascination with <strong>robots</strong> — and especially <strong>robots</strong> that look similar to humans.
</p>
</section>
</article>
</main>
<nav>
<a rel="prev" href="../introduction/">previous page</a>
</nav>
</body>
</html>