Skip to content

tadeaspaule/universal-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

universal-name-generator

  • 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

About

RNN that generates names resembling those you give it, be it people's names, city names, etc.

Topics

Resources

Stars

Watchers

Forks