24 - Neural Network Basics
12 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the purpose of introducing gates in the hidden units of LSTM?

To stabilize the gradient flow

In the context of neural machine translation, what development was the Sequence-to-Sequence model designed for?

Neural machine translation

Why are deep neural networks not suitable for tasks where input/output sizes are not fixed?

Require fixed sized inputs/outputs

What is the main contribution of Seq-2-Seq architecture in utilizing LSTM for encoding/decoding?

<p>Use of 2 LSTMs for encoding/decoding</p> Signup and view all the answers

What is the purpose of using distributional word embeddings like word2vec and GloVe in NLP?

<p>Learn vector representations of words based on corpus statistics</p> Signup and view all the answers

Why is reversing the order of input tokens in Seq-2-Seq helpful?

<p>Shorten paths between occurrence of word in input and output</p> Signup and view all the answers

What type of neural networks are commonly used in deep learning for tasks like machine translation and sentiment analysis?

<p>Multi-Layer Perceptrons (MLP)</p> Signup and view all the answers

How do Recurrent Neural Networks (RNNs) handle sequential data?

<p>RNNs use hidden states to pass information from previous inputs into the current calculation.</p> Signup and view all the answers

What is the purpose of using an 'encoder-decoder' architecture in RNNs?

<p>To align inputs and outputs differently, such as in machine translation tasks.</p> Signup and view all the answers

Why are Recurrent Neural Networks (RNNs) difficult to train?

<p>Due to issues like exploding or vanishing gradients.</p> Signup and view all the answers

What is the purpose of using 'softmax' vectors in generating text from Recurrent Networks?

<p>To produce vectors of possible words for text generation.</p> Signup and view all the answers

How can more consistent results be achieved in text generation using Recurrent Networks?

<p>By feeding the output back into the decoder.</p> Signup and view all the answers

More Like This

Use Quizgecko on...
Browser
Browser