Huadong Chen's repositories
Leetcode-1
🎓Leetcode solutions in Python 📚
awaresome-neural-models-for-semantic-match
A curated list of papers dedicated to neural text (semantic) matching.
Balanced-DataParallel
这里是改进了pytorch的DataParallel, 用来平衡第一个GPU的显存使用量
bert-Chinese-classification-task
bert中文分类实践
Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
fast-transformers
Pytorch library for fast transformer implementations
fsauor2018
Code for Fine-grained Sentiment Analysis of User Reviews of AI Challenger 2018
keyphrase-gan
Code for the paper "Keyphrase Generation for Scientific Articles using GANs"
leetcode_category
Leetcode solutions organized by the problem categories
LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
libtorch-yolov3
A Libtorch implementation of the YOLO v3 object detection algorithm
nndl.github.io
《神经网络与深度学习》 Neural Network and Deep Learning
ParaGen
ParaGen is a PyTorch deep learning framework for parallel sequence generation.
practicalAI
📚A practical approach to learning machine learning.
PyContrast
PyTorch implementation of Contrastive Learning methods; List of awesome-contrastive-learning papers
pytorch-onnx-tensorflow-pb
Converting A PyTorch Model to Tensorflow pb using ONNX
sentence-splitter
Text to sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder.
SentenceSimilarity
self complement of Sentence Similarity compute based on cilin, hownet, simhash, wordvector,vsm models,基于同义词词林,知网,指纹,字词向量,向量空间模型的句子相似度计算。
SiameseSentenceSimilarity
SiameseSentenceSimilarity,个人实现的基于Siamese bilstm模型的相似句子判定模型,提供训练数据集和测试数据集.
TensorFlow-Machine-Learning-Cookbook
Code repository for TensorFlow Machine Learning Cookbook by Packt