Skip to content
View Ethanwangguoliang's full-sized avatar

Block or report Ethanwangguoliang

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. CollaborativeMemoryNetwork CollaborativeMemoryNetwork Public

    Forked from tebesu/CollaborativeMemoryNetwork

    Collaborative Memory Network for Recommendation Systems, SIGIR 2018

    Python

  2. vae_cf vae_cf Public

    Forked from dawenl/vae_cf

    Variational autoencoders for collaborative filtering

    Jupyter Notebook

  3. d2l-pytorch d2l-pytorch Public

    Forked from dsgiitr/d2l-pytorch

    This project reproduces the book Dive Into Deep Learning (www.d2l.ai), adapting the code from MXNet into PyTorch.

    Jupyter Notebook

  4. kaggle_criteo_ctr_challenge- kaggle_criteo_ctr_challenge- Public

    Forked from chengstone/kaggle_criteo_ctr_challenge-

    This is a kaggle challenge project called Display Advertising Challenge by CriteoLabs at 2014.这是2014年由CriteoLabs在kaggle上发起的广告点击率预估挑战项目。

    Jupyter Notebook

  5. Word2VEC_java Word2VEC_java Public

    Forked from NLPchina/Word2VEC_java

    word2vec java版本的一个实现

    Java

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

    Forked from water8394/flink-recommandSystem-demo

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

    Java