Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metalearn: ensembling controller #5

Open
cosmicBboy opened this issue Jul 9, 2019 · 0 comments
Open

metalearn: ensembling controller #5

cosmicBboy opened this issue Jul 9, 2019 · 0 comments

Comments

@cosmicBboy
Copy link
Owner

The ensembler can be implemented as an additional component to the metalearn controller architecture.

High-level approach

The RNN controller produces k machine learning frameworks (MLFs), where each hyperparameter is represented as an embedding in the shared RNN embedding space.

Take the last hidden layer of each ML framework and feed them as input to an ensembler RNN that produces a probability [0, 1] that serves as a weight to the ensemble of k MLFs.

These weights are then applied to the validation predictions of the k MLFs as a weighted average to produce a validation performance and reward signal for the ensembler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant