Recently, I used node.js and tensorflow.js to train an LSTM (Long Short Term Memory Network) on the life works of Shakespeare. I documented it in a...
For further actions, you may consider blocking this person and/or reporting abuse
I have always tried to implement something like this in
javascript
because I don't likepython
syntax much but I have never been able to do so. Are you thinking of posting the source code on Github?Yes, the source code is here: gist.github.com/N8python/93139a670...
Want some fun? Train it off Finnegan's Wake.
This is the initial result with 10 characters of memory... more training is needed:
It's perfect.
It does a bit better with 50 characters of memory:
Here's a github repo of all the Finnigan's Wake stuff it generated:
github.com/N8python/finnigansWakeGen
I just looked at Finnegan's Wake... it is even less comprehensible than Shakespeare. I probably will.
I'm beginning to get very interested in NLP haha
Text generating models are very fun! I'd totally recommend you get into them!
This is awesome!
Thanks!