A Deep Learning Model that plays the Hangman Game.
The model was made with the Keras Functional API. It predicts the probability of each character's appearance in the word being guessed and updates these probabilities based on the incorrect and correct guesses made.
More details are in the Report.
Originally made for a specific CDC-related task :)
(Please don't sue me)
UPDATE - 2024:
Remade the model in PyTorch, with a new architecture and modified training process. Put the old model in the Version 1 folder and the new model in the Version 2 folder.