代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/4033/23715
cpp cneuralnet.cpp
#include "CNeuralNet.h"
//*************************** methods for Neuron **********************
//
//---------------------------------------------------------------------
SNeuron::SNeuron(int
www.eeworm.com/read/4033/23736
cpp cneuralnet.cpp
#include "CNeuralNet.h"
//*************************** methods for Neuron **********************
//
//---------------------------------------------------------------------
SNeuron::SNeuron(int
www.eeworm.com/read/140283/5793081
h centerneuron.h
#ifndef _CENTERNEURON_H
#define _CENTERNEURON_H
#include "Neuron.h"
namespace annie
{
/** A center-neuron, the building block of a Radial basis function network.
* Neurons of this type have a "ce
www.eeworm.com/read/165306/5483570
h centerneuron.h
#ifndef _CENTERNEURON_H
#define _CENTERNEURON_H
#include "Neuron.h"
namespace annie
{
/** A center-neuron, the building block of a Radial basis function network.
* Neurons of this type have a "ce
www.eeworm.com/read/315543/3619663
h centerneuron.h
#ifndef _CENTERNEURON_H
#define _CENTERNEURON_H
#include "Neuron.h"
namespace annie
{
/** A center-neuron, the building block of a Radial basis function network.
* Neurons of this type have a "ce
www.eeworm.com/read/267292/4268229
m newarchlf.m
function NetArch = newarchlf(neuron_num , input_num , input_type , neuron_type , weight_type , delay_type)
% NEWARCHLF Create multilayer feedforward architecture with local
% feedb
www.eeworm.com/read/267292/4268230
m newarchff.m
function NetArch = newarchff(neuron_num , input_num , input_type , neuron_type , weight_type , delay_type)
% NEWARCHFF Create multilayer feedforward architecture for Biological
% N
www.eeworm.com/read/267292/4268231
m newarchgf.m
function NetArch = newarchgf(neuron_num , input_num , input_type , neuron_type , weight_type , delay_type)
% NEWARCHGF Create multilayer feedforward architecture with general
% fee
www.eeworm.com/read/267292/4268232
m newarchlc.m
function NetArch = newarchlc(neuron_num , input_num , input_type , neuron_type , weight_type , delay_type)
% NEWARCHLC Create multilayer feedforward architecture with lateral
% co
www.eeworm.com/read/315543/3619671
h inputneuron.h
#ifndef _INPUTNEURON_H
#define _INPUTNEURON_H
#include "Neuron.h"
namespace annie
{
/** Input neurons are slightly special. They don't really do much, just implement
* the Neuron interface so that