Doubt related to quiz question 2 and 15

in question 2 why its Tx=Ty all the option is correct

and in question 15 why option A is correct as it is not right in case of early stopping as the error is decreasing
plz explain both the question

Hey @Jan19LPN0013, let me explain you this :

In question 2, it says that the output is being generated after every step right ? This means our RNN represents a many-to-many model right ? That is for every input Tx we get an output Ty. Hence the final answer is Tx=Ty.
See this :


The architecture described above is also called as a many to many architecture with (Tx = Ty) i.e. number of inputs = number of outputs.

Now coming to question 15. Earlystopping means we stop the model training when the validation loss starts increasing. We want our validation loss to be as low as possible. Hence at C point you would see that our validation loss has started increasing. Hence, C is the correct answer :slight_smile:

I hope this explains you the questions well :+1:
Happy Learning :slight_smile:

I have noted that the portal is showing the incorrect answer as correct in case of Question 15. I will inform the technical team to rectify it. Thanx for raising the concern :+1:

I would request you to continue with the further contents of the course :slight_smile:
Thanx :slight_smile:

okh thanks sir for your support

1 Like