Pinned Repositories
ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
ARGUS-Chatbot
The ARGUS chatbot is a chatterbot that judges the emotional state of the user after a conversation
attention
some attention implements
bert
TensorFlow code and pre-trained models for BERT
bi-att-flow
Bidirectional Attention Flow
CapsNet-Tensorflow
A Tensorflow implementation of CapsNet(Capsules Net) in Hinton's paper Dynamic Routing Between Capsules
Capsule
A Capsule Implement with Pure Keras
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
CS291K
🎭 Sentiment Analysis of Twitter data using combined CNN and LSTM Neural Network models
HAW
Wasserstein based Hierarchial Attention Model for Cross-domain Sentiment Classification
nkmeng's Repositories
nkmeng/HAW
Wasserstein based Hierarchial Attention Model for Cross-domain Sentiment Classification
nkmeng/CS291K
🎭 Sentiment Analysis of Twitter data using combined CNN and LSTM Neural Network models
nkmeng/ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
nkmeng/ARGUS-Chatbot
The ARGUS chatbot is a chatterbot that judges the emotional state of the user after a conversation
nkmeng/attention
some attention implements
nkmeng/bert
TensorFlow code and pre-trained models for BERT
nkmeng/bi-att-flow
Bidirectional Attention Flow
nkmeng/CapsNet-Tensorflow
A Tensorflow implementation of CapsNet(Capsules Net) in Hinton's paper Dynamic Routing Between Capsules
nkmeng/Capsule
A Capsule Implement with Pure Keras
nkmeng/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
nkmeng/DANN
pytorch implementation of Domain-Adversarial Training of Neural Networks
nkmeng/deeplearning-models
A collection of various deep learning architectures, models, and tips
nkmeng/deeplearning-papernotes
Summaries and notes on Deep Learning research papers
nkmeng/finetune_classification
使用 TensorFlow 进行 finetuning 的通用分类模型
nkmeng/LSTM_tf
从tensorflow实战一书学到,用tensorflow实现简单的LSTM
nkmeng/NCRFpp
NCRF++, an Open-source Neural Sequence Labeling Toolkit. It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components. (code for COLING/ACL 2018 paper)
nkmeng/nkmeng.github.io
nkmeng/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
nkmeng/python
Show Me the Code Python version.
nkmeng/Python-1
All Algorithms implemented in Python
nkmeng/rnn-text-classification-tf
Tensorflow Implementation of Recurrent Neural Network (Vanilla, LSTM, GRU) for Text Classification
nkmeng/sru
Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)
nkmeng/Tensorflow-Cookbook
Simple Tensorflow Cookbook for easy-to-use
nkmeng/tf-dann
Domain-Adversarial Neural Network in Tensorflow
nkmeng/transferlearning
Everything about Transfer Learning and Domain Adaptation--迁移学习
nkmeng/tutorials
机器学习相关教程
nkmeng/WDGRL
nkmeng/wide_deep
Wide and Deep Learning for CTR Prediction in tensorflow
nkmeng/word2vec
Automatically exported from code.google.com/p/word2vec
nkmeng/Word2vec_tf
从tensorflow实战一书学习到