代码搜索:Neuron

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

代码结果 763
www.eeworm.com/read/196406/8093719

cpp phenotype.cpp

#include "phenotype.h" //------------------------------------Sigmoid function------------------------ // //---------------------------------------------------------------------------- float Si
www.eeworm.com/read/245261/12807759

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/245261/12807762

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/330732/12872341

cpp phenotype.cpp

#include "phenotype.h" //------------------------------------Sigmoid function------------------------ // //---------------------------------------------------------------------------- float Si
www.eeworm.com/read/143365/12881317

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/143365/12881324

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/136050/13875858

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/136050/13875865

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/140283/5793061

h simpleneuron.h

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

h recurrentneuron.h

#ifndef _RECURRENTNEURON_H #define _RECURRENTNEURON_H #include "SimpleNeuron.h" #include "defines.h" #include namespace annie { /** A neuron used for recurrent networks. * These neurons