代码搜索结果

找到约 1,827 项符合 Recognition 的代码

sourcecode.m

% %Face Recognition based on Wavelet and Neural Networks % % In order to obtain the complete source code for Face Recognition based on % Wavelet and Neural Networks please visit my website %

example35re.m

%nn1R, Recognition of BP network %=============== %例3.5 训练好的BP网络识别加了噪声的测试样本 %=============== clc; [length,width]=size(b1); b=double(b1); q=reshape(b,length*width,1); %改32*32的矩阵为1024*1的矩阵

ch1-03.l

%{ /* * We expand upon the first example by adding recognition of some other * parts of speech. */ %} %% [\t ]+ /* ignore white space */ ; is | am | are | were | was | be | being | been | do |

ch1-02.l

%{ /* * this sample demonstrates (very) simple recognition: * a verb/not a verb. */ %} %% [\t ]+ /* ignore white space */ ; is | am | are | were | was | be | being | been | do | does | did | wi

ch1-03.l

%{ /* * We expand upon the first example by adding recognition of some other * parts of speech. */ %} %% [\t ]+ /* ignore white space */ ; is | am | are | were | was | be | being | been | do |

ch1-02.l

%{ /* * this sample demonstrates (very) simple recognition: * a verb/not a verb. */ %} %% [\t ]+ /* ignore white space */ ; is | am | are | were | was | be | being | been | do | does | did | wi

comment2.test

#! /bin/sh # Make sure comment recognition works in PROGRAMS. Report from Mark # Galassi. . $srcdir/defs || exit 1 cat >> configure.in Makefile.am

example35re.m

%nn1R, Recognition of BP network %=============== %例3.5 训练好的BP网络识别加了噪声的测试样本 %=============== clc; [length,width]=size(b1); b=double(b1); q=reshape(b,length*width,1); %改32*32的矩阵为1024*1的矩阵

sci.txt

Title: A novel face recognition method based on hypersausage neural networks Author(s): Wang SJ (Wang Shoujue), Zhao GL (Zhao Guliang), Fei L (Fei Lu) Source: CHINESE JOURNAL OF ELECTRONICS 15 (4A):

sourcecode.m

% %Face Recognition Based on Polar Frequency Features % % In order to obtain the complete source code for Face Recognition Based % on Polar Frequency Features please visit my website % % htt