Artificial intelligence: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Links == * [https://github.com/jacobeisenstein/gt-nlp-class/blob/master/notes/eisenstein-nlp-notes.pdf Natural language Processing] : A course on NLP.") |
(→Links) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [https://github.com/jacobeisenstein/gt-nlp-class/blob/master/notes/eisenstein-nlp-notes.pdf Natural language Processing] |
* [https://github.com/jacobeisenstein/gt-nlp-class/blob/master/notes/eisenstein-nlp-notes.pdf Natural language Processing] |
||
: A course on NLP. |
: A course on NLP. |
||
* [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). |
|||
* [https://animatedai.github.io/ Animated AI] |
|||
: 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)] |
|||
;Books |
|||
* [https://udlbook.github.io/udlbook/ Understanding deep learning] |
Latest revision as of 08:16, 27 November 2023
Links
- A course on NLP.
- 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).
- See also HN.
- Courses
- Books