17 lines
585 B
Markdown
17 lines
585 B
Markdown
|
|
#### (working) notes
|
||
|
|
|
||
|
|
## Natural Language Processing (NLP) (in Node.js)
|
||
|
|
|
||
|
|
### [natural](https://www.npmjs.com/package/natural)
|
||
|
|
|
||
|
|
### [pos: fasttag part of speech tagger implementation](https://www.npmjs.com/package/pos)
|
||
|
|
|
||
|
|
### [markov-strings](https://www.npmjs.com/package/markov-strings)
|
||
|
|
|
||
|
|
### [tracery-grammar](https://www.npmjs.com/package/tracery-grammar)
|
||
|
|
|
||
|
|
## Other (advanced) Recurrent Neural Network (non Node.js)
|
||
|
|
|
||
|
|
### [Torch-rnn](http://www.jeffreythompson.org/blog/2016/03/25/torch-rnn-mac-install/)
|
||
|
|
|
||
|
|
### [RNN effectiveness](http://karpathy.github.io/2015/05/21/rnn-effectiveness/)
|