- A character-level word generator (looking at last X characters, predicts the next one)
- Code is modularised so that you can just feed a list of names to it and it builds the model and the generator method
- There is a step-by-step walkthrough of generating German city names, as well as 2 other examples
-
Notifications
You must be signed in to change notification settings - Fork 4
tadeaspaule/universal-name-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
RNN that generates names resembling those you give it, be it people's names, city names, etc.