A neural network that transforms a design mock-up into a static website.
-
Updated
Aug 16, 2024 - HTML
A neural network that transforms a design mock-up into a static website.
My notes on some Deep Learning papers
writing style transfer using cycle gan
Using a sequence to sequence RNN model to translate sentences from English to French.
A solution to American Sign Language Detection using Deep Learning
Neural Network machine translation using a Sequence-to-Sequence model
Implementation of a Seq2Seq deep learning model using PyTorch. Trained model on SQuAD2 data set and interact via a chatbot.
Deep Learning - Spring 2019
Seq2Seq based deep learning for translating from English to French
A sequence to sequence model on a dataset of English and French sentences that can translate new sentences from English to French
A Seq-to-seq model that translates English to French
cómo construir un modelo de secuencia a secuencia utilizando Python y Tensorflow
this is a chatbot app that is trained on the chatbot dataset. The link to the app is-> https://my-personal-chatbot.herokuapp.com/
Inspired by the realm of Neural Network machine translation, I trained a sequence-to-sequence (seq2seq) model on a dataset of English and French sentences that can translate new sentences from English to French. The dataset used in this project was the Dataset of English and French Sentences.
Sequence to Sequence Model for English to French Translation
Add a description, image, and links to the seq2seq topic page so that developers can more easily learn about it.
To associate your repository with the seq2seq topic, visit your repo's landing page and select "manage topics."