代码搜索:Neuron

找到约 763 项符合「Neuron」的源代码

代码结果 763
www.eeworm.com/read/239320/13287860

m sys_init.m

function [name,dim]=sys_init() name='neuron'; dim=2; path(path,'/home/koen/DELAY/matlab/dde_biftool/'); return;
www.eeworm.com/read/194767/8186624

m strsfun.m

function [error, yhat, pderiv,neuron3] = strsfun(beta); global data1 squasher maxx minx maxy miny malags neuronxarg cthres; y = data1(:,1); x = data1(:,2:end); [nx, cx] = size(x); % beta(1:2*cx+3
www.eeworm.com/read/194767/8186634

m strsfun_out.m

function [error, yhat] = strsfun_out(beta); global data1 squasher maxx minx maxy miny neuronxarg cthres; y = data1(:,1); x = data1(:,2:end); [nx, cx] = size(x); % beta(1:2*cx+3) = abs(beta(1:2*cx
www.eeworm.com/read/194767/8186661

m jerryautofun2.m

function [error, yhat, pderiv,neuron3] = jerryautofun2(beta); global data1 squasher maxx minx maxy miny malags; y = data1(:,1); x = data1(:,2:end); [nx, cx] = size(x); if squasher == 1,
www.eeworm.com/read/194767/8186722

m nnstrsfun_out.m

function [error, yhat, yhatnn] = nnstrsfun_out(beta); global data1 squasher maxx minx maxy miny neuronxarg; y = data1(:,1); x = data1(:,2:end); [nx, cx] = size(x); if squasher == 1, yy
www.eeworm.com/read/185184/9052373

h dneuron.h

/** * @file dneuron.h * @brief Neuron/Synapse class in discrete-event NN simulation * * @author Makino, Takaki * @date 2003-05-01 * @version $Id: dneuron.h,v 1
www.eeworm.com/read/380477/9145985

h outputmanager.h

/*************************************************************************** outputmanager.h - description ------------------- copyright
www.eeworm.com/read/424063/10501064

m extrnn.m

function [ret,x0,str,ts,xts]=extrnn(t,x,u,flag); %EXTRNN is the M-file description of the SIMULINK system named EXTRNN. % The block-diagram can be displayed by typing: EXTRNN. % % SYS=EXTRNN(T,X,U
www.eeworm.com/read/446116/7585315

cpp chopfield.cpp

#include "CHopfield.h" CHopfield::CHopfield() { // Seed the random engine. srand((unsigned)time(NULL)); // Allocate all necessary memory. m_piOutputs = (int *)calloc(ELEMENTS, sizeof
www.eeworm.com/read/147096/12584655

m extrnn.m

function [ret,x0,str,ts,xts]=extrnn(t,x,u,flag); %EXTRNN is the M-file description of the SIMULINK system named EXTRNN. % The block-diagram can be displayed by typing: EXTRNN. % % SYS=EXTRNN(T,X,U