主要是 machine learning 应用相关, 可以是博客,也可以是论文
比如 https://medium.com/airbnb-engineering/learning-market-dynamics-for-optimal-pricing-97cffbcc53e3
又比如我学 RNN,学到一半,发现了 attention is all you need ( https://arxiv.org/abs/1706.03762), 一种更新的架构(不过主要是 NLO );搜了一下,又发现 Universal Transfomer ( https://ai.googleblog.com/2018/08/moving-beyond-translation-with.html), 就应该是最新的架构了。。。
目前,我感觉就只能翻翻各大公司的博客,比如
- Google: https://ai.googleblog.com/, https://ai.google/research/pubs/
- Facebook: https://code.fb.com/
- Airbnb: https://medium.com/airbnb-engineering/
- Uber: https://eng.uber.com/
- 美团点评: https://tech.meituan.com/
不知道还有什么地方呢? 有什么比较好的了解各大公司使用 ml 的例子的?
另,我自己有一个服务( http://productchaseapp.herokuapp.com/tech2pocket), 就是抓了很多博客做过滤,这样阅读起来就很有效率,不过主要是针对产品的。实在没办法就只能把 https://github.com/kilimchoi/engineering-blogs 上的给全抓了。。。