Daniel Shiffman
Daniel Shiffman
[Issue Templates](https://help.github.com/articles/manually-creating-a-single-issue-template-for-your-repository/) are a helpful for first-time contributors to an open source project. We should include some for this repo and others in OSS-at-ITP. This came up in #33.
Paperspace: https://blog.paperspace.com/training-an-lstm-and-using-the-model-in-ml5-js/ Spell: https://youtu.be/xfuVcfwtEyw
I believe this training script only works with tensorflow 1.x so just noting that we should test / upgrade for compatibility with tensorflow 2.0 at some point.
This grammar is not valid: https://github.com/shiffman/A2Z-F18/blob/master/week7-grammar/03_cfg_reader_json/grammars/grammar.json It uses the same key multiple times: ```javascript { "S":"NP VP", "S":"Interj NP VP", "NP":"Det N", "NP":"Det N that VP", "NP":"Det Adj N", "VP":"Vtrans...
The twitter notes should be deprecated and a new page should be made for Mastodon. https://shiffman.net/a2z/twitter-bots/
The a2z notes still point to older examples. Also the notes should be updated to use ES6 (and ES8 where applicable!) https://shiffman.net/a2z/
add Partisan thesauras http://partisanthesaurus.com/ https://shiffman.net/a2z/text-analysis/
Hello! I'm using your code to teach about word vectors at http://itp.nyu.edu and make some examples with http://p5js.org. Just curious about the original 1.6 GB bin file you downloaded with...