代码搜索:Neuron

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

代码结果 763
www.eeworm.com/read/194767/8186671

m strsfun_out_new;.m

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

m izh_single_neuron_tonic_rk.m

function x = izh_single_neuron_tonic_RK (I_ext) a=0.02; b=0.2; c=-65; d=6; V=-70; u=b*V; VV=[]; uu=[]; tau = 0.01; tau1=.01; tspan = 0:tau:30; T1=tspan(end)/10; for t=tspan if (t>T1)
www.eeworm.com/read/130567/14185023

cpp inputneuron.cpp

#include "../include/InputNeuron.h" using namespace std; namespace annie { InputNeuron::InputNeuron(int label) : Neuron(label) { _classHeirarchy.push_back(_INPUT_NEURON_STRING); } void
www.eeworm.com/read/127235/14367090

cpp inputneuron.cpp

#include "../include/InputNeuron.h" using namespace std; namespace annie { InputNeuron::InputNeuron(int label) : Neuron(label) { _classHeirarchy.push_back(_INPUT_NEURON_STRING); } void
www.eeworm.com/read/207389/15273568

html 206-208.html

www.eeworm.com/read/194767/8186595

m nnstrsfun.m

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

m jerryautofun.m

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

m strsfun_new.m

function [error, yhat, pderiv,neuron3] = cm_mod1(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/8186697

m carlosfun1.m

function [error, yhat, pderiv,neuron3] = carlosfun(beta); global data1 squasher maxx minx maxy miny malags; y = data1(:,1); x = data1(:,2:end); [nx, cx] = size(x); ny = length(y); yhat(1:malag