RNN Flashcards
What are RNNs?
Recurrent neural networks
Output of one neuron feeds back into another neuron (even itself)
What are some properties of RNNs?
Has short term memory
Can’t use regular back prop - back prop through time or truncated back prop through time
Exploding/vanishing gradients
Not that useful… by themselves
Good for temporally dependent tasks - we can think of music as temporally dependent - say we play the 1 and we’re in a major key - our next chord/note now depends on the major 1 to preserve consonance - Basically non MDPs
What are the types of RNNs?
LSTM models
Self supervised models
World Models
Generative Adversarial Networks
What are the components of an LSTM node?
Cell memory
Forget filter
Input filter
Output filter
What are self supervised models?
Learn through observation
Combo of supervised and non supervised = given labelled training data but makes observations about the underlying structure of said data implicitly
How do SS models learn?
By removing pieces of training data and attempt to predict what those pieces should have been - for a video remove some frames