Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created July 25, 2018 02:42
Show Gist options
  • Select an option

  • Save ThaddeusJiang/b6c7069eef88af061cd05322b711f805 to your computer and use it in GitHub Desktop.

Select an option

Save ThaddeusJiang/b6c7069eef88af061cd05322b711f805 to your computer and use it in GitHub Desktop.
关于 CMS 推荐系统设计

使用 AI 为内容打分

  • Input:内容(Image / PDF)
  • Output:打分(1- 5)

算法

  • Input
  • 使用 Autoencoder(自编码)为内容降维;
  • 使用 RNN 训练 Model
  • 保存 Model 和权重
  • 实际使用
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment