Amazon Machine Learning Engineer Interview: K-Means Clustering

preview_player
Показать описание

Watch our mock Amazon Data Science interview. Angie asks Jimmy (Amazon ML Engineer) a question about k-means clustering.

Chapters -
00:00:00 - Introduction
00:01:26 - Question
00:01:36 - Answer
00:02:05 - Follow-up questions
00:28:37 - Interview analysis

ABOUT US:
Did you enjoy this interview question and answer? Want to land your dream career? Exponent is an online community, course, and coaching platform to help you ace your upcoming interview. Exponent has helped people land their dream careers at companies like Google, Microsoft, Amazon, and high-growth startups. Exponent is currently licensed by Stanford, Yale, UW, and others.

Our courses include interview lessons, questions, and complete answers with video walkthroughs. Access hours of real interview videos, where we analyze what went right or wrong, and our 1000+ community of expert coaches and industry professionals, to help you get your dream job and more!

#machinelearning #amazon #tech #kmeans #clustering #entrepreneurship #exponent
Рекомендации по теме
Комментарии
Автор

The interview looks authentic. Thank you!

ax
Автор

I see a max_error parameter in the kmeans function definition set to a default value of 0.01 which the candidate doesn’t use or talk about. What is that parameter?

sbhaktha
Автор

points[points_i], passing list to a list or what, I mn sure it works here, and I am missing something but I don't know what please help

CreatingUtopia
Автор

Nice mock!
However, at one point in video the interviewee said that we can use any distance in distance_function but what if I choose Cosine-distance? How would you calculate centroids?
Choosing Cosine-distance would change this to a spherical clustering problem and the algorithm would change. So it's better to be sure that we know what we say in an interview .

devanshverma
Автор

I see very little point to coding k-means.

pingdingdongpong