Skip to content

Commit 3a16ab6

Browse files
author
learn-software-engineering
committed
Publish revision 9dd622fca9f708380ff1dd4eb9dfe82773fba0ea
1 parent 36ecde1 commit 3a16ab6

283 files changed

Lines changed: 5174 additions & 8586 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# About
2+

docs/about/index.html

Lines changed: 8 additions & 2 deletions
Large diffs are not rendered by default.

docs/ai/index.html

Lines changed: 9 additions & 3 deletions
Large diffs are not rendered by default.

docs/ai/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Artificial Intelligence
2+
23
{{< sectioncards >}}
34

docs/ai/math/algebra/index.html

Lines changed: 9 additions & 3 deletions
Large diffs are not rendered by default.

docs/ai/math/algebra/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Linear Algebra
2+
23
{{< sectioncards >}}
34

docs/ai/math/algebra/vectors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Vectors, Scalars and Vector Spaces
2+
23
In 2017, researchers at Google Brain published [**Attention Is All You Need**](https://arxiv.org/abs/1706.03762), introducing the Transformer architecture that now underlies GPT-4, Gemini, and virtually every state-of-the-art language model. At the heart of that architecture (and of every neural network, recommendation system, and computer vision model) is a deceptively simple object: the **vector**.
34

45
When a language model reads the word *"bank"*, it doesn't see a string. It sees a vector in a 4096-dimensional space where *"bank (financial)"* and *"bank (riverbank)"* occupy measurably different regions. When a search engine decides that your query matches a document, it is computing an angle between two vectors. When a neural network learns, it is moving vectors through space in response to a gradient, itself a vector.

docs/ai/math/algebra/vectors/index.html

Lines changed: 9 additions & 3 deletions
Large diffs are not rendered by default.

docs/ai/math/index.html

Lines changed: 9 additions & 3 deletions
Large diffs are not rendered by default.

docs/ai/math/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Mathematical Foundations
2+
23
{{< sectioncards >}}
34

0 commit comments

Comments
 (0)