- What is the difference between MLP networks and deep learning networks?
Deep networks are already multi-layer perceptron networks but with at least three hidden layers.
- Why DL recently is taking off?
Because we have access to a lot more computational power and data.
- Why do we need to iterate multiple times through different models?
Because nobody can always find the best model or hyperparameter without iterations.
- What type of DL needed to translate English to French language?
Recurrent Neural Network (RNN)
- Why malware visualization is a good method to classify malware?
Because we can use state-of-the-art image recognition to build malware classifiers.
- What is the role of an activation function?
It defines the output of a given node. In other words, it converts an input signal of a node in an A-NN to an output...