代码搜索:Neuron

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

代码结果 763
www.eeworm.com/read/127235/14367061

cpp simpleneuron.cpp

#include "../include/Exception.h" #include "../include/SimpleNeuron.h" #include using namespace std; namespace annie { SimpleNeuron::SimpleNeuron(int label, bool hasBias) : Neuron
www.eeworm.com/read/187736/5217702

java transferfunction.java

package net.openai.ai.nn.transfer; import net.openai.ai.nn.network.*; abstract public class TransferFunction { // this method will get the input for this neuron and // normalize or other
www.eeworm.com/read/248950/12531147

m trainlog.m

function w = trainlog ( w , L , eta , alpha ) # train ( w , L , eta , alpha ) # trains a single neuron from weight vector w # using global data in x,t #
www.eeworm.com/read/137285/13334891

c codemodify.c

/* codemodify.c (c) DJCM 95 Sep codemodify file old version of executable stored on neuron: wol/code/codemodify.old */ #include "./ansi/r.h" #include
www.eeworm.com/read/137285/13335038

c codemodify2.c

/* codemodify.c (c) DJCM 95 Sep codemodify file old version of executable stored on neuron: wol/code/codemodify.old codemodify2 also checks for ove
www.eeworm.com/read/485268/6557061

m spnet.m

% spnet.m: Spiking network with axonal conduction delays and STDP % Created by Eugene M.Izhikevich. February 3, 2004 M=100; % number of synapses per neuron D=20;
www.eeworm.com/read/259886/11759465

m demolin8.m

%% Adaptive Noise Cancellation % A linear neuron is allowed to adapt so that given one signal, it can predict a % second signal. % % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.13 $
www.eeworm.com/read/259886/11759784

m demolin5.m

%% Underdetermined Problem % A linear neuron is trained to find a non-unique solution to an undetermined % problem. % % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.12 $ $Date: 2002/04
www.eeworm.com/read/347918/3162034

java sigmoidlayer.java

package org.joone.engine; import org.joone.exception.JooneRuntimeException; import org.joone.log.*; /** The output of a sigmoid layer neuron is the sum of the weighted input values, * applied to
www.eeworm.com/read/267292/4268259

m alpha_fun_int.m

function IntSpikeInput = alpha_fun_int(t , y , spike_time , neuron_delay) % ALPHA_FUN_INT Alpha function for internal PSPs % % Version: 1.0 % ---------------------------------- % Am