Skip to content

tadeaspaule/universal-name-generator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

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