May 2018
Beginner
490 pages
13h 16m
English
Hyperparameters determine the behavior of computation method. In this case, two hyperparameters are necessary:
The program implements a k-means function as shown in the following code:
#II.Hyperparameters# Features = 2k = 6kmeans = KMeans(n_clusters=k)
Note that the Features hyperparameter is commented. In this case, the number of features is implicit and determined ...
Read now
Unlock full access