×
Click on the headings to view the content
Tutorial
Welcome to the Soundmap Artist Guesser Solver! This tool is designed to help you solve the Artist Guesser game by narrowing down the possible artists based on the feedback you receive after each guess. Below is a step-by-step guide on how to use the solver effectively.
How the game works
The Artist Guesser game requires you to guess the correct artist based on feedback in six categories:
- Debut Year: The year the artist first made their music.
- Popularity: A number based on the artist's monthly Spotify streams (compared within their genre).
- Members: Whether the artist is a solo act or a group.
- Genre: The artist's music genre (e.g., Hip Hop, Pop, R&B, Indie, Rock).
- Country: The artist's country of origin (e.g., US, CA, UK).
- Gender: The artist's gender (Female, Male, or Mixed for groups).
After each guess, the game provides feedback for each category, such as:
- Debut Year: "Earlier," "Later," or "Close" (if within 5 years).
- Popularity: "Higher," "Lower," or "Close" (if within 50 spots).
- Country: “Correct”, “Wrong” or “Close” (if on the same continent).
- Members/Genre/Gender: "Correct" or "Wrong."
How to use the Solver
We will give you an example for each step, in the example we assume that the correct artist is Kanye west.
- Enter Your First Guess
- In the Search Bar, type the name of your first guess (e.g., "Alessia Cara").
- The solver will display the artist's details in six boxes:
- Debut Year: 2015
- Popularity: 100
- Members: Solo
- Genre: Pop
- Country: CA (Canada)
- Gender: Female
- Input Feedback from the Game
- Click on each box and select the feedback provided by the game:
- Debut Year: Select "Earlier v" (since 2015 is later than 2004 but not within 5 years).
- Popularity: Select "Lower v" (since 13 is higher up than 100, but not close because it's not within 50 spots).
- Members: Select "Correct" (both are solo).
- Genre: Select "Wrong" (Alessia Cara is Pop, but the correct artist is Hip Hop).
- Country: Select "Close" (Alessia Cara is from CA correct artist is from the US, and because the US and CA are both in the same continent, its therefor close).
- Gender: Select "Wrong" (Alessia is Female, but the correct artist is Male).
- View the Updated List of Possible Artists
- After inputting the feedback, the solver will update the list of possible artists based on the new constraints.
- The solver will also suggest the Best Next Guess (e.g., "Tyga") to help you narrow down the options further.
- Repeat the Process
- Enter the suggested guess (or your own guess) and input the feedback again.
- Continue this process until the solver narrows down the list to one artist—the correct answer!
Explanation of the Websites Layout
The solver's interface is designed to be intuitive and easy to use. Here's what you'll see and the terms that will be used in the tutorial:
- Header:
- "Soundmap Artist Guesser Solver"
- Search Bar:
- Enter the artist's name here (e.g., "Kanye West").
- Guess Section:
- Each guess is displayed with the artist's name and six boxes for feedback.
- Example:
- Guess #1: Kanye West
- Boxes: [Debut Year], [Popularity], [Members], [Genre], [Country], [Gender].
- Best Guess Section:
- The solver will display the best next guess (e.g., "Best Guess: Snoop Dogg").
- A button allows you to make this artist your next guess rather than having to search it up.
- Scrollable Artist List:
- A table showing all possible artists with their details:
- Columns: Artist, Debut, Popularity, Members, Genre, Country, Gender.
- Example: "Kanye West," "2004," "13," "Solo," "Hip Hop," "US," "Male."
- Settings:
- At the top left of the website is a settings icon that opens a side bar with all the settings:
- The light mode switch toggles light mode. Whatever option you select (it will remain dark mode until you change it) will always be the option whenever you revisit the website, so don't worry about having to re toggle!
- The hide best guess option is for anyone that wants to do the solving on their own. If you want to play the game for yourself then you can simply hide the best guess feature (so you don't get any spoilers), and then you can use the list of possible artists to play :)
Tips for Success
- Start with a Diverse Guess:
- Choose an artist with a debut year, popularity, and genre that are in the middle of the range. This helps eliminate a large portion of the list. The recommended first guesses are:
- Fantasia (R&B)
- No Doubt (Rock)
- A Boogie Wit da Hoodie (Hip Hop)
- Alessia Cara (Pop)
- The xx (Indie)
- However, if you have already made your first guess (or any amount of guesses for that matter) then that's ok, because the program should still be able to find the answer within 2-3 guesses.
- Pay Attention to Feedback:
- Make sure that the information that you put into the program is exactly what the game has told you, otherwise the right answer cannot be found!
- Use the Best Guess Feature:
- The solver's suggested guess is the most efficient guess, found using an algorithm.
Example Walkthrough
- Full example of using the website. In this example the correct artist is Kanye West.
- You make your first guess, which in this case is Alessia Cara:
- Debut Year: 2015
- Popularity: 100
- Members: Solo
- Genre: Pop
- Country: CA
- Gender: Female
- You then input the information that the game has told you, which is the following:
- Debut Year: 2015 "Earlier v”
- Popularity: 100 "Higher ^"
- Members: Solo "Correct"
- Genre: Pop "Wrong"
- Country: CA "Close"
- Gender: Female "Wrong”
- Then the solver will tell you what the best guess is (Tyga), you then go to the game and make the best guess (Tyga) your next guess (you can either search up the best guess or simply click the box below the best guess).
- Debut Year: 2009
- Popularity: 31
- Members: Solo
- Genre: Hip Hop
- Country: US
- Gender: Male
- Once again you input the information:
- Debut Year: 2009 "Close v”
- Popularity: 31 "Close ^"
- Members: Solo "Correct"
- Genre: Hip Hop "Correct"
- Country: US "Correct"
- Gender: Male "Correct”
- The solver then tells you that the artist is either Wiz Khalifa or Kanye West. At this stage you either get it right or you don't depending on who you choose to pick (don't worry on the next guess you guarantee a win).
How the Algorithms work (complex)
- Overview:
- The goal of this algorithm is to choose the best artist guess in an artist guessing game by minimizing the search space after each guess. The algorithm utilizes entropy to evaluate how well each attribute (such as genre, debut year, and popularity) splits the list of possible artists. It then refines the guess by balancing the median values of debut year and popularity within the most common genre.
- The primary steps are:
- Calculate entropy for each attribute (genre, debut year, popularity).
- Filter artists by the most common genre.
- Balance the guess based on median debut year and median popularity within that genre.
- Choose the artist closest to both the median debut year and popularity to minimize uncertainty.
- Repeat until the correct artist is guessed.
- Detailed Steps of the Algorithm:
- Step 1: Calculate Entropy for Each Attribute
- Entropy is a measure of uncertainty or randomness. The attribute with the highest entropy is the one that best divides the dataset into smaller groups. The higher the entropy, the more evenly the dataset is split, which helps the algorithm narrow down the possibilities effectively.
- Entropy is calculated as:
- Where:
- X is an attribute (such as genre, debut year, or popularity).
- p(x) is the probability of each value occurring (e.g., the fraction of artists belonging to each genre).
- For each attribute, calculate the entropy. For example:
- Genre: Splits artists into categories like Rock, Pop, Jazz, etc.
- Debut Year: Could be split into ranges (before 2000, after 2000).
- Popularity: Splits into ranges (e.g., low, medium, high).
- Step 2: Find the Most Common Genre
- The first step in narrowing down the artist pool is to filter by genre, since the genre with the highest entropy divides the list of artists most evenly.
- Find the most common genre among the remaining artists.
- Filter the list to include only the artists that belong to that genre.
- Example:
- If the remaining artists are divided into five genres, and Rock is the most common, filter the list to only Rock artists.
- Step 3: Find the Median Debut Year and Popularity within the Most Common Genre
- Once we've filtered the artists by genre, we need to refine the guess using debut year and popularity.
- Compute the median debut year within the filtered genre. This gives us the central value of debut years for that genre.
- Compute the median popularity within the filtered genre. This gives us the central value of popularity for that genre.
- Step 4: Normalize and Compute the Best Guess
- Next, we need to find an artist that is closest to both the median debut year and median popularity.
- To ensure each attribute contributes equally, we normalize the values to account for different ranges of debut year and popularity.
- Normalize the debut year by calculating the distance between the artist's debut year and the median debut year, relative to the range of debut years in the genre.
- Normalize the popularity by calculating the distance between the artist's popularity and the median popularity, relative to the range of popularity in the genre.
- The normalized distance is computed as:
Normalised Distance = \( \frac{\text{Artist Value} - \text{Median Value}}{\text{Range of Values}} \)
- Where:
- The range of values is the difference between the maximum and minimum values of debut year or popularity within the genre.
- After calculating the normalized distance for both debut year and popularity, we sum the two distances to get a total score for each artist.
- The formula is:
Score = \( \frac{\text{Debut Year} - \text{Median Debut Year}}{\text{Max(Debut Year)} - \text{Min(Debut Year)}} \) + \( \frac{\text{Popularity} - \text{Median Popularity}}{\text{Max(Popularity)} - \text{Min(Popularity)}} \)
- Lower scores indicate that the artist is closer to both the median debut year and median popularity, making it the best guess.
- The artist with the smallest score is selected as the best guess.
- Step 5: Update the List Based on Feedback
- Once a guess is made, feedback is received, and the remaining search space is updated:
- If the genre is correct, filter to that genre and use the feedback to narrow down the list further.
- If the debut year or popularity is close, update the search space based on the feedback provided (e.g., "higher debut year" or "lower popularity").
- Repeat the process: Recalculate entropy, find the next best guess, and continue refining the search until the correct artist is found.
- Conclusion
- This algorithm balances entropy and median values to make the best guess. By filtering artists based on the most common genre and refining the guess based on both debut year and popularity, it quickly narrows down the possibilities. The best guess is the artist closest to both the median debut year and popularity within the most common genre, ensuring that the game progresses efficiently with each guess.
How to contact me (The creator)
Conclusion
The Soundmap Artist Guesser Solver is a powerful tool to help you solve the Artist Guesser game efficiently. By following this tutorial, you'll be able to input feedback, narrow down the list of possible artists, and make the best guesses to find the correct answer quickly. Happy guessing!