DeepPhysicVision's Stars
AIChallenger/AI_Challenger_2018
AI Challenger, a platform for open datasets and programming competitions to artificial intelligence (AI) talents around the world. https://challenger.ai/
gaoxuesong/KerasNotebook
Keras 快速上手——基于 Python 的深度学习实战
pedrobalage/SemevalAspectBasedSentimentAnalysis
System that participated in Semeval 2014 task 4: Aspect Based Sentiment Analysis
strongio/keras-elmo
How to use ELMo embeddings in Keras with Tensorflow Hub
maciejkula/glove-python
Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
Jorigorn/ABSC
aspect-based sentiment classification
yuhaozhang/dep-embedding-tf
A TensorFlow implementation of dependency-based word embeddings (dependency-based word2vec)
mkaufma90/word2vec-deps
Dependency based word embeddings
LiyuanLucasLiu/LM-LSTM-CRF
Empower Sequence Labeling with Task-Aware Language Model
lixin4ever/E2E-TBSA
[AAAI 2019] A Unified Model for Opinion Target Extraction and Target Sentiment Prediction
Jack-Lee-Hiter/AlgorithmsByPython
算法/数据结构/Python/剑指offer/机器学习/leetcode
tensorflow/hub
A library for transfer learning by reusing parts of TensorFlow models.
DUT-LiuYang/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
DUT-LiuYang/Aspect-Sentiment-Analysis
DUT-LiuYang/keras-attention-mechanism
Attention mechanism Implementation for Keras.
MaximumEntropy/Seq2Seq-PyTorch
Sequence to Sequence Models with PyTorch
mjain72/Sentiment-Analysis-using-Word2Vec-and-LSTM
We will do sentiment analysis using Google's pre-trained word2vec model
leuchine/S-LSTM
Code for the paper: Sentence-State LSTM for Text Representation
nilbody/cloud-tensorflow
Scalable service to run TensorFlow in cloud platform
johnno1962/injectionforxcode
Runtime Code Injection for Objective-C & Swift
kanyun-inc/commonsense-rc
Code for Yuanfudao at SemEval-2018 Task 11: Three-way Attention and Relational Knowledge for Commonsense Machine Comprehension
liufly/recurrent-entity-networks
TensorFlow implementation of "Tracking the World State with Recurrent Entity Networks".
SenticNet/sentic-lstm
Sentic Long Short Term Memory
ruidan/Aspect-level-sentiment
Code and dataset for ACL2018 paper "Exploiting Document Knowledge for Aspect-level Sentiment Classification"
Roshanson/TextInfoExp
自然语言处理实验(sougou数据集),TF-IDF,文本分类、聚类、词向量、情感识别、关系抽取等
jiangzhenxing/nlp
一个自然语言处理的学习实验性项目
aespresso/chinese_sentiment
用tensorflow进行中文自然语言处理的情感分析
liufly/delayed-memory-update-entnet
Recurrent Entity Networks with Delayed Memory Update for Targeted Aspect-based Sentiment Analysis, published at NAACL 2018
goodfeli/adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
jonbruner/generative-adversarial-networks
Introduction to generative adversarial networks, with code to accompany the O'Reilly tutorial on GANs