Google Model Search - Neural Network Architecture Search
AIEngineering AIEngineering
74.7K subscribers
4,298 views
0

 Published On Feb 20, 2021

#datascience #deeplearning #neuralnetwork

You can read about google model search here - https://ai.googleblog.com/2021/02/int...

Google Model Search system consists of multiple trainers, a search algorithm, a transfer learning algorithm and a database to store the various evaluated models. The system runs both training and evaluation experiments for various ML models (different architectures and training techniques) in an adaptive, yet asynchronous, fashion. While each trainer conducts experiments independently, all trainers share the knowledge gained from their experiments. At the beginning of every cycle, the search algorithm looks up all the completed trials and uses beam search to decide what to try next. It then invokes mutation over one of the best architectures found thus far and assigns the resulting model back to a trainer.

show more

Share/Embed