摘要: % 自己写了一个PLDA程序,供大家交流讨论 function [Sigma,mu,F,G,H]=My_PLDA2(Xtrain,Fdim,Gdim,maxIter,tol) % Data NormalizationI=length(Xtrain);X0=Xtrain{1};for i=1:I Xt 阅读全文
posted @ 2019-03-08 22:48 ZJU_missile 阅读(367) 评论(0) 推荐(0) 编辑
摘要: # This is my first program using python# Shopping cart demo.product_list = [ ('iphone',5800), ('Mac Pro',9800), ('Bike',800), ('Watch',1800), ('Coffee 阅读全文
posted @ 2019-02-20 11:12 ZJU_missile 阅读(308) 评论(0) 推荐(0) 编辑