Skip to content
View maitong's full-sized avatar

Block or report maitong

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. digital_labor digital_labor Public

    数字员工项目

    Python 1

  2. tensorflow_practice tensorflow_practice Public

    Forked from princewen/tensorflow_practice

    tensorflow实战练习,包括强化学习、推荐系统、nlp等

    Python

  3. competition-baseline competition-baseline Public

    Forked from datawhalechina/competition-baseline

    数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路

    Jupyter Notebook

  4. fun-rec fun-rec Public

    Forked from datawhalechina/fun-rec

    推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/

    Jupyter Notebook

  5. PaddleRec PaddleRec Public

    Forked from PaddlePaddle/PaddleRec

    Recommendation Algorithm大规模推荐算法库,包含推荐系统经典及最新算法LR、Wide&Deep、DSSM、TDM、MIND、Word2Vec、Bert4Rec、DeepWalk、SSR、AITM,DSIN,SIGN,IPREC、GRU4Rec、Youtube_dnn、NCF、GNN、FM、FFM、DeepFM、DCN、DIN、DIEN、DLRM、MMOE、PLE、ESM…

    Python

  6. flink-recommandSystem-demo flink-recommandSystem-demo Public

    Forked from water8394/flink-recommandSystem-demo

    🚁🚀基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。

    Java