Question: Apply your knowledge of Applied Machine Learning to answer the following: [ 0 . 5 mark each ] l n , values are shifted and
Apply your knowledge of Applied Machine Learning to answer the following:
mark each
values are shifted and rescaled so that they end up ranging from to
scaling.
a Minmax scaling.
b Standardization.
c Variance shifting.
d Meanmin scaling.
What is not true about standardization
Standardization is much more affected by outliers, than minmax scaling.
b Standardization does not bound values to a specific range between and
c Standardization subtracts the mean value from the input datapoint, and then it divides by the standard deviation.
d All of the above.
If you are making a prediction model for people age using their photos, you should:
a randomly split the data into train and test.
use the future to predict the past.
C split the data into train and test set based on people rather than individual instance.
d None of the above.
Selecting your model to get optimal test performance is risky because
a What works best for the particular test set might not actually be the best ir general.
b Overfitting to the test data.
c a and b
d None of the above.
A neural network can be used as:
a Regression model.
b Binary classifier.
c Multiclass classification.
d All of the above.
The process of computing the gradient and updating neural network weights is
a Forwardpropagation.
b Backpropagation.
c Feedforwarding.
d Weights training.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
