摘要: 1、什么是SVDsingular value decomposition 奇异值分解,通过SVD实现从噪声数据中抽取相关特征2、SVD的应用2.1信息检索隐形语义索引LSI:latent semantic indexing隐形语义分析LSA:latent semant... 阅读全文
posted @ 2018-02-07 16:39 crr121 阅读(144) 评论(0) 推荐(0) 编辑
摘要: if __name__ == '__main__': from numpy import * a = mat([[0, 0, 0, 2, 2], [0, 0, 0, 3, 3], [0, 0, 0, 1, 1... 阅读全文
posted @ 2018-02-07 14:41 crr121 阅读(158) 评论(0) 推荐(0) 编辑