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

[2020/11/12]推薦・機械学習勉強会 #74

Open yu-ya4 opened 3 years ago

yu-ya4 commented 3 years ago

Why

推薦・機械学習勉強会は、推薦や機械学習、その周辺技術を通じてサービスを改善することにモチベーションのある人達の集まりです。ニュースやブログから論文まで、気になったものについてお互い共有しましょう!

発信のため、ここは public にしてあります。外部からの参加をご希望の方は松村(https://twitter.com/yu__ya4) まで DM を送るか、Wantedly Visit の募集(https://www.wantedly.com/projects/391912) よりご連絡ください!

What

Wantedly では隔週木曜日に

といった話をする「推薦・機械学習勉強会」を開催しています。 この ISSUE はその会で話すネタを共有するための場所です。

話したいことがある人はここにコメントしましょう! 会の間に話した内容もここにメモしましょう!

prev: #72

hakubishin3 commented 3 years ago

データアナリストの倫理観

https://custle.hatenablog.com/entry/2020/11/12/124231

AI Lab、Web分野のトップカンファレンス「WSDM」にて共著論文採択 ー 知識グラフを活用した新規コンテンツの推薦手法を提案 ー

https://www.cyberagent.co.jp/news/detail/id=25368

[Kaggle] DSB2019: QWKをGBDTで直接最適化する

https://zenn.dev/jackthekaggler/articles/cf988ca341e34ed83034

ISUCON、Kaggleで代休をとれる「コンペ研修制度」を社内制度としてリリースしました

https://note.com/yamitzky/n/n2e8bc6c218d8

【オンライン開催】CA × atmaCup 2nd

https://atma.connpass.com/event/189613/

hiroto0227 commented 3 years ago

nerman: AllenNLP と Optuna で作る固有表現抽出システム - クックパッド開発者ブログ

https://techlife.cookpad.com/entry/2020/11/06/110000 https://twitter.com/himkt/status/1324532056899026944?s=20

select
    , s.recipe_id
    , e.name
    , e.category
from
    recipe_step_named_entities as e
    inner join recipe_steps as s on e.step_id = s.id
where
    e.category in ('Tg')
    and s.recipe_id = xxxx
yu-ya4 commented 3 years ago

メルカリの最高のモバイル向けMLモデル管理基盤

『MLSE モバイル向け機械学習モデル管理基盤』 https://speakerdeck.com/yujioshima/mlse-mobairuxiang-keji-jie-xue-xi-moderuguan-li-ji-pan

クックパッドの最高の行動履歴基盤

『ドキュメントベースの型安全なモバイルアプリ行動ログ基盤の構築』 https://techlife.cookpad.com/entry/2020/11/05/110000

「これまでの問題点」にわかりみしかなかった。。。

Ubie の MLサービス運営開始時のプラクティス

『# 7 ML サービスを運営する上で早めにやっておいた方が良かったこと』 https://pca.st/57rdahen

データエンジニアすごい

多様性を表現しようとすると多様性失う問題

『最近のアイコンが似通ってきている問題』 https://blog.btrax.com/jp/icon-trends/

Airbnb のデータの品質

『Data Quality at Airbnb』 https://medium.com/airbnb-engineering/data-quality-at-airbnb-e582465f3ef7

AutoML Tables のデータセット用にデータをまとめる際に考慮すべき基本コンセプト

『トレーニング データを作成するためのベスト プラクティス』 https://cloud.google.com/automl-tables/docs/data-best-practices#training-serving-skew

https://twitter.com/chezou/status/1323577413431824385