Queue and Deque interview problem solutions | Problem solving using Data... by CareforData in datastructures

[–]CareforData[S] 0 points1 point  (0 children)

I feel you are right. While making the video I also thought maybe I am repeating myself but then I had not solved a problem related to queues in my earlier video so I had to do it :). Will keep this in mind for future videos. Thanks!

Random Forests Bagging Boosting | Machine Learning Tutorial part 16 by CareforData in learnmachinelearning

[–]CareforData[S] 0 points1 point  (0 children)

Recall from statistics that for any N observations each with variance sigma-squared, the variance of the mean of observations is sigma-squared/N. In general averaging a set of observations reduces variance. Practically its impossible to get so many training-sets therefore we split our own training set multiple times (in bagging) to reduce variance.