Daily AI Problems
Find plethora of data science questions for concept understanding as well as interviews
Each interview itself consumes at least 2 hours. Add 1 hour each before and after the interview which sums up to 4 hours if it is an online interview.
​
Solution?
​
Practice one question each day & be prepared, appear without revision and ace all the interviews.
Filters

Day 13
You just trained a ML model on a tabular dataset with an aim of detecting SPAM emails. A False positive would mean ham classified as SPAM whereas False negative would mean SPAM classified as ham. Your default model threshold was 0.5. Will you increase the threshold, decrease it, or keep the same to improve model prediction performance? (Assuming the model is on a learning cycle)
Machine Learning
4
Difficulty Rating

Day 14
You are given a task of image segmentation. You decide to implement UNet to solve the problem. You observe that the segmentation masks generated by the model after training aren't very accurate ( IoU score or Dice). Which one of the following is a correct inference?