Interview Questions Data Science
Interview Questions Data Science
I was working on similar kinds of projects for some time now. But the
market is rapidly changing, and the skill set required to be relevant in the
market is changing as well. The reason for searching a new job is to work
on several kinds of projects and improve my skill set. <Mention about the
company profile and if you have the project name that you are being
interviewed for as new learning opportunities for you>.
With a batch size of 128 and the number of epochs 100000 with 7000
images, it took around 110 hours to train the model using Nvidia Pascal
Titan GPU.
I have deployed the model both in cloud environments as well in the on-
premise ones based on the client and project requirements.
Overfitting happens when the model learns signal as well as noise in the
training data and wouldn’t perform well on new/unseen data on which
model wasn’t trained on. To avoid overfitting your model on training data
like cross-validation sampling, reducing the number of features,
pruning, regularization, etc.
Lambda is a hyperparameter.
Ridge regularization forces the weights to be small but does not make
them zero and does not give the sparse solution.
Ridge regression performs better when all the input features influence the
output, and all with weights are of roughly equal size.