How do you calculate ndcg@k?
Senior Machine Learning Engineer Interview Questions
619 senior machine learning engineer interview questions shared by candidates
What does MLOps mean to you?
Write a function that given a positive integer generates a sequence where the next value is n/2 if n is even, 3*n+1 if n is odd, and terminates if n=1.
Train an ML model + build an API for it.
Use Machine Learning to create your own home price prediction model with the data set below. Build a model to intelligently match our clients with the real estate agent that has the highest chance of completing a transaction. Please complete the questions in https://github.com/housesigma/hr-test-python
very typical technical interview questions.
Bulit an ML model using given dataset in 45 mins.
- Che tipo di struttura dati devi usare se vuoi una ricerca O(1) su dati lineari ? - Perchè viene usata la funzione di attivazione in una rete neurale ?
First interviewer tested me on basic probability (Bayes rule etc), binary classification (saw if I knew precision/recall under a heavily unbalanced prior), and signal processing (sampling, aliasing). The coding part was to generate all ordered substrings of a given string. The 2nd interview was a basic test on probability followed by a coding problem (implement linked list, append operation, do in place reversal of list using a single walk through the list). Problems on the final interview were coding problems and basic number theory (implement binary search, implement FIR convolution, estimate frequency of a sine wave signal based on zero crossings, implement divisibility tests for various primes).
What feature store have you used
Viewing 231 - 240 interview questions