What are correct about choosing L1 regularization (LASSO) over L2 regularization (Ridge): It is faster to learn the weig
Posted: Fri Jun 10, 2022 11:55 am
What of the following models cannot guarantee a globally optimal result? Logistic Regression Decision Tree K-Means Clustering Neural Networks
What of the following are unique to Gaussian mixture model (GMM) in comparison with k-means clustering (KMC)? GMM requires pre-defining a specific number of clusters before running the algorithm, but KMC does not. GMM calculates the mean and covariance of each cluster, but KMC does not. GMM allows clusters that can potentially overlap, but KMC does not. GMM can have different cluster results from different initializations, but KMC cannot.