jaysharp's Stars
HIT-SCIR/pyltp
pyltp: the python extension for LTP
meereeum/lda2vec-tf
tensorflow port of the lda2vec model for unsupervised learning of document + topic + word embeddings
cemoody/lda2vec
galsang/BiBloSA-pytorch
Re-implementation of Bi-Directional Block Self-Attention for Fast and Memory-Efficient Sequence Modeling (T. Shen et al., ICLR 2018) on Pytorch.
yongyehuang/Tensorflow-Tutorial
Some interesting TensorFlow tutorials for beginners.
phanein/deepwalk
DeepWalk - Deep Learning for Graphs
taoshen58/BiBloSA
Bi-Directional Block Self-Attention
taoshen58/DiSAN
Code of Directional Self-Attention Network (DiSAN)
kaushalshetty/Structured-Self-Attention
A Structured Self-attentive Sentence Embedding
flrngel/Self-Attentive-tensorflow
Tensorflow implementation of "A Structured Self-Attentive Sentence Embedding"
ExplorerFreda/Structured-Self-Attentive-Sentence-Embedding
An open-source implementation of the paper ``A Structured Self-Attentive Sentence Embedding'' (Lin et al., ICLR 2017).
jx00109/sentence2vec
This is a implementation of the paper A SIMPLE BUT TOUGH-TO-BEAT BASELINE FOR SENTENCE EMBEDDING.
lc222/Dynamic-CNN-Sentence-Classification-TF
hritik25/Dynamic-CNN-for-Modelling-Sentences
An implementation of the CNN model described in "A Convolutional Neural Network for Modelling Sentences". Kalchbrenner et al. 2014
dennybritz/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
lpty/tensorflow_tutorial
tensorflow的一些实例
tensorflow/models
Models and examples built with TensorFlow
aditya-grover/node2vec
lionsoul2014/jcseg
Jcseg is a light weight NLP framework developed with Java. Provide CJK and English segmentation based on MMSEG algorithm, With also keywords extraction, key sentence extraction, summary extraction implemented based on TEXTRANK algorithm. Jcseg had a build-in http server and search modules for lucene,solr,elasticsearch,opensearch
to-shimo/chinese-word2vec
word2vec/glove/swivel binary file on chinese corpus
vrasneur/pyfasttext
Yet another Python binding for fastText
tsroten/pynlpir
A Python wrapper around the NLPIR/ICTCLAS Chinese segmentation software.
shuaihuaiyi/QA
使用深度学习算法实现的中文问答系统
crownpku/Rasa_NLU_Chi
Turn Chinese natural language into structured data 中文自然语言理解
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.
RasaHQ/rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
baidu/Familia
A Toolkit for Industrial Topic Modeling
chatopera/Synonyms
:herb: 中文近义词:聊天机器人,智能问答工具包
facebookresearch/fastText
Library for fast text representation and classification.
ne7ermore/torch-light
Deep-learning by using Pytorch. Basic nns like Logistic, CNN, RNN, LSTM and some examples are implemented by complex model.