代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/270994/11013444
h netloader.h
/***************************************************************************
netloader.h - description
-------------------
begin
www.eeworm.com/read/270994/11013463
h cherrymoya.h
/***************************************************************************
cherrymoya.h - description
-------------------
begin
www.eeworm.com/read/459487/7274748
vb networkserializer.vb
'------------------------------------------------------------------
' License Notice:
'------------------------------------------------------------------
' All Rights Reserved - Anoop Madhusudanan,
www.eeworm.com/read/140283/5793074
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/140283/5793088
h parametrizedneuron.h
#ifndef _PARAMETRIZEDNEURON_H
#define _PARAMETRIZEDNEURON_H
#include "AbstractNeuron.h"
#include "defines.h"
namespace annie
{
typedef real(*ParametrizedActivationFunction)(real, real parameter);
www.eeworm.com/read/127819/5994514
h netloader.h
/***************************************************************************
netloader.h - description
-------------------
begin
www.eeworm.com/read/127819/5994521
h cherrymoya.h
/***************************************************************************
cherrymoya.h - description
-------------------
begin
www.eeworm.com/read/259886/11759504
m mydistf.m
function d = mydistf(pos)
%MYDISTF Example custom distance function.
%
% Use this function as a template to write your own function.
%
% Syntax
%
% d = mydistf(pos)
% pos - NxS
www.eeworm.com/read/217035/14982217
cpp network.cpp
#include "neural.hpp"
#include
#include
#include
#include
void Network::adjustWeights(void)
{
for(int atCnxn = 0; atCnxn < nCnxns; atCnxn++
www.eeworm.com/read/217035/14982231
hpp neural.hpp
//Neural.hpp
//(c) 1990, Miller Freeman Publications
//Released to the public domain
//Disclaimer of warranty: If you use this and something bad happens, you can
//have my sympathy but not my mone