How does ElasticNet combine the properties of both Ridge and Lasso regularization?
- Does not combine properties
- Uses L1 penalty only
- Uses L2 penalty only
- Uses both L1 and L2 penalties
Elastic Net combines both L1 and L2 penalties, thus including properties of both Ridge (L2) and Lasso (L1) regularization.
Loading...
Related Quiz
- Which type of regression is used to predict the probability of a categorical outcome?
- One of the challenges in training deep RNNs is the ________ gradient problem, which affects the network's ability to learn long-range dependencies.
- Q-learning is an off-policy algorithm because it learns the value of the optimal policy's actions, which may be different from the current ________'s actions.
- You have implemented K-Means clustering but are getting inconsistent results. What could be the reason related to centroid initialization?
- How can you evaluate the performance of an LDA model?