DS & Algo Problems -- ML Coding
In many ML interview rounds, candidates are asked to demonstrate their coding skills w.r.t. These kind of rounds helps to identify both coding skills as well as ML skills required to be a top notch ML engineer in some of the top companies. Let's look at some of the common ML coding problems asked in such interviews: Given the API rand7() that generates a uniform random integer in the range [1, 7], write a function rand10() that generates a uniform random integer in the range [1, 10]. You can only call the API rand7(), and you shouldn't call any other API. Please do not use a language's built-in random API.
Dec-25-2021, 21:05:48 GMT
- Technology: