ML model Hangman
₹1500-12500 INR
Paid on delivery
Instruction:
When a user plays Hangman, the server first selects a secret word at random from a list. The server then returns a row of underscores (space separated)—one for each letter in the secret word—and asks the user to guess a letter. If the user guesses a letter that is in the word, the word is redisplayed with all instances of that letter shown in the correct positions, along with any letters correctly guessed on previous turns. If the letter does not appear in the word, the user is charged with an incorrect guess. The user keeps guessing letters until either (1) the user has correctly guessed all the letters in the word or (2) the user has made six incorrect guesses.
You are required to write a "guess" function that takes current word (with underscores) as input and returns a guess letter. You will use the API codes below to play 1,000 Hangman games. You have the opportunity to practice before you want to start recording your game results.
Your algorithm is permitted to use a training set of approximately 250,000 dictionary words. Your algorithm will be tested on an entirely disjoint set of 250,000 dictionary words. Please note that this means the words that you will ultimately be tested on do NOT appear in the dictionary that you are given. You are not permitted to use any dictionary other than the training dictionary we provided. This requirement will be strictly enforced by code review.
You are provided with a basic, working algorithm. This algorithm will match the provided masked string (e.g. a _ _ l e) to all possible words in the dictionary, tabulate the frequency of letters appearing in these possible words, and then guess the letter with the highest frequency of appearence that has not already been guessed. If there are no remaining words that match then it will default back to the character frequency distribution of the entire dictionary.
This benchmark strategy is successful approximately 18% of the time. Your task is to design an algorithm that significantly outperforms this benchmark.
Project ID: #37760356
About the project
10 freelancers are bidding on average ₹7989 for this job
Hi. Thanks for your posting. I have just read your proposal and I am sure I can complete the project on time. I am an expert in ML/DL who has many years of experiences(Tensorflow/Keras/Pytorch/Sklearn, Matlab/Python/C/ More
Hi, My name is Seyed Amirreza, an AI expert with extensive experience in machine learning, Python, image processing and video processing. I have almost 4 years of experience in Machine Learning/Deep Learning algorithms More
I'm interested, i think i would give it a shot. I have made a hangman game on python without any machine learning algorithm. So i think, it would be easier for me to understand your game mechanism. If you accept my pro More
I have already solved this as a part of test for TrexQuant Company. It's the same assignment . I hope that I can provide my solution