71ni's Stars
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
yongyehuang/Tensorflow-Tutorial
Some interesting TensorFlow tutorials for beginners.
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
tensorflow/models
Models and examples built with TensorFlow
ganeshjawahar/mem_absa
Aspect Based Sentiment Analysis using End-to-End Memory Networks
ruidan/Unsupervised-Aspect-Extraction
Code for acl2017 paper "An unsupervised neural attention model for aspect extraction"
koreyou/abae-chainer
Chainer implementation of Attention-based Aspect Extraction (He et al., ACL2017)
howardhsu/DE-CNN
Code for ACL 2018 paper "Double Embeddings and CNN-based Sequence Labeling for Aspect Extraction"
HKUST-KnowComp/DMSC
This repository is for the paper "Document-Level Multi-Aspect Sentiment Classification as Machine Comprehension"
WillKoehrsen/wikipedia-data-science
Working with and analyzing Wikipedia Data
mattnedrich/GradientDescentExample
Example demonstrating how gradient descent may be used to solve a linear regression problem
Embedding/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
ruidan/Aspect-level-sentiment
Code and dataset for ACL2018 paper "Exploiting Document Knowledge for Aspect-level Sentiment Classification"
NUSTM/ABSC
aspect-based sentiment classification
chenzhi1992/Multi-Label-Text-Classification
Tensorflow+bilstm+attention+multi label text classify
zqhZY/_rasa_chatbot
A Chinese task oriented chatbot in IVR(Interactive Voice Response) domain, implement by rasa. This is a demo with toy dataset, more data should be added for performance.
yenchenlin/DeepLearningFlappyBird
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
ugik/notebooks
collection of iPython notebooks
valcker/contextual-chatbot-tensorflow
Playing with a chatbot from tutorial: https://chatbotsmagazine.com/contextual-chat-bots-with-tensorflow-4391749d0077
dennybritz/chatbot-retrieval
Dual LSTM Encoder for Dialog Response Generation
thunlp/OpenNRE
An Open-Source Package for Neural Relation Extraction (NRE)
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
zjy-ucas/ChineseNER
A neural network model for Chinese named entity recognition
jayparks/tf-seq2seq
Sequence to sequence learning using TensorFlow.
ematvey/tensorflow-seq2seq-tutorials
Dynamic seq2seq in TensorFlow, step by step
erickrf/autoencoder
Text autoencoder with LSTMs
NELSONZHAO/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
sherjilozair/char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
astorfi/TensorFlow-World
:earth_americas: Simple and ready-to-use tutorials for TensorFlow
ajcr/100-pandas-puzzles
100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)