- Python Machine Learning Cookbook(Second Edition)
- Giuseppe Ciaburro Prateek Joshi
- 46字
- 2021-06-24 15:41:09
See also
- Refer to the official documentation of the sklearn.cluster.KMeans function: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html#sklearn.cluster.KMeans.fit
- Refer to Image Compression Using Vector Quantization Algorithms: A Review: https://pdfs.semanticscholar.org/24d2/db6db81f1000b74246d22641e83390fb1065.pdf
- Refer to the Argparse Tutorial: https://docs.python.org/2/howto/argparse.html
- Refer to the official documentation of the scipy.misc.imread function: https://docs.scipy.org/doc/scipy/reference/generated/scipy.misc.imread.html