Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人从 imagenet 数据集中获得 Alexnet 的 PCA 噪声的特征值和特征向量?
imagenet 数据集有 1200 万张图像,我的计算机无法为这么大的图像集计算 PCA。我想知道是否有人做过并且可以发布特征值和特征向量的值。
这是答案:
eigval = [55.46, 4.794, 1.148] eigvec = [[-0.5675, 0.7192, 0.4009],[-0.5808, -0.0045, -0.8140],[-0.5836, -0.6948, 0.4203]]