代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/248950/12531207
m activ.m
function activ ( w )
# activ ( w )
# shows activities of a single neuron with weight vector w
# using global data in x,t
global x ;
global t ;
a = x * w
y = sigmoid(a)
e =
www.eeworm.com/read/248950/12531244
m activs.m
function activs ( w )
# activs ( w )
# silently finds activities of a single neuron with weight vector w
# using global data in x,t and gives errors
global x ;
global t ;
a = x * w ;
y
www.eeworm.com/read/300199/13929234
txt neurons.txt
init state :
oldX=X=random 49 t/m 51
oldY=Y=random 49 t/m 51
Xmod++ || Xmod=Xmod || Xmod--
Ymod++ || Ymod=Ymod || Ymod--
[==============neuron=============
www.eeworm.com/read/494359/6375631
m untitled.m
clear('all');
clc;
load('matlabhia31.mat');
% record how many times have the parameters been changed
dynamic_counter=1;
max_change_time=100;
per_evo_time=20;
result3=result2;
% ---------------
www.eeworm.com/read/185639/8994729
out art002.out
BEST NEURON:0
IN: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
OUT: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Top Down weights:
1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Bottom up weights:
0.200000 0.200000 0.200000 0.20000
www.eeworm.com/read/185639/8994735
out art001.out
BEST NEURON:0
IN: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
OUT: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Top Down weights:
1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Bottom up weights:
0.200000 0.200000 0.200000 0.20000
www.eeworm.com/read/169874/9835380
out art002.out
BEST NEURON:0
IN: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
OUT: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Top Down weights:
1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Bottom up weights:
0.200000 0.200000 0.200000 0.20000
www.eeworm.com/read/169874/9835383
out art001.out
BEST NEURON:0
IN: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
OUT: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Top Down weights:
1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Bottom up weights:
0.200000 0.200000 0.200000 0.20000
www.eeworm.com/read/169201/9876055
cpp phenotype.cpp
#include "phenotype.h"
//------------------------------------Sigmoid function------------------------
//
//----------------------------------------------------------------------------
float Si
www.eeworm.com/read/362095/10019409
out art002.out
BEST NEURON:0
IN: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
OUT: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Top Down weights:
1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Bottom up weights:
0.200000 0.200000 0.200000 0.20000