language-translation
language-translation copied to clipboard
Neural machine translator for English2German translation.
I have this doubt about how to make the dataset and how to put it into the code to be trained. And, I think this can be applied on any...
dataset
Can you explain how you created the dataset because it is still confusing me.
Hi Nemzy, I trained the code with same input_seq_length=15 , output_seq_len = 17 ,when I tested for small input sentences (which contains 6 words ) its giving correct output .If...
1.When I trained language translation model using Recurrent Neural networks,the model is predicting unknown to some words even if the words are present in the data set.. 2.Model is translating...
Issue 1: ---------- How to avoid overfitting? The model is getting overfitted. Issue 2: --------- I trained the model with 5000 epochs with 100 MB dataset. I am not getting...