Linear Regression

所属分类:matlab编程
开发工具:matlab
文件大小:363KB
下载次数:19
上传日期:2018-01-15 22:12:45
上 传 者可定义
说明:  线性回归实现人脸识别,有40类人脸图片共400张,200个训练集,200个测试集,通过2折交叉验证得到准确率为89%
(Face recognition by linear regression)

文件列表:
Linear Regression (0, 2018-01-14)
Linear Regression\main.m (1283, 2018-01-14)
Linear Regression\ORL_32_32.mat (370911, 2017-12-16)

There are two variables in ORL dataset. alls is a d x n dimensional matrix whose column vector represents a sample. gnd is a 1 x n dimensional vector whose element indicates the label of the corresponding sample (the sample collection and label collection are following the same sequence). matlab commands (show the image): load('ORL_32_32.mat') i=3; % choose the face sample you wanna see. imshow(reshape(uint8(alls(:, i)), 32,32 ))

近期下载者

相关文件


收藏者