- Quiz-tion: Network layers can be characterized by the position they have in the architecture, as well as from the specialized task they perform. Which three names could we give them?
- Converging, cognitive, and core layer
- Input, hidden, and output layer
- Dense, fully connected, and power layer
- Blue, red, and green layer
- Quiz-tion: Which of the following names is not directly related to activation functions?
- ReLU
- Convolutional
- Tanh
- Sigmoid
- Quiz-tion: Which of the following statements is false?
- Artificial Neural Networks (ANN) were inspired by neuroscience
- Adams is a very popular training algorithm (strategy)
- ANN can be only used for fraud detection
- Epochs, learning rate, and batch-size are hyperparameters
Answers—executing the following code will give you the answers to the quiz questions:
set.seed(8)
round(runif(3,1,4))