59 lines
1.4 KiB
HTML
59 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Vector</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
<article>
|
|
<hgroup>
|
|
<h1>Vector</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>
|
|
<strong>Vectors</strong> get used a lot in <strong>artificial-intelligence</strong>.
|
|
</p>
|
|
<p>
|
|
<strong>Vectors</strong> are used to represent images.
|
|
<strong>Vectors</strong> are to represent artificial neurons.
|
|
Inputs to most models / algorithms are often turned into some type of <strong>vectors</strong>.
|
|
Etc.
|
|
<strong>Vectors</strong> are all over the place in <strong>artificial-intelligence</strong>.
|
|
</p>
|
|
<p>
|
|
But, what is a vector‽
|
|
</p>
|
|
<p>
|
|
Oddly, the answer seems to depend on who you ask.
|
|
If you ask a physicist, a mathematician, and a software developer that same question, you will probably get 3 different answers.
|
|
</p>
|
|
</section>
|
|
<section>
|
|
<h2>Vectors in Physics</h2>
|
|
</section>
|
|
<section>
|
|
<h2>Vectors in Math</h2>
|
|
</section>
|
|
<section>
|
|
<h2>Vector in Computing</h2>
|
|
</section>
|
|
<section>
|
|
<h2>Vector in Artificial Intelligence</h2>
|
|
</section>
|
|
</article>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|