PearlW1
major in pattern recognition and image processing,using matlab and cpp to complete the methods at NEU.
NEUShenYang
Pinned Repositories
AutoSmart
awesome-recommender-systems
A curated list of awesome resources about Recommender Systems.
Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
bert-utils
一行代码使用BERT生成句向量,BERT做文本分类、文本相似度计算
BERTopic
Leveraging BERT and c-TF-IDF to create easily interpretable topics.
catboost_demo
Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
CogLTX
The source code of NeurIPS 2020 paper "CogLTX: Applying BERT to Long Texts"
cvtk
CVTK, a computer vision toolkit
DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
PearlW1's Repositories
PearlW1/awesome-recommender-systems
A curated list of awesome resources about Recommender Systems.
PearlW1/AutoSmart
PearlW1/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
PearlW1/bert-utils
一行代码使用BERT生成句向量,BERT做文本分类、文本相似度计算
PearlW1/BERTopic
Leveraging BERT and c-TF-IDF to create easily interpretable topics.
PearlW1/catboost_demo
PearlW1/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
PearlW1/CogLTX
The source code of NeurIPS 2020 paper "CogLTX: Applying BERT to Long Texts"
PearlW1/cvtk
CVTK, a computer vision toolkit
PearlW1/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
PearlW1/DL-without-Weight-Transport-PyTorch
PearlW1/homemade-machine-learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
PearlW1/joyful-pandas
Pandas中文教程
PearlW1/kddcup2019-automl
Code for KDD CUP 2019 Auto-ML track
PearlW1/KDDCup2019_admin
Our solutions for KDDCup2019 as team "admin"
PearlW1/KDDCUP_2020_Debiasing_1st_Place
PearlW1/KDDCUP_2020_MultimodalitiesRecall_2nd_Place
PearlW1/lambda-learner
Lambda Learner is a library for iterative incremental training of a class of supervised machine learning models.
PearlW1/leeml-notes
李宏毅《机器学习》笔记,在线阅读地址:https://datawhalechina.github.io/leeml-notes
PearlW1/leetcode-working
just a repository
PearlW1/luge-ai
PearlW1/MA-recognition
using cross profile method to distinct true MA
PearlW1/nlp_paper_study
该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记
PearlW1/PaddleNLP
Easy-to-use and Fast NLP library with awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications.
PearlW1/product-nets
Tensorflow implementation of Product-based Neural Networks. An extended version is at https://github.com/Atomu2014/product-nets-distributed.
PearlW1/Reco-papers
Classic papers and resources on recommendation
PearlW1/RecSys2019_DeepLearning_Evaluation
This is the repository of our article published in RecSys 2019 "Are We Really Making Much Progress? A Worrying Analysis of Recent Neural Recommendation Approaches"
PearlW1/SGM
Sequence Generation Model for Multi-label Classification (COLING 2018)
PearlW1/tensorflow-handbook
简单粗暴 TensorFlow 2.0 | A Concise Handbook of TensorFlow 2.0
PearlW1/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等