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/07/31] Machine Learning 輪講 #12

Open agatan opened 5 years ago

agatan commented 5 years ago

Why

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

prev. #11

What

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

agatan commented 5 years ago

Robust Neural Machine Translation with Doubly Adversarial Inputs

機械翻訳のタスクにおいて、翻訳元の一単語を別の同義語に置き換えただけで翻訳文が大きく変わってしまう(ときには壊れてしまう)という問題がある。 そこでこの論文では Adversarial Example を生成し学習に使うことで、そういった操作に Robust な NMT を実現する方法を提案している。

agatan commented 5 years ago

Warm Up Cold-start Advertisements: Improving CTR Predictions via Learning to Learn ID Embeddings

ad id ベースの embedding は CTR 予測に効くが、cold start 問題があって実際には使いづらい。 そこで、meta learning を用いて「データが集まったときに学習がスムーズに進むような、良い embedding の初期値」を作ろう、という提案。

image

(オンラインで embedding を更新していくという想定。ふつう新しくできた ad はランダムな初期値から始めるしかないが、meta learning を用いて ad features からいい感じの embedding 初期値を作ってそこから始めると cold start を緩和できる)

Hayashi-Yudai commented 5 years ago

https://towardsdatascience.com/stop-installing-tensorflow-using-pip-for-performance-sake-5854f9d9eb0c