Top 50 data Science Interview Questions

Avatto > > DATA SCIENTIST > > SHORT QUESTIONS > > Top 50 data Science Interview Questions

Keep the attributes/Columns which are really important
Use K-Fold cross-validation techniques Make use of drop-put in case of neural network
How the root node is predicted in Decision Tree Algorithm?
Mathematical Formula “Entropy” is utilized for predicting the root node of the tree.
TensorFlow
Theano
CNTK
Q126. Name Few Deep Learning
Algorithm
TensorFlow
Theano
Lasagne
mxnet
blocks
Keras
CNTK
TFLearn
Ensemble Model is a combination of Different Models to predict correctly and with good accuracy.
Ensemble learning is used when you build component classifiers that are more accurate and independent from each other.
SVM can be used if the data is outlier free whereas Naïve Bayes can be used even if it has outliers (since it has a built-in package to take care).
SVM suits best for Text Classification Model and Random Forest suits for Binomial/Multinomial Classification Problem.
Random Forest takes care of overfitting problem with the help of tree pruning