Skip to content

TheLapisGoat/HangMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published