Hello, this is a classification of digits datasets using Learning Vector Quantization 3 (LVQ 3).
Digits dataset formed as dictionary with keys as features like:
- data (array shaped as 64)
- target
- frame
- feature_name
- images(array shaped as 8x8 to visualize its image)
- target_names (0-9)
If you view the images using pyplot, this is a result below:
From testing with different parameters, this results a best accuracy of 87.04% If any questions, kindly send me mail through jonathanrey18@yahoo.co.id or post your issues above.