Pinned Repositories
Adversarial-Regularization
amunmt
A C++ decoder for neural machine translation models
awaresome-neural-models-for-semantic-match
A curated list of papers dedicated to neural text (semantic) matching.
Balanced-DataParallel
这里是改进了pytorch的DataParallel, 用来平衡第一个GPU的显存使用量
leetCode
:pencil2: 算法相关知识储备 LeetCode with Python :books:
Leetcode-1
🎓Leetcode solutions in Python 📚
Paraphrase_Copy
Syntax-awared-NMT
Improved Neural Machine Translation with a Syntax-Aware Encoder and Decoder
td-treelstm
Top-down Tree LSTM (NAACL 2016) http://aclweb.org/anthology/N/N16/N16-1035.pdf
Transformer-pytorch
howardchenhd's Repositories
howardchenhd/leetCode
:pencil2: 算法相关知识储备 LeetCode with Python :books:
howardchenhd/Leetcode-1
🎓Leetcode solutions in Python 📚
howardchenhd/Paraphrase_Copy
howardchenhd/awaresome-neural-models-for-semantic-match
A curated list of papers dedicated to neural text (semantic) matching.
howardchenhd/Balanced-DataParallel
这里是改进了pytorch的DataParallel, 用来平衡第一个GPU的显存使用量
howardchenhd/bert-Chinese-classification-task
bert中文分类实践
howardchenhd/Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
howardchenhd/cld3
howardchenhd/fast-transformers
Pytorch library for fast transformer implementations
howardchenhd/FILTER
howardchenhd/fsauor2018
Code for Fine-grained Sentiment Analysis of User Reviews of AI Challenger 2018
howardchenhd/huadongchen.github.io
howardchenhd/Interview-code-practice-python
面试题
howardchenhd/keyphrase-gan
Code for the paper "Keyphrase Generation for Scientific Articles using GANs"
howardchenhd/LASER
Language-Agnostic SEntence Representations
howardchenhd/leetcode_category
Leetcode solutions organized by the problem categories
howardchenhd/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
howardchenhd/libtorch-yolov3
A Libtorch implementation of the YOLO v3 object detection algorithm
howardchenhd/nndl.github.io
《神经网络与深度学习》 Neural Network and Deep Learning
howardchenhd/ParaGen
ParaGen is a PyTorch deep learning framework for parallel sequence generation.
howardchenhd/peper
howardchenhd/practicalAI
📚A practical approach to learning machine learning.
howardchenhd/PyContrast
PyTorch implementation of Contrastive Learning methods; List of awesome-contrastive-learning papers
howardchenhd/pytorch-onnx-tensorflow-pb
Converting A PyTorch Model to Tensorflow pb using ONNX
howardchenhd/RCZoo
question answering, reading comprehension toolkit
howardchenhd/sentence-splitter
Text to sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder.
howardchenhd/SentenceSimilarity
self complement of Sentence Similarity compute based on cilin, hownet, simhash, wordvector,vsm models,基于同义词词林,知网,指纹,字词向量,向量空间模型的句子相似度计算。
howardchenhd/SiameseSentenceSimilarity
SiameseSentenceSimilarity,个人实现的基于Siamese bilstm模型的相似句子判定模型,提供训练数据集和测试数据集.
howardchenhd/TensorFlow-Machine-Learning-Cookbook
Code repository for TensorFlow Machine Learning Cookbook by Packt
howardchenhd/XLM-Plus