-
What is an activation function and discuss the use of an activation function? Explain three different types of activation functions?
-
Describe the architecture of a typical feed forward Neural Network (NN).
-
You are using a deep neural network for a prediction task. After training your model, you notice that it is strongly overfitting the training set and that the performance on the test isn’t good. What can you do to reduce overfitting?
-
How would you know if your model is suffering from the problem of exploding Gradients?
-
Can you name and explain a few hyperparameters used for training a neural network?
-
Describe the architecture of a typical Convolutional Neural Network (CNN)
-
What is the vanishing gradient problem in Neural Networks and how to fix it?
-
When it comes to training an artificial neural network, what could the reason be for why the cost/loss doesn't decrease in a few epochs?
-
How does L1/L2 regularization affect a neural network?
-
What is(are) the advantage(s) of deep learning over traditional methods like linear regression or logistic regression?