We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b0a91 commit aeb0e29Copy full SHA for aeb0e29
1 file changed
interview_prep.md
@@ -132,3 +132,13 @@ How to deal with them ?
132
| Try getting additional features | Try getting more training examples | |
133
| Try adding polynomial features | Try smaller set of features | |
134
| Try to decrease the regularization parameter | Try to increase the regularization parameter | |
135
+
136
+### 28. What is right or left skewness ?
137
+### 29. What is difference between bootstrapping and k-folds cross validation ?
138
+overlapping of sample does not happen for k-folds cross validation
139
+### 30. Which model is better: n_estimators=10 and n_estimators=30 ?
140
+### 31. Why do we use activation functions in neural networks ?
141
+### 32. What is the purpose of the optimizers ?
142
+### 33. How does the stochastic gradient descent optimizer work ?
143
144
0 commit comments