hnwlp's Stars
HadoopIt/joint-slu-lm
Tensorflow implementation of joint modeling of SLU (intent & slot filling) and LM with RNNs.
chatopera/Synonyms
:herb: 中文近义词:聊天机器人,智能问答工具包
Jesselinux/Mining-Algorithms
Code of Wechat Subscription “MiningAlgorithms”.
Smilexuhc/Data-Competition-TopSolution
Data competition Top Solution 数据竞赛top解决方案开源整理
Honlan/DeepInterests
深度有趣
terrifyzhao/text_matching
常用文本匹配模型tf版本,数据集为QA_corpus,持续更新中
yanqiangmiffy/sentence-similarity
问题句子相似度计算,即给定客服里用户描述的两句话,用算法来判断是否表示了相同的语义。
liuchenailq/zhihu-baseline
看山杯 专家发现算法大赛 baseline 0.701741036192302(没有五折验证)
ilivans/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
Determined22/zh-NER-TF
A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
jiegzhan/multi-class-text-classification-cnn
Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN (Convolutional Neural Network) and Word Embeddings on Tensorflow.
CyberZHG/keras-bert
Implementation of BERT that could load official pre-trained models for feature extraction and prediction
wubinzzu/NeuRec
Next RecSys Library
fxsjy/jieba
结巴中文分词
cy69855522/Shortest-LeetCode-Python-Solutions
Leet Code 刷题笔记 - - 不求最快最省,但求最短最优雅,Shorter is better here.
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
luliyucoordinate/Leetcode
Play Leetcode with different programming language
USTC-Resource/USTC-Course
:heart:**科学技术大学课程资源
wepe/efficient-decision-tree-notes
高效决策树算法系列笔记
wzhe06/Reco-papers
Classic papers and resources on recommendation
ZGLee96/gbdt_var
根据GBDT衍生变量,并对衍生后的变量进行应用
Freemanzxp/GBDT_Simple_Tutorial
python实现GBDT的回归、二分类以及多分类,将算法流程详情进行展示解读并可视化,庖丁解牛地理解GBDT。Gradient Boosting Decision Trees regression, dichotomy and multi-classification are realized based on python, and the details of algorithm flow are displayed, interpreted and visualized to help readers better understand Gradient Boosting Decision Trees
INTERMT/Awesome-PyTorch-Chinese
【干货】史上最全的PyTorch学习资源汇总
fengdu78/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
fengdu78/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
PnYuan/Practice-of-Machine-Learning
code of scattered practices when studying "machine-learning".
ChenglongChen/tensorflow-DeepFM
Tensorflow implementation of DeepFM for CTR prediction.
aksnzhy/xlearn
High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.
recommenders-team/recommenders
Best Practices on Recommendation Systems
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers