摘要:
1、Bagging trains n base learner in parallel 2、Make decisions by averaging learers' outputs(regeression) or majority voting(classfication) 3、Each learn 阅读全文
摘要:
One of the best things about STN is the ability to simply plug it into any existing CNN with very little modification. # License: BSD # Author: Ghasse 阅读全文