Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged regularization
1
1 vote
2
2 answers
625
625 views
Machine Learning Regularization pratice Question
A data scientist uses LASSO regression on a training dataset and obtains a set of weights. LASSO is known for introducing bias due to its regularization penalty but is al...
ReLU.
625
views
asked
Oct 14, 2025
Machine Learning
machine-learning
linear-regression
regularization
+
–
0
0 votes
1
1 answer
436
436 views
Machine learning Regularization Question
You have used Ridge regression (12 penalty) on a dataset and obtained a set of weights 𝑤̂. Compared to the weights obtained from unregularized linear regression (Ordinary...
ReLU.
436
views
asked
Oct 14, 2025
Machine Learning
machine-learning
linear-regression
regularization
+
–
0
0 votes
1
1 answer
191
191 views
Go Classes | DA Course | Machine Learning
Suppose you're using $L2$ regularization on a least squares objective. Some value $\lambda^*$ will give you the best test error among all possible $\lambda$. You train yo...
GO Classes
191
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
1
1 answer
205
205 views
Go Classes | DA Course | Machine Learning
We are solving a least-squares linear regression problem without regularization. Suppose that the following twoweight matrices both have the same cost: $W1 = \begin{bmatr...
GO Classes
205
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
1
1 answer
135
135 views
Go Classes | DA Course | Machine Learning
Which of the following statements are true about Lasso and ridge regression?Both ridge regression and Lasso are methods used to reduce overfitting that might occur in sta...
GO Classes
135
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
multiple-selects
+
–
0
0 votes
0
0 answers
117
117 views
Go Classes | DA Course | Machine Learning
Ridge regression can shrink all coefficients to exactly O if the regularization parameter $\lambda$ is large enough.Please enter 1 for True and 0 for False.
GO Classes
117
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
numerical-answers
+
–
0
0 votes
0
0 answers
98
98 views
Go Classes | DA Course | Machine Learning
is $X^TX + \lambda I$ invertible for $ \lambda 0$?AlwaysIf $\lambda$ is larger than the smallest eigenvalue of $X^T X$If $X$ is full rankNever
GO Classes
98
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
0
0 answers
121
121 views
GO Classes | DA Course | Machine Learning
Given normal equation : $X^T X w = X^Ty$If $X^T X$ is not invertible, do the normal equations still define the solution?Please enter 1 for True and 0 for False.
GO Classes
121
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
numerical-answers
+
–
0
0 votes
0
0 answers
140
140 views
GO Classes | DA Course| Machine Learning
suppose Alice and Bob do the same experiment • Alice measures distance in mm • Bob measures distance in kmthey each compute an estimator with ridge regression and c...
GO Classes
140
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
numerical-answers
+
–
0
0 votes
0
0 answers
138
138 views
GO Classes | DA Course | Machine Learning
suppose Alice and Bob do the same experiment • Alice measures distance in mm • Bob measures distance in kmthey each compute an estimator with least squares and comp...
GO Classes
138
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
0
0 answers
101
101 views
GO Classes | DA Course| Machine Learning
In a LASSO Regression, if the regularization parameter $\lambda$ is very high, which of the following is true? The model can shrink the coefficients of uninformative feat...
GO Classes
101
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
multiple-selects
+
–
0
0 votes
0
0 answers
112
112 views
GO Classes | DA Course| Machine Learning
In LASSO regression, if the regularization parameter $\lambda$ is very large and two informative featuresare highly collinear (i.e., that there exists an $\alpha$ such th...
GO Classes
112
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
0
0 answers
200
200 views
GO Classes | DA Course| Machine Learning
Please assign each plot in Figure above to one (and only one) of the following regularization methods. Please answer A , B, C or D for each statements.No regularization ...
GO Classes
200
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
0
0 answers
136
136 views
GO Classes | DA Course| Machine Learning
Let $x \in \mathbb{R}^n$ be the data matrix and $y \in \mathbb{R}^{n \times d}$ be the observed labels for the $n$ examples. Let $w \in \mathbb{R}^d$ be the weight parame...
GO Classes
136
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
1
1 answer
179
179 views
GO Classes | DA Course| Machine Learning
Suppose you're using L2 regularization on a least squares objective. Some value $\lambda^*$ will give you the best test error among all possible $\lambda$. You train your...
GO Classes
179
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
1
1 answer
165
165 views
GO Classes | DA Course| Machine Learning
Which of the following statements are true about Lasso and ridge regression?Both ridge regression and Lasso are methods used to reduce overfitting that might occur in sta...
GO Classes
165
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
multiple-selects
+
–
0
0 votes
1
1 answer
125
125 views
GO Classes | DA Course| Machine Learning
Ridge regression can shrink all coefficients to exactly 0 if the regularization parameter $\lambda$ is large enough.(Please enter 1 for True and 0 for False).
GO Classes
125
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
numerical-answers
+
–
0
0 votes
1
1 answer
162
162 views
GO Classes | DA Course| Machine Learning
With L1-regularization, which vector would we choose?$w_1=\left[\begin{array}{l}100 \\ 0.02\end{array}\right]$ $w_2=\left[\begin{array}{c}100 \\ 0\end{array}\right]$ $w_3...
GO Classes
162
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
1
1 answer
177
177 views
GO Classes | DA Course| Machine Learning
With L2-regularization, which vector would we choose?$w_1=\left[\begin{array}{l}100 \\ 0.02\end{array}\right]$ $w_2=\left[\begin{array}{c}100 \\ 0\end{array}\right]$ $w_3...
GO Classes
177
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
0
0 answers
117
117 views
GO Classes | DA Course| Machine Learning
Suppose we are minimizing $J^{\prime}(\boldsymbol{\theta})$ where$$J^{\prime}(\boldsymbol{\theta})=J(\boldsymbol{\theta})+\lambda r(\boldsymbol{\theta})$$As $\lambda$ inc...
GO Classes
117
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
numerical-answers
+
–
0
0 votes
1
1 answer
126
126 views
GO Classes | DA Course| Machine Learning
$\text { What is the best value for lambda? }$$$\hat{\boldsymbol{\theta}}=\underset{\boldsymbol{\theta}}{\operatorname{argmin}} J(\boldsymbol{\theta})+\lambda r(\boldsymb...
GO Classes
126
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
1
1 answer
125
125 views
GO Classes | DA Course| Machine Learning
Which model do you prefer, assuming both have zero training error?Model structure (for both models):$$h_{\boldsymbol{\theta}}(x)=\theta_0+\theta_1 x+\theta_2 x^2+\theta_3...
GO Classes
125
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
underfitting-overfitting
numerical-answers
+
–
0
0 votes
1
1 answer
130
130 views
GO Classes | DA Course| Machine Learning
Consider a new objective function with an added regularization term:$$J_3\left(\theta, \theta_0\right)=\frac{1}{n} \sum_{i=1}^n\left(\theta^{\top} x^{(i)}+\theta_0-y^{(i)...
GO Classes
130
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
numerical-answers
+
–
0
0 votes
1
1 answer
126
126 views
GO Classes | DA Course| Machine Learning
Suppose you are interested in predicting a one-dimensional quantitative random variable $Y$ (outcome) in terms of a two-dimensional quantitative random variable $X$ (cova...
GO Classes
126
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
numerical-answers
+
–
0
0 votes
1
1 answer
173
173 views
GO Classes | DA Course| Machine Learning
Suppose you are interested in predicting a one-dimensional quantitative random variable $Y$ (outcome) in terms of a two-dimensional quantitative random variable $X$ (cova...
GO Classes
173
views
asked
Mar 17, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
0
0 answers
118
118 views
Go Classes | DA Course | Machine Learning
Consider the least squares regression model, $\hat{\mathbb{Y}}=\mathbb{X} \theta$. Assume that $\mathbb{X}$ and $\mathbb{Y}$ refer to the design matrix and true response ...
GO Classes
118
views
asked
Mar 13, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
bias-variance
+
–
0
0 votes
0
0 answers
108
108 views
Go Classes | DA Course | Machine Learning
Consider the least squares regression model, $\hat{\mathbb{Y}}=\mathbb{X} \theta$. Assume that $\mathbb{X}$ and $\mathbb{Y}$ refer to the design matrix and true response ...
GO Classes
108
views
asked
Mar 13, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
+
–
0
0 votes
0
0 answers
113
113 views
Go Classes | DA Course | Machine Learning
What parameter estimate would minimize the following regularized loss function:$$\ell(\theta)=\lambda(\theta-4)^2+\frac{1}{n} \sum_{i=1}^n\left(x_i-\theta\right)^2$$$\hat...
GO Classes
113
views
asked
Mar 13, 2025
Machine Learning
goclasses
goclasses-da-course
machine-learning
regularization
optimization
+
–
Page:
1
2
next »