Skip to content

williamdwatson/bananagrams_gan

Repository files navigation

Bananagrams GAN

This project explores the use of a generative adversarial network to produce Bananagrams boards given a starting hand.

Sources

Several English dictionaries of "common" words were combined to generate a dictionary of acceptable words. These include:

The base dictionary was short_dictionary.txt from a previous Bananagrams solver project of mine. I combined that dictionary with the ones listed here using combine_dictionary.ipynb to form new_short_dictionary.txt; some manual editing was performed as well.

All source dictionary text files are stored in dictionaries.tar.gz, and the derived one is present in the repository root.

About

Bananagrams GAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published