wantedly / machine-learning-round-table

Gather around the table, and have a discussion to catch up the latest trend of machine learning 🤖
https://www.wantedly.com/projects/391912
305 stars 2 forks source link

[2019/08/28] Machine Learning 輪講 #15

Open agatan opened 5 years ago

agatan commented 5 years ago

Why

Machine Learning 輪講は最新の技術や論文を追うことで、エンジニアが「技術で解決できること」のレベルをあげていくことを目的にした会です。

prev. #14

What

話したいことがある人はここにコメントしましょう! 面白いものを見つけた時点でとりあえず話すという宣言だけでもしましょう!

agatan commented 5 years ago

How to Train Your ResNet 8: Bag of Tricks

https://myrtle.ai/how-to-train-your-resnet-8-bag-of-tricks/

Single GPU x 26s で CIFAR-10 Accuracy 94% を達成する話。

agatan commented 5 years ago

On the Variance of the Adaptive Learning Rate and Beyond

話題の RAdam についての話。Adam は初期ステップが不安定なので lr scheduling が有効だった。RAdam はヒューリスティックによる scheduling をやめて自動でいい感じにしてくれる。 Adam より良い Optimizer シリーズいっぱいある (Lookahead, RAdam, NovoGrad, ...)

agatan commented 5 years ago

Topic-Aware Neural Keyphrase Generation for Social Media Language

Topic を考慮しつつ Keyphrase Generation をすることで既存モデルより高い精度を達成した話。 NTM の部分は Vampire とほぼ同じに見える。 seq2seq と NTM を同時に学習する & decoder に NTM の結果を活用する。