Pinned Repositories
2020_KDD_Debiasing_TOP13
KDD Cup 2020 Challenges for Modern E-Commerce Platform: Debiasing Full榜15 Half榜13
allennlp
An open-source NLP research library, built on PyTorch.
annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
ANRL
ANRL: Attributed Network Representation Learning via Deep Neural Networks
Answer_Selection
For those who want to model the inter-sentence relations, pls use the more powerful code of "Attentive Convolution" in another repository
APP
The code of APP, Scalable Graph Embedding for Asymmetric Proximity. Zhou, Chang and Liu, Yuqiong and Liu, Xiaofei and Liu, Zhongyi and Gao, Jun AAAI 2017
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
attention-transfer
Improving Convolutional Networks via Attention Transfer (ICLR 2017)
attentional_factorization_machine
TensorFlow Implementation of Attentional Factorization Machine
attentional_factorization_machine-1
gaoyz0625's Repositories
gaoyz0625/2020_KDD_Debiasing_TOP13
KDD Cup 2020 Challenges for Modern E-Commerce Platform: Debiasing Full榜15 Half榜13
gaoyz0625/awesome-bert
bert nlp papers, applications and github resources, including the newst xlnet , BERT、XLNet 相关论文和 github 项目
gaoyz0625/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
gaoyz0625/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text classification.
gaoyz0625/bert-multitask-learning
BERT for Multitask Learning
gaoyz0625/Bert-TextClassification
Implemention some Baseline Model upon Bert for Text Classification
gaoyz0625/bert-toxic-comments-multilabel
Multilabel classification for Toxic comments challenge using Bert
gaoyz0625/DeepFM_with_PyTorch
A PyTorch implementation of DeepFM for CTR prediction problem.
gaoyz0625/DeepInterestNetwork
gaoyz0625/deeplearning-models
A collection of various deep learning architectures, models, and tips
gaoyz0625/ERNIE-text-classification-pytorch
This repo contains a PyTorch implementation of a pretrained ERNIE model for text classification.
gaoyz0625/Familia
A Toolkit for Industrial Topic Modeling
gaoyz0625/fastxml
FastXML / PFastXML / PFastreXML - Implementation of Extreme Multi-label Classification
gaoyz0625/GATNE
Source code and dataset for KDD 2019 paper "Representation Learning for Attributed Multiplex Heterogeneous Network"
gaoyz0625/lac
百度开源中文词法分析工具: 分词,词性标注,命名实体识别
gaoyz0625/LARK
LAnguage Representations Kit
gaoyz0625/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
gaoyz0625/models
Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)
gaoyz0625/nlp_classify
基于bert的中文分类实现,具体包括模型训练,分类预测,模型压缩,模型部署等环节
gaoyz0625/Pretrained-Language-Model
Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.
gaoyz0625/PyTorch-BigGraph
Software used for generating embeddings from large-scale graph-structured data.
gaoyz0625/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
gaoyz0625/pytorch-memonger
Sublinear memory optimization for deep learning. https://arxiv.org/abs/1604.06174
gaoyz0625/pytorch_geometric
Geometric Deep Learning Extension Library for PyTorch
gaoyz0625/pyxclib
Tools for multi-label classification problems.
gaoyz0625/ranking
Learning to Rank in TensorFlow
gaoyz0625/sha-rnn
Single Headed Attention RNN - "Stop thinking with your head"
gaoyz0625/tez
Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle over 90% of deep learning projects in PyTorch.
gaoyz0625/TinyBERT
gaoyz0625/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch.