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 Developer Interview Questions
348 machine learning developer interview questions shared by candidates
Why does one use MSE as a measure of quality. What is the scientific/mathematical reason for the same?
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.
Implement a sampling function with nominal distribution.
Cant disclose due to NDA.
How would solve some programming problem?
What is the difference between ML and DL?
Have you worked on Regression? Why is Logistic Regression called Regression when it is a classifier?
Given a random generator function that return 0 or 1 with equal probability, create another random function that will return any value between [0,6] with equal probability
Coding question: Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assume all four edges of the grid are all surrounded by water
Viewing 1 - 10 interview questions