The videos in this section were created using a different editor for p5.js. All of the concepts should still apply, however, there are some minor changes. Most notably in JavaScript let is now the preferred way to declare a variable over var. If you would like to learn more about this you can watch this video about let vs var.
To what extent can we deconstruct language and put it back together again?
- Machines Beat Humans on a Reading Test. But Do They Understand?
- What is a Transformer? More Technical Version of Above
- Displaying Strings | Code
- Random Text | Code
- Word Counting | Code
- Simple Markov Chain | Explanation | Code
- Coding Challenge: Word Counting | Code
- Coding Challenge: Keyword Extraction with TD-IDF | Code
- Coding Challenge: Character-level Markov Chains: Pt. 1 | Code | Pt. 2 Code