Posts
-
DeepMask Review
This is a review of “DEEP MASK” which is in the category of semantic segmentation. The network consist of two branches. One branch is to predict which pixel belongs to which category. Another branch is to predict whether the object is properly centered in the picture.
-
ROI pooling, align, warping
First question. How how ROI (region of interest) in the original image get mapped to a feature map?
-
Decision Tree Variants
In this post we dicuss different decision trees.
-
Boosting & Bagging
In this post we discuss boostrap sampling and the bagging framework. And many of its applications.