N.Fia~ (tinkle1129)

tinkle1129

Geek Repo

Github PK Tool:Github PK Tool


Organizations
ARASC

N.Fia~'s starred repositories

dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.

Language:PythonLicense:Apache-2.0Stargazers:13432Issues:174Issues:2765

xxHash

Extremely fast non-cryptographic hash algorithm

Language:CLicense:NOASSERTIONStargazers:9056Issues:172Issues:377

vowpal_wabbit

Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.

Language:C++License:NOASSERTIONStargazers:8472Issues:352Issues:1269

DeepCTR

Easy-to-use,Modular and Extendible package of deep-learning based CTR models .

Language:PythonLicense:Apache-2.0Stargazers:7544Issues:178Issues:369

Ad-papers

Papers on Computational Advertising

Language:PythonLicense:MITStargazers:4206Issues:348Issues:2

neural_collaborative_filtering

Neural Collaborative Filtering

Language:PythonLicense:Apache-2.0Stargazers:1791Issues:31Issues:73

LightCTR

Lightweight and Scalable framework that combines mainstream algorithms of Click-Through-Rate prediction based computational DAG, philosophy of Parameter Server and Ring-AllReduce collective communication.

Language:C++License:Apache-2.0Stargazers:674Issues:59Issues:10

dssm

DSSM and Multi-View DSSM

DeepGBM

SIGKDD'2019: DeepGBM: A Deep Learning Framework Distilled by GBDT for Online Prediction Tasks

recommenders-addons

Additional utils and helpers to extend TensorFlow when build recommendation systems, contributed and maintained by SIG Recommenders.

Language:CudaLicense:Apache-2.0Stargazers:590Issues:33Issues:118

GraphWaveletNeuralNetwork

A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)

Language:PythonLicense:GPL-3.0Stargazers:570Issues:16Issues:11

OpenLearning4DeepRecsys

Some deep learning based recsys for open learning.

deepx_core

deepx_core是一个专注于张量计算/深度学习的基础库

Language:C++License:NOASSERTIONStargazers:370Issues:18Issues:5

ATRank

An Attention-Based User Behavior Modeling Framework for Recommendation

Language:PythonLicense:Apache-2.0Stargazers:364Issues:16Issues:14

embedx

embedx 是基于 c++ 开发的、完全自研的分布式 embedding 训练和推理框架。它目前支持 图模型、深度排序、召回模型和图与排序、图与召回的联合训练模型等

Language:C++License:NOASSERTIONStargazers:298Issues:14Issues:6

hin2vec

Heterogeneous information network representation learning

outbrain-click-prediction-kaggle

Solution to the Outbrain Click Prediction competition

Language:PythonStargazers:146Issues:9Issues:0

tianchi_OGeek

在搜索业务下有一个场景叫实时搜索(Instance Search),就是在用户不断输入过程中,实时返回查询结果。 此次赛题来自OPPO手机搜索排序优化的一个子场景,并做了相应的简化,意在解决query-title语义匹配的问题。简化后,本次题目内容主要为一个实时搜索场景下query-title的ctr预估问题。