From a3243704cdcaebbb98a0e5f1eed03a5c410a8100 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 18 Dec 2023 06:55:00 -0800 Subject: [PATCH] vector --- vector/index.xhtml | 58 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 vector/index.xhtml diff --git a/vector/index.xhtml b/vector/index.xhtml new file mode 100644 index 0000000..79241b6 --- /dev/null +++ b/vector/index.xhtml @@ -0,0 +1,58 @@ + + + + +Vector + + + + + +
+
+

Vector

+

(Artificial Intelligence)

+
+
+
+ by + +
+
+
+

+ Vectors get used a lot in artificial-intelligence. +

+

+ Vectors are used to represent images. + Vectors are to represent artificial neurons. + Inputs to most models / algorithms are often turned into some type of vectors. + Etc. + Vectors are all over the place in artificial-intelligence. +

+

+ But, what is a vector‽ +

+

+ 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. +

+
+
+

Vectors in Physics

+
+
+

Vectors in Math

+
+
+

Vector in Computing

+
+
+

Vector in Artificial Intelligence

+
+
+ + + + +