File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -132,3 +132,13 @@ How to deal with them ?
132132| Try getting additional features | Try getting more training examples | |
133133| Try adding polynomial features | Try smaller set of features | |
134134| 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+
You can’t perform that action at this time.
0 commit comments