代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/315543/3619656
h layer.h
#ifndef _LAYER_H
#define _LAYER_H
#include "Neuron.h"
#include "Link.h"
#include
namespace annie
{
/** Abstraction for a "layer" of neurons, i.e., a group of neurons not
* connected to e
www.eeworm.com/read/376166/9328503
m if_const.m
% integrate-and-fire neuron
clear; clf;
%parameter
tau=10; %ms
Rm=10; %K Ohs*cm2
Vth=-50; %mV
El=-65; %mV
Vreset=-65; %mV
% constant external input
Ie=4;
www.eeworm.com/read/166821/9996368
h perceptron.h
#pragma once
#include
#include "Layer.h"
#include "Synapse.h"
#include "Neuron.h"
#include
class Perceptron
{
public:
~Perceptron(void){};
CList layers;
CL
www.eeworm.com/read/141594/12996650
ps chap7.ps
%!PS-Adobe-2.0
%%Creator: dvipsk 5.526b Copyright 1986, 1993 Radical Eye Software
%%Title: neuron.dvi
%%Pages: 34
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 842
%%EndComments
%DVIPSCommandLine: dvips
www.eeworm.com/read/140283/5793058
h network.h
#ifndef _NETWORK_H
#define _NETWORK_H
#include "Neuron.h"
#include "InputNeuron.h"
#include "Link.h"
#include
#include
namespace annie
{
/** Another core class of the annie librar
www.eeworm.com/read/165306/5483547
h network.h
#ifndef _NETWORK_H
#define _NETWORK_H
#include "Neuron.h"
#include "InputNeuron.h"
#include "Link.h"
#include
#include
namespace annie
{
/** Another core class of the annie librar
www.eeworm.com/read/165304/5483677
makefile
.SUFFIXES: .java .class
.java.class:
javac $<
default: SimplePerceptronApplet.class \
FunctionCanvas.class Confirm.class \
Perceptron.class Layer.java Neuron.class Synapse.class \
ErrorGraph.
www.eeworm.com/read/315543/3619640
h network.h
#ifndef _NETWORK_H
#define _NETWORK_H
#include "Neuron.h"
#include "InputNeuron.h"
#include "Link.h"
#include
#include
namespace annie
{
/** Another core class of the annie librar
www.eeworm.com/read/194767/8186687
m wnntest1.m
function [nntest, nnsum] = wnntest1(resid, x, k, nrun);
% While Neural Net Test for Hidden Non-linearities
% inputs: datmat: input matrix, with y in first column, x's in rest
% k # of neuron reg
www.eeworm.com/read/139610/13147225
cpp zj_pb.cpp
#include
#include
#include
#include
#include
class neuron
{
public:
double in ;
double out ;
double delta ;
double err ;
double b