Using PCA with princomp or prcomp on MNIST data

后端 未结 0 1849
春和景丽
春和景丽 2021-01-27 05:32

i want to reduce the dimension of the MNIST data to 45.

i use keras to import MNIST data

library(keras)
 
mnist <- dataset_mnist()
 
X <- mnist$train         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题