代码搜索:Neuron

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

代码结果 763
www.eeworm.com/read/239320/13287839

m demo1.m

%%%%%%%%%%%%%%%%%%%%%%%%%% %%% DDE-BIFTOOL demo 1 %%% %%%%%%%%%%%%%%%%%%%%%%%%%% clear; % init system: [name,n]=sys_init %% name = neuron %% n = 2 % construct a first, approximate steady state po
www.eeworm.com/read/187736/5217704

java testtransferfunction.java

package net.openai.ai.nn.transfer; import net.openai.ai.nn.network.*; public class TestTransferFunction extends TransferFunction { // this method will get the input for this neuron and //
www.eeworm.com/read/166914/9990263

m linear.m

%% Pattern Association Showing Error Surface % A linear neuron is designed to respond to specific inputs with target outputs. % % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.14 $ $Dat
www.eeworm.com/read/140279/13091029

m linear.m

%% Pattern Association Showing Error Surface % A linear neuron is designed to respond to specific inputs with target outputs. % % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.14 $ $Dat
www.eeworm.com/read/259886/11759441

m demohop1.m

%% A Two Neuron Hopfield Network % A Hopfield network consisting of two neurons is designed with two stable % equilibrium points and simulated using the above functions. % % Copyright 1992-2002 Th
www.eeworm.com/read/259886/11759875

m demolin1.m

%% Pattern Association Showing Error Surface % A linear neuron is designed to respond to specific inputs with target outputs. % % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.14 $ $Dat
www.eeworm.com/read/148683/12443983

h trainingset.h

#ifndef _TRAININGSET_H #define _TRAININGSET_H #include "Neuron.h" #include "Network.h" namespace annie { /** This is an abstraction for the set of patterns which are used to * "train" a
www.eeworm.com/read/130567/14184955

h trainingset.h

#ifndef _TRAININGSET_H #define _TRAININGSET_H #include "Neuron.h" #include "Network.h" namespace annie { /** This is an abstraction for the set of patterns which are used to * "train" a
www.eeworm.com/read/130567/14184995

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/127235/14367022

h trainingset.h

#ifndef _TRAININGSET_H #define _TRAININGSET_H #include "Neuron.h" #include "Network.h" namespace annie { /** This is an abstraction for the set of patterns which are used to * "train" a