Skip to content

How does the fusion ensemble differentiate the members of the ensemble? #64

Answered by xuyxu
jmusiel asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jmusiel, thanks for your good question.

Are the estimators are initialized the same way? Or do they also start with separate random weights?

I have checked estimators in fusion after initialization, the truth is that each estimator has a separate random weights even after setting the random seed using torch.manual_seed.

However mini batch gradient descent is used separately on each of them from what I can tell, so my understanding is that this should cause some stochastic differences between the estimators. Is this sufficient?

Stochastic differences during the optimization in combination with separate random weights are sufficient for training a ensemble with high diversity (Anoth…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jmusiel
Comment options

@xuyxu
Comment options

Answer selected by jmusiel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants