All Projects → Nemzy → Language Translation

Nemzy / Language Translation

Licence: mit
Neural machine translator for English2German translation.

Projects that are alternatives of or similar to Language Translation

Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+4068.29%)
Mutual labels:  jupyter-notebook, lstm, neural-machine-translation, sequence-to-sequence
Coursera Deep Learning Specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
Stars: ✭ 188 (+129.27%)
Mutual labels:  jupyter-notebook, recurrent-neural-networks, neural-machine-translation
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (+117.07%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Sentiment Analysis Nltk Ml Lstm
Sentiment Analysis on the First Republic Party debate in 2016 based on Python,NLTK and ML.
Stars: ✭ 61 (-25.61%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Linear Attention Recurrent Neural Network
A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head attention. The formulas are derived from the BN-LSTM and the Transformer Network. The LARNN cell with attention can be easily used inside a loop on the cell state, just like any other RNN. (LARNN)
Stars: ✭ 119 (+45.12%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Image Caption Generator
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
Stars: ✭ 141 (+71.95%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Gdax Orderbook Ml
Application of machine learning to the Coinbase (GDAX) orderbook
Stars: ✭ 60 (-26.83%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+3813.41%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Lstm Human Activity Recognition
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
Stars: ✭ 2,943 (+3489.02%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Deeplearning.ai Assignments
Stars: ✭ 268 (+226.83%)
Mutual labels:  jupyter-notebook, lstm, sequence-to-sequence
Tensorflow Lstm Regression
Sequence prediction using recurrent neural networks(LSTM) with TensorFlow
Stars: ✭ 433 (+428.05%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Nlp Models Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
Stars: ✭ 1,603 (+1854.88%)
Mutual labels:  jupyter-notebook, lstm, neural-machine-translation
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (+18.29%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Stock Price Predictor
This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.
Stars: ✭ 146 (+78.05%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (+17.07%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Lstmvis
Visualization Toolbox for Long Short Term Memory networks (LSTMs)
Stars: ✭ 959 (+1069.51%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+870.73%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-18.29%)
Mutual labels:  jupyter-notebook, lstm, recurrent-neural-networks
Deepseqslam
The Official Deep Learning Framework for Route-based Place Recognition
Stars: ✭ 49 (-40.24%)
Mutual labels:  lstm, recurrent-neural-networks
Rnn Notebooks
RNN(SimpleRNN, LSTM, GRU) Tensorflow2.0 & Keras Notebooks (Workshop materials)
Stars: ✭ 48 (-41.46%)
Mutual labels:  jupyter-notebook, lstm

language-translation

Neural machine translator for English2German translation.

This is my code for Siraj Raval's coding challenge "How to Make a Language Translator - Intro to Deep Learning #11".

You can learn more about it here

More about the project

This project is about translation from English to German language. That is accomplished by using TensorFlow library, more specifically it utilizes embedding with attention sequence-to-sequence model.

Dataset

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].