Here are
90 public repositories
matching this topic...
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Updated
Mar 12, 2021
Jupyter Notebook
High Quality Monocular Depth Estimation via Transfer Learning
Updated
Apr 16, 2021
Jupyter Notebook
Pytorch implemention of Deep CNN Encoder + LSTM Decoder with Attention for Image to Latex
Updated
Mar 18, 2021
Python
A deep generative model to predict aircraft actual trajectories using high dimensional weather data
Updated
Nov 8, 2019
Jupyter Notebook
Design and build a chatbot using data from the Cornell Movie Dialogues corpus, using Keras
Updated
Mar 18, 2018
Python
Noise removal from images using Convolutional autoencoder
Updated
Sep 28, 2018
Python
An Implementation of Encoder-Decoder model with global attention mechanism.
Updated
Sep 21, 2019
Python
Its a social networking chat-bot trained on Reddit dataset . It supports open bounded queries developed on the concept of Neural Machine Translation. Beware of its being sarcastic just like its creator 😝 BDW it uses Pytorch framework and Python3.
Updated
Apr 9, 2021
Python
Source Code Generation Based On User Intention Using LSTM Networks
Updated
Jan 6, 2018
Python
Support material and source code for the model described in : "A Recurrent Encoder-Decoder Approach With Skip-Filtering Connections For Monaural Singing Voice Separation"
Updated
Sep 19, 2017
Python
Encoder-Decoder for Face Completion based on Gated Convolution
Updated
Jul 21, 2019
Python
This is the sequential Encoder-Decoder implementation of Neural Machine Translation using Keras
Updated
Aug 5, 2018
Python
Encoder-Decoder model for Semantic Role Labeling
Updated
May 13, 2020
Python
This is an implementation of the paper "Show and Tell: A Neural Image Caption Generator".
Updated
Dec 7, 2018
Python
Using a CNN-LSTM hybrid network to generate captions for images
Updated
Nov 19, 2019
Jupyter Notebook
Predictive Frame Interpolation (PIF) Model for video frame prediction and generation. The model can generate in between frames of a video thus increasing the frame rate.
Updated
Jul 13, 2020
Python
Tamil to English translation using Neural Networks
Updated
Jun 22, 2018
Jupyter Notebook
An implementation of the paper "Context-aware Captions from Context-agnostic Supervision"
Updated
May 6, 2019
Python
Classic spy Encoder-Decoder console game made with Python
Updated
Apr 12, 2018
Python
Neural Machine Tranlation using Local Attention
Updated
Jan 7, 2019
Jupyter Notebook
Implementation of a Dynamic Coattention Network proposed by Xiong et al.(2017) for Question Answering, learning to find answers spans in a document, given a question, using the Stanford Question Answering Dataset (SQuAD2.0).
Updated
Apr 20, 2021
Python
Taking the image description task on the MS-COCO data set as an example, the template code of Image_to_Text is shown.
Updated
Jun 30, 2019
Jupyter Notebook
📺 An Encoder-Decoder Model for Sequence-to-Sequence learning: Video to Text
Updated
Dec 13, 2018
Python
A collection of Tensorflow implementation for several milestone neural dialogue models.
Updated
Oct 20, 2019
OpenEdge ABL
A set of notebooks that explores the power of Recurrent Neural Networks (RNNs), with a focus on LSTM, BiLSTM, seq2seq, and Attention.
Updated
Aug 31, 2020
Jupyter Notebook
[Deep Learning] An end-to-end deep neural network that converts screenshots to Bootstrap (HTML/CSS) code
Updated
Sep 17, 2018
Python
This repository contains RNN, CNN, Transformer based Seq2Seq implementation.
Updated
Apr 12, 2019
Python
official tensorflow implementation of "On Extended Long Short-term Memory and Dependent Bidirectional Recurrent Neural Network"
Updated
Nov 18, 2019
Python
Updated
Oct 8, 2020
Python
Improve this page
Add a description, image, and links to the
encoder-decoder-model
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
encoder-decoder-model
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, all the VED/VAE models work only with a single channel data (e.g. grayscale images but not color images). The extension to multiple channels should be pretty straightforward if there is a use case.