link The Illustrated Transformer – Jay Alammar – Visualizing machine learning one concept at a time
http://jalammar.github.io/illustrated-transformer/ :Computer Science:
Donald Knuth Here is a short description of the topic im talking aboutLINK | IDEA | TAGS | TYPE |
---|---|---|---|
Show | Do a bot to sort r/nlp and r/languageProcessing in reddit | :computer_science: | Hello |
LINK | ITEM | TODO | TYPE | TAGS | CLOSED |
---|---|---|---|---|---|
Show | La fin du monde en 80 jours | DONE | Podcast | :computer_science: | [2020-04-26 Sun 13:59] |
Show | Algorithms to live by | PROGRESS | Book | :computer_science: | |
Show | link The Illustrated Transformer – Jay Alammar – Visualizing machine learning one concept at a time | TODO | Article | :computer_science: |
LINK | QUESTION | LEVEL | TAGS |
---|---|---|---|
Show | What is the author name of the most famous document about litteral computing ? | 2 | :computer_science: |
LINK | ITEM | TODO | TYPE | TAGS | CLOSED |
---|---|---|---|---|---|
Show | Algorithms to live by | TODO | :computer_science: |
Create a tag database that is automatically generated and generate Areas with all linked revelent tags
;; Assign Id to all items
(require 'org-id)
(save-excursion
(goto-char (point-max))
(while (outline-previous-heading)
(org-id-get-create)))
;; Update all blocks
(org-update-all-dblocks)
;; The TBLFM directive are badly indented after code blocks evaluation and need to be fixed before save
(save-excursion
(indent-region (point-min) (point-max) nil))