dynet
There are 41 repositories under dynet topic.
IntelLabs/nlp-architect
A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language Processing neural networks
jkkummerfeld/text2sql-data
A collection of datasets that pair questions with SQL queries.
taishi-i/nagisa
A Japanese tokenizer based on recurrent neural networks
hankcs/multi-criteria-cws
Simple Solution for Multi-Criteria Chinese Word Segmentation
swabhs/open-sesame
A frame-semantic parsing system based on a softmax-margin SegRNN.
jcyk/greedyCWS
Source code for an ACL2017 paper on Chinese word segmentation
rguthrie3/BiLSTM-CRF
BiLSTM-CRF for sequence labeling in Dynet
jcyk/CWS
Source code for an ACL2016 paper of Chinese word segmentation
morningmoni/TaxoRL
Code for paper "End-to-End Reinforcement Learning for Automatic Taxonomy Induction", ACL 2018
duyvuleo/Transformer-DyNet
An Implementation of Transformer (Attention Is All You Need) in DyNet
toru34/li_emnlp_2017
Deep Recurrent Generative Decoder for Abstractive Text Summarization in DyNet
swabhs/joint-lstm-parser
Transition-based joint syntactic dependency parser and semantic role labeler using a stack LSTM RNN architecture.
jkkummerfeld/irc-disentanglement
Dataset and model for disentangling chat on IRC
neulab/extreme-adaptation-for-personalized-translation
Code for the paper "Extreme Adaptation for Personalized Neural Machine Translation"
roeeaharoni/morphological-reinflection
Source code for the paper "Morphological Inflection Generation with Hard Monotonic Attention"
jcyk/Dynet-Biaffine-dependency-parser
Dynet-based Biaffine Parser
pmichel31415/dynet-att
An attentional NMT model in Dynet
onurgu/ner-tagger-dynet
See http://github.com/onurgu/joint-ner-and-md-tagger This repository is basically a Bi-LSTM based sequence tagger in both Tensorflow and Dynet which can utilize several sources of information about each word unit like word embeddings, character based embeddings and morphological tags from an FST to obtain the representation for that specific word unit.
bdusell/grefenstette-stack-lstm
DyNet implementation of stack LSTM experiments by Grefenstette et al.
toru34/zhou_acl_2017
Selective Encoding for Abstractive Sentence Summarization in DyNet
toru34/rush_emnlp_2015
A Neural Attention Model for Abstractive Sentence Summarization in DyNet
erayyildiz/Neural-Morphological-Disambiguation-for-Turkish-DEPRECATED
Neural morphological disambiguation for Turkish. Implemented in DyNet
erayyildiz/LookupAnalyzerDisambiguator
Turkish Morphological Analyzer with dictionaries for stems and suffixes + Neural Morphological Disambiguation implemented in DyNet
toru34/kim_emnlp_2014
Convolutional Neural Networks for Sentence Classification in DyNet
pmichel31415/dynet-tutorial
Simple tutorials for dynet
masashi-y/dynet.hs
Haskell binding for DyNet
WenchenLi/joint-lstm-parser-dynet-gpu
Greedy, Joint Syntactic-Semantic Parsing with Stack LSTMs
ChocoWu/TransTE
Source code for Neurocomputing paper: Neural Transition Model for Aspect-based Sentiment Triplet Extraction with Triplet Memory
HsiaoYetGun/MiRLocator
miRNA subcellular localization
orvark13/DEEPtagger
PoS Tagging with Bidirectional Long Short-Term Memory Models
speedcell4/moire
DyNet interfaces for Humans
bricksdont/classifier-recipes
Code that exemplifies neural network solutions for classification tasks with DyNet. On top of that, the code demonstrates how to implement a custom classifier that is compatible with scikit-learn's API.
iclementine/stackLSTM-parser
a simple modification of Chris Dyer's stack LSTM Parser
samridhishree/Neural-Machine-Translation
Neural Machine Translation with Attention (Dynet)
UnsignedArduino/Dynet-JS
Port of DYNET to JavaScript with p5.js visualization