代码搜索:Distributed
找到约 10,000 项符合「Distributed」的源代码
代码结果 10,000
www.eeworm.com/read/418695/10935716
m randnr.m
function w = randnr(s,r)
%RANDNR Normalized row random generator.
%
% RANDNR(S,R)
% S - Size of neuron layer (# of rows).
% R - Number of inputs (# of columns).
% Returns an SxR weight matrix.
%