Lecture 08 - Artificial neural networks Flashcards
Artificial neural networks
What is the name of this function?
Step function
Artificial neural networks
What is the name of this function?
Sigmoid
Artificial neural networks
What is the name of this function?
Hyperbolic tangent (tanh)
Artificial neural networks
What is the name of this simple network?
Perceptron
Artificial neural networks
What is the name of this function?
Rectified Linear Unit (ReLU)
Artificial neural networks
What is the name of this function?
Leaky ReLU
Artificial neural networks
Why are nonlinear activation functions used?
Without nonlinear activation functions, the neural network would only be able to model linear functions
Artificial neural networks
What is a feed-forward neural network?
A network in which each neuron is passed information only one time.
Artificial neural networks
What is a fully connected layer?
A layer where each neuron is connected to all neurons in the next layer.
Artificial neural networks
What is a layer where each neuron is connected to all neurons in the next layer called?
A fully connected layer.
Artificial neural networks
What is deep learning?
Deep learning is the research field that works with deep neural networks
Artificial neural networks
What is a deep neural network?
Deep neural networks have three or more hidden layers
Artificial neural networks
What is the name for a neural network with 3+ layers?
Deep neural network
Artificial neural networks
What is a recurrent neural network (RNN)?
A network where information can pass more than one time to the same neuron.
Artificial neural networks
What is a network where information can pass more than one time to the same neuron called?
Recurrent neural network (RNN)
Artificial neural networks
What does it mean to unfold a recurrent neural network?
Diagrams of RNNs are often written in compressed form.
Unfolding means untangling the diagram to show each time step being processed.
Artificial neural networks
What is the image an example of?
Unfolding a recurrent neural net (RNN)
Artificial neural networks
What is a bidirectional RNN?
An RNN with an additional layer for input in the reverse order
Artificial neural networks
What’s depicted in the image?
A bidirectional RNN.
Artificial neural networks
What types of data are RNNs good at processing? (SSTV)
- Serial data
- Sequential data
- Time-series data
- Variable-length data