代码搜索:Neuron

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

代码结果 763
www.eeworm.com/read/448027/7541632

m som_which_neuron.m

function [cord_row,cord_col] = som_which_neuron(ind,W_reshape_size) % som_which_neuron finds the map coordinates of a neuron % % see the HTML HELP files (help.htm) for extensive explanations, det
www.eeworm.com/read/494772/6374949

m cpann_assign_neuron.m

function neurons_ass = cpann_assign_neuron(W_out,method,thr) % cpann_assign_neuron assigns each neuron to a class % % neurons_ass = cpann_assign_neuron(W_out,method,thr); % % input: % W_out
www.eeworm.com/read/494772/6374998

m som_which_neuron.m

function [cord_row,cord_col] = som_which_neuron(ind,W_reshape_size) % som_which_neuron finds the map coordinates of a neuron % % see the HTML HELP files (help.htm) for details cord_col = mod(
www.eeworm.com/read/270994/11013431

h network.h

/*************************************************************************** network.h - description ------------------- copyright
www.eeworm.com/read/127819/5994509

h network.h

/*************************************************************************** network.h - description ------------------- copyright
www.eeworm.com/read/148683/12443992

h simpleneuron.h

#ifndef _SIMPLENEURON_H #define _SIMPLENEURON_H #include "Neuron.h" #include "defines.h" namespace annie { /** A simple perceptron - i.e., it takes as input the weighted sum of the * ou
www.eeworm.com/read/130567/14184959

h simpleneuron.h

#ifndef _SIMPLENEURON_H #define _SIMPLENEURON_H #include "Neuron.h" #include "defines.h" namespace annie { /** A simple perceptron - i.e., it takes as input the weighted sum of the * ou
www.eeworm.com/read/127235/14367027

h simpleneuron.h

#ifndef _SIMPLENEURON_H #define _SIMPLENEURON_H #include "Neuron.h" #include "defines.h" namespace annie { /** A simple perceptron - i.e., it takes as input the weighted sum of the * ou
www.eeworm.com/read/194767/8186565

m carlosfun.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); if squasher == 1, yy =
www.eeworm.com/read/430329/8755971

m sima1.m

function [nw,a1,i] = sima1(w,p,lr,rho,pf) %SIMA1 ART1 simulation function. % Each input vector is presented to the network one at a time. % (See COMPET, HARDLIM) % % [NW,A1,