Introducing Model Search: An Open Source Platform for Finding Optimal ML Models

By Google AI Blog - 2021-02-28

Description

Posted by Hanna Mazzawi, Research Engineer and Xavi Gonzalvo, Research Scientist, Google Research The success of a neural network (NN) o...

Summary

  • Posted by Hanna Mazzawi, Research Engineer and Xavi Gonzalvo, Research Scientist, Google Research The success of a neural network (NN) often depends on how well it can generalize to various tasks.
  • In that case, Model Search can be configured to simply act as a powerful ensembling machine.
  • The main search algorithm adaptively modifies one of the top k performing experiments (where k can be specified by the user) after applying random changes to the architecture or the training technique (e.g., making the architecture deeper).

 

Topics

  1. NLP (0.29)
  2. Machine_Learning (0.23)
  3. UX (0.04)

Similar Articles

Machine Learning Optimization Methods and Techniques

By Medium - 2020-12-07

The principal goal of machine learning is to create a model that performs well and gives accurate predictions in a particular set of cases. In order to achieve that, we need machine learning…

FastFormers: 233x Faster Transformers inference on CPU

By Medium - 2020-11-04

Since the birth of BERT followed by that of Transformers have dominated NLP in nearly every language-related tasks whether it is Question-Answering, Sentiment Analysis, Text classification or Text…

How to Use AutoKeras for Classification and Regression

By Machine Learning Mastery - 2020-09-01

AutoML refers to techniques for automatically discovering the best-performing model for a given dataset. When applied to neural networks, this involves both discovering the model architecture and the ...