Artificial intelligence: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
* [https://simonwillison.net/2023/Oct/23/embeddings/ Embeddings: What they are and why they matter] (See also [https://news.ycombinator.com/item?id=37985489 more links on HN comments)
* [https://simonwillison.net/2023/Oct/23/embeddings/ Embeddings: What they are and why they matter] (See also [https://news.ycombinator.com/item?id=37985489 more links on HN comments)
: Embedding are fixed-size floating number vectors that represents a text / word. They can be used to find related texts, or even do arithmetics like (King - Man + Woman = Queen).
: Embedding are fixed-size floating number vectors that represents a text / word. They can be used to find related texts, or even do arithmetics like (King - Man + Woman = Queen).
* [https://animatedai.github.io/ Animated AI]
: See also [https://news.ycombinator.com/item?id=37999035 HN].

Revision as of 11:39, 25 October 2023

Links

A course on NLP.
Embedding are fixed-size floating number vectors that represents a text / word. They can be used to find related texts, or even do arithmetics like (King - Man + Woman = Queen).
See also HN.