Embeddings: Test Your Knowledge

  1. Which of the following features would be good candidates for an embedding? (Choose all that apply)

    Choose as many answers as you see fit.

  2. You are building a song-similarity embedding from a database of 10,000 songs, represented as one-hot encodings. How many dimensions will your embedding have?

  3. Which of the following are benefits of an embedding vector representation of feature data over a one-hot-encoded representation of the same data? (Choose all that apply)

    Choose as many answers as you see fit.

  4. True or False: A hidden layer of a trained neural network can be used as an embedding.

  5. Which of the following statements about word2vec are true? (Choose all that apply)

    Choose as many answers as you see fit.