reiver-artificial-intelligence/introduction/index.xhtml

71 lines
2.5 KiB
HTML
Raw Normal View History

2023-12-16 21:22:22 +00:00
<!DOCTYPE html>
2023-12-16 22:32:29 +00:00
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
2023-12-16 21:22:22 +00:00
<head>
<meta charset="utf-8" />
<title>Introduction to Artificial Intelligence</title>
</head>
<body>
2023-12-16 22:05:44 +00:00
<main>
2023-12-16 21:22:22 +00:00
<article>
<hgroup>
<h1>Introduction</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>
What is <strong>artificial-intelligence</strong> (<abbr title="artificial-intelligence">AI</abbr>)‽
</p>
2023-12-16 22:42:22 +00:00
<p>
If you ask a specialist in <strong>artificial-intelligence</strong> that question, you will get a very different answer than if you ask are (non-specialist) normal person that question!
</p>
2023-12-16 21:22:22 +00:00
</section>
<section>
<h2>Lay-Person <abbr title="artificial-intelligence">AI</abbr></h2>
<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
2023-12-16 22:05:44 +00:00
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.
2023-12-16 22:22:18 +00:00
I.e., an <strong>android</strong>.
2023-12-16 21:22:22 +00:00
</p>
<p>
2023-12-16 22:22:18 +00:00
Although <strong>androids</strong> are definitely a type of <strong>artificial-intelligence</strong>
2023-12-16 22:05:44 +00:00
2023-12-16 22:42:22 +00:00
<strong>artificial-intelligence</strong> is broader than, and even includes things that are much much much simpler than, androids.
2023-12-16 22:22:18 +00:00
I.e., <strong>artificial-intelligence</strong> is a lot more than just <strong>androids</strong>.
2023-12-16 21:22:22 +00:00
</p>
<p>
2023-12-16 22:22:18 +00:00
For example
<strong>artificial-intelligence</strong> includes (simple) <strong>linear-regression</strong>, <strong>epsilon-greedy</strong>, and other things with names that sound just as weird as these if you are <em>not</em> (yet) familiar with <strong>artificial-intelligence</strong> jargon.
</p>
<p>
But more on that later
let's first explore the lay-person conception of <strong>artificial-intelligence</strong> a bit more.
Let's look at <abbr title="science-fiction">sci-fi</abbr>
and in particular, <strong>artificial-intelligence</strong>, <strong>androids</strong>, and <strong>robots</strong> in <abbr title="science-fiction">sci-fi</abbr>.
2023-12-16 21:22:22 +00:00
</p>
</section>
</article>
2023-12-16 22:05:44 +00:00
</main>
<nav>
<a rel="next" href="../sci-fi-ai/">next page</a>
</nav>
2023-12-16 21:22:22 +00:00
</body>
</html>