GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

Why are the new features created by PCA often harder to inte…

Why are the new features created by PCA often harder to interpret?

Read Details

Assume we are building a regression model using a neural net…

Assume we are building a regression model using a neural network to predict house prices. Which of the following loss functions is most appropriate?

Read Details

Which of the following is the most general term that include…

Which of the following is the most general term that includes machine learning, deep learning, and large language models?

Read Details

Assume we run Lasso with a penalty weight of 0.01, and the m…

Assume we run Lasso with a penalty weight of 0.01, and the model includes nearly all variables. If we want the model to become more selective and include fewer variables, what should we do with the penalty weight?

Read Details

What does the kernel size parameter control in a convolution…

What does the kernel size parameter control in a convolutional layer?

Read Details

Suppose you’ve already fit a model with model.fit(X_train, y…

Suppose you’ve already fit a model with model.fit(X_train, y_train). What does model.predict(X_test) return?

Read Details

Which of the following is an example of an unsupervised lear…

Which of the following is an example of an unsupervised learning method?

Read Details

In scikit-learn, what does setting fit_intercept=True do in…

In scikit-learn, what does setting fit_intercept=True do in linear models?

Read Details

What does the following code return? import numpy as npnp.ar…

What does the following code return? import numpy as npnp.array([10, 20, 30]) + 5

Read Details

What is a limitation of PCA?

What is a limitation of PCA?

Read Details

Posts pagination

Newer posts 1 … 185 186 187 188 189 … 81,935 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top