Pinned Repositories
2018-tencent-ad-competition-baseline
2018腾讯广告算法大赛baseline 线上0.73
996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
Ad-papers
Papers on Computational Advertising
Ads-RecSys-Datasets
This repository collects some datasets for Ads & RecSys uses, and provide easy-to-use hdf5 iterative access.
agents
An Open-source Framework for Autonomous Language Agents
DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
LargeBatchCTR
Large batch training of CTR models based on DeepCTR with CowClip.
nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
stable-diffusion-webui-colab
stable diffusion webui colab
UBR4CTR
UBR4CTR is the code for our proposed User Behavior Retrieval for CTR Prediction framework in SIGIR 2020.
buptygz's Repositories
buptygz/awesome-RecSys-papers
The awesome and classic papers in recommendation system!!! Good luck to every RecSys-learner!
buptygz/HousePricePredict
房价预测
buptygz/LightLDA
Scalable, fast, and lightweight system for large-scale topic modeling
buptygz/wiki_zh_word2vec
利用Python构建Wiki中文语料词向量模型试验
buptygz/CS294
homework for CS294 Fall 2017
buptygz/keyword_extraction
利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。
buptygz/dssm
DSSM and Multi-View DSSM
buptygz/lda2vec
buptygz/tensorflow
Computation using data flow graphs for scalable machine learning
buptygz/fm_python
implement fm demo with python
buptygz/dssm-2
a improved dssm model for chinese or english
buptygz/Machine-Learning
机器学习实战(Python3)
buptygz/MachineLearning
一些关于机器学习的学习资料与研究介绍
buptygz/CodePractice
Exercise for Python and C++
buptygz/tgboost
Tiny Gradient Boosting Tree
buptygz/Analytics_Vidhya
Codes related to activities on AV including articles, hackathons and discussions.
buptygz/dssm-1
buptygz/algorithm-exercise
Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
buptygz/HumanOrRobot
a solution for competition of kaggle `Human or Robot`
buptygz/Deep-Semantic-Similarity-Model
My Keras implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf.
buptygz/jd
JData京东算法大赛入门程序
buptygz/JData
京东JData算法大赛-高潜用户购买意向预测入门程序(starter code)
buptygz/leetcode_Cplus
C++Practice
buptygz/Kaggle-House-Prices-Advanced-Regression-Techniques
Udacity capstone project: Kaggle competition on house prices prediction using advanced regression techniques
buptygz/word2vec-1
Automatically exported from code.google.com/p/word2vec
buptygz/boolan
buptygz/CLSM
This code is for Convolutional Latent Semantic Model, which is similay with DSSM(Deep Semantic Similarity Model).
buptygz/ConfigurationFiles
configuration files, such as repo (download android source file)、.git-completion.bash(git autocomplete bash)
buptygz/optimal-rtb
A benchmarking framework supporting the experiments in KDD'14 paper "Optimal Real-Time Bidding for Display Advertising"
buptygz/wordcount
Hadoop MapReduce word counting with Java