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

Compare MATCH results to auto-sklearn #56

Open
bruffridge opened this issue Jun 25, 2021 · 1 comment
Open

Compare MATCH results to auto-sklearn #56

bruffridge opened this issue Jun 25, 2021 · 1 comment
Assignees

Comments

@bruffridge
Copy link
Member Author

Though they have weights entirely learned automatically through various gradient descent methods, most state-of-the-art language models still bear the touch of a human designer through their architectures. AutoML is a developing paradigm in machine learning which attempts to automate the design of the model architecture. In this paradigm, many machine learning models are trained to accomplish the same task. The architectures of these models are constructed of components which are connected to one another in arbitrary configurations. Some models will prove themselves to be more accurate than others; their votes will be weighted more heavily in the ensemble’s predictions. The training process finds not only the model weights, but the best-performing models.
In the genetic algorithm variation of this concept, the worst-performing models are winnowed out, replaced by mutated versions of the better-performing models. This allows a form of natural selection to take place, and ideally encourages increasingly better-performing model architectures to evolve naturally.
We have explored the usage of AutoML libraries such as auto-sklearn. After three hours of training the PeTaL dataset, our multilabel auto-sklearn implementation was unable to learn anything at all. However, we have yet to explore many other AutoML configurations and implementations.

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

3 participants