Suppose you have a matrix of numbers. How can you easily compute the sum of any rectangle (i.e. a range [row_start, row_end, col_start, col_end]) of those numbers? How would you code this?
Machine Learning Research Interview Questions
1,840 machine learning research interview questions shared by candidates
Give an image, when we take 2 sub images from it, calculate the ratio similar to AnB/AuB.
Why does one use MSE as a measure of quality. What is the scientific/mathematical reason for the same?
How do you weight 9 marbles three times on a balance scale to select the heaviest one.
Please code up and send me a function that takes two integer arrays and returns their intersection. This answer must take less than n^2 time.
How would you mitigate overfitting?
Find the median of an array in linear time
Implement a sampling function with nominal distribution.
Cant disclose due to NDA.
Find the shortest path from top left to bottom right of a grid.
Viewing 1 - 10 interview questions