代码搜索:ARTIFICIAL

找到约 1,768 项符合「ARTIFICIAL」的源代码

代码结果 1,768
www.eeworm.com/read/123947/14605492

m helpinfo.m

% File Name : helpinfo.m % Purpose : help informations % Author : Hossam E. Mostafa Abdelbaki, School of Computer Science, % University of Centeral Flo
www.eeworm.com/read/111282/15515786

m helpinfo.m

% File Name : helpinfo.m % Purpose : help informations % Author : Hossam E. Mostafa Abdelbaki, School of Computer Science, % University of Centeral Flo
www.eeworm.com/read/213388/7034066

txt artificial-neural-network-training-model.txt

% 读入训练数据和测试数据 Input = []; Output = []; str = {'Test','Check'}; Data = textread([str{1},'.txt']); % 读训练数据 Input = Data(:,1:end-1); % 取数据表的前五列(主从成分) Output = Data(:,end); % 取数据表的最后一列(输