Answer the question
In order to leave comments, you need to log in
Where can I find scripts for generating texts based on neural network algorithms?
It is necessary to generate more or less meaningful texts based on the available phrases. Something like this https://twitter.com/neuromzan
But I don’t find ready-made scripts or sources in the public domain.
Answer the question
In order to leave comments, you need to log in
Here is the recurrent neural network repository:
https://github.com/karpathy/recurrentjs
In the repository, you can also find a character_demo.html demo
with text generation based on the training text character by character.
You can make a slight modification of the code: instead of character-by-character learning, switch to sequences of words as elements of training sequences.
For myself, I implemented the ChatBot chatbot based on this recurrentjs library.
The result of the chat bot mode based on the trained recurrent neural network can be viewed in the application: https://play.google.com/store/apps/details?id=svla...
You can read
about this algorithm here https://habrahabr.ru /post/304284/ or here:elibrary.ru/item.asp?id=27405153
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question