Handled the questions so well. Crisp and clear answers
@kartiksirwani46572 жыл бұрын
her lectures are on point and very clear.
@adithyagiri7933 Жыл бұрын
Clear and crisp Lecture
@saeedvahidian53 Жыл бұрын
Very clear and to-the-point lecture. Better than Chris!
@paninilal8322 Жыл бұрын
Use of precise examples is very nice
@stanfordonline Жыл бұрын
Awesome feedback, thanks for watching!
@danielsun49282 жыл бұрын
seems better than Chris' talk
@shrutiiyyer27833 ай бұрын
A question here! Will the RNN keep generating the same exact sequence ( during sequence generation and not training) if the starting word is the same. For example, if it randomly chooses 'the' to be the first word y0 will the rest of the sequence be the same if this generation was run twice given that both the times the first word generated was 'the'?
@mohammedbouri8351 Жыл бұрын
Why the RNNs share the same weights at each time step? I didn't understand the goal behind it.
@unknownhero61872 жыл бұрын
What is the physical interpretation of the hidden state and corresponding weights matrix?
@Teng_XD Жыл бұрын
just linear combinations of vectors
@paninilal8322 Жыл бұрын
It is the inner working of an intelligent unit like NN. Just like (actual) neurons inside the brain. A different subset(s) of neurons gets activated each time corresponding the respective input.