K-means (Coding)

  • Post author:
  • Post category:Uncategorized
  • Post last modified:June 18, 2023

Question: Can you code an algorithm to cluster a group of data? ​For all coding interview questions, you should ask clarifying questions such as: What would be the input to…

Continue ReadingK-means (Coding)

k-NN (Coding)

  • Post author:
  • Post category:Uncategorized
  • Post last modified:July 27, 2023

Question: Can you code a simple k-NN model? For all coding interview questions, you should ask clarifying questions such as: What would be the input to my function? Should I…

Continue Readingk-NN (Coding)