Artificial intelligence: Difference between revisions

From miki
Jump to navigation Jump to search
Line 6: Line 6:
* [https://animatedai.github.io/ Animated AI]
* [https://animatedai.github.io/ Animated AI]
: See also [https://news.ycombinator.com/item?id=37999035 HN].
: See also [https://news.ycombinator.com/item?id=37999035 HN].

;Courses
* [https://github.com/microsoft/ML-For-Beginners Machine Learning for Beginners - A Curriculum (Microsoft)]

Revision as of 06:08, 15 November 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.
Courses