摘要:
$\mathbf{A}^\mathrm{T}$ $\mathbf{A}^\top$ $\mathbf{A}^\mathsf{T}$ $\mathbf{A}^\intercal$效果分别为: 阅读全文
摘要:
如下所示: 结果: 以MNIST为例,先做PCA降到50维,再做t-sne: 结果如下: 更多降维的可视化参考:http://scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html#sphx-glr-auto-examp 阅读全文
摘要:
itemindex = numpy.where(array==item) 阅读全文