These are some of the most common interview questions for Deep Learning Engineer
PART 1/5
- What is a Linear Regression? Answer
- What is Logistic Regression?
- What is the Cost function used for a Regression problem?
- What is the cost function used for a Classification Problem?
- What is a Neural Network?
- What is Computational Graph?
- What is Forward Pass and Backward Pass in a NN?
- What is Gradient Descent?
- What is a rank 1 in a numpy array?
- What are the activation functions?
- Name and explain different activation functions.
- Why do we need non-linearity in a network?
- Why is tanh better than sigmoid?
- Why is relu better than others?
- What is relu activation?
- What is leaky relu?
- How do you write a relu/leaky relu function?
- How do we initialize the weights in a network?
- what is Xavier initialization?
- Why "Deep" Neural Networks?
- How do we proceed with an ML workflow?
- How do we split the data in ML workflow?
- What is cross-validation?
- Is it necessary to have Dev and Test set form the same distribution?
- What is Bias and Variance in ML?
- Is good to have High Bias or High Variance :)
- How do we overcome High Bias?
- How do we overcome High Variance?
- What is the Optimal Bayes Error?
- Is underfitting High/Low - Bias or Variance Situation?
The Best Books recommended to improve your Machine Learning skills:
No comments:
Post a Comment