paper-with-me

Papers

Tensor2Tensor for Neural Machine Translation

2018-03-16 · WS 2018 3 · Ashish Vaswani, Samy Bengio, Eugene Brevdo, Francois Chollet, Aidan N. Gomez, Stephan Gouws, Llion Jones, Łukasz Kaiser, Nal Kalchbrenner, Niki Parmar, Ryan Sepassi, Noam Shazeer, Jakob Uszkoreit

Tensor2Tensor is a library for deep learning models that is well-suited for neural machine translation and includes the reference implementation of the state-of-the-art Transformer model.

📄 PDF Abstract BibTeX arXiv:1803.07416

Code (15)

tensorflow/tensor2tensor 공식 구현 tf
1iyc/T2T-Analysis tf
Eamin-sust/tensor2tensor tf
Erra-Ernesto/master tf
Janice-M/tensorflow-lessons tf
JiachenMao/TransfornerPrune tf
Pek20180909/dp-transformer tf
artitw/tensor2tensor tf
gitboyzorro5/tensor2tensor tf
hhy37/tensor2tensor tf
inzva/fake-academic-paper-generation pytorch
jinliangwei/tensor2tensor-1.11 tf
qijimrc/tensor2tensor tf
samsucik/t2t tf
tianhai123/- tf

Tasks

Deep LearningMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Densifying Assumed-sparse Tensors: Improving Memory Efficiency and MPI Collective Performance during Tensor Accumulation for Parallelized Training of Neural Machine Translation Models

2019-05-10 · Derya Cavdar, Valeriu Codreanu, Can Karakus, John A. Lockman III 외

Neural machine translation - using neural networks to translate human language - is an area of active research exploring new neuron types and network topologies with the goal of dramatically improving machine translation…

CPUMachine TranslationTranslation

TensorCoder: Dimension-Wise Attention via Tensor Representation for Natural Language Modeling

2020-07-28 · Shuai Zhang, Peng Zhang, Xindian Ma, Junqiu Wei 외

Transformer has been widely-used in many Natural Language Processing (NLP) tasks and the scaled dot-product attention between tokens is a core module of Transformer. This attention is a token-wise design and its complexi…

Language ModelingLanguage ModellingMachine TranslationMasked Language Modeling+1

Riemannian Stochastic Gradient Descent for Tensor-Train Recurrent Neural Networks

2019-05-01 · ICLR 2019 5 · Jun Qi, Chin-Hui Lee, Javier Tejedor

The Tensor-Train factorization (TTF) is an efficient way to compress large weight matrices of fully-connected layers and recurrent layers in recurrent neural networks (RNNs). However, high Tensor-Train ranks for all the …

DecoderMachine TranslationTranslation

Training Neural Machine Translation (NMT) Models using Tensor Train Decomposition on TensorFlow (T3F)

2019-11-05 · Amelia Drew, Alexander Heinecke

We implement a Tensor Train layer in the TensorFlow Neural Machine Translation (NMT) model using the t3f library. We perform training runs on the IWSLT English-Vietnamese '15 and WMT German-English '16 datasets with lear…

Machine TranslationNMTTranslation

LeFlow: Enabling Flexible FPGA High-Level Synthesis of Tensorflow Deep Neural Networks

2018-07-14 · Daniel H. Noronha, Bahar Salehpour, Steven J. E. Wilton

Recent work has shown that Field-Programmable Gate Arrays (FPGAs) play an important role in the acceleration of Machine Learning applications. Initial specification of machine learning applications are often done using a…

BIG-bench Machine LearningHigh-Level SynthesisTranslation