代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/330732/12872297
h genes.h
#ifndef GENES_H
#define GENES_H
//-----------------------------------------------------------------------
//
// Name: GeneGenes.h
//
// Author: Mat Buckland 2002
//
// Desc: neuron and link
www.eeworm.com/read/243737/12920376
h backprop.h
//////////////////////////////////////////////
// Fully connected multilayered feed //
// forward artificial neural network using //
// Backpropogation algorithm for training. //
//////////////
www.eeworm.com/read/315150/13550035
h backprop.h
//////////////////////////////////////////////
// Fully connected multilayered feed //
// forward artificial neural network using //
// Backpropogation algorithm for training. //
//////////////
www.eeworm.com/read/140283/5793089
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
www.eeworm.com/read/139207/5806834
h neuro_k.h
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group */
/* See file COPYING 'GNU General Public Licence' for copyright details */
#ifndef _NEURO_K_H
#define _NEURO_K_H
#include
www.eeworm.com/read/101018/6261183
nn creature.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 2
#
# NEURON x y z
# x = layer number
# y = node name
# z = node bias
NEURON 0 health 0.0
NEURON 0 healthInv 0.0
NEURON
www.eeworm.com/read/101018/6261464
nn creature.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 2
#
# NEURON x y z
# x = layer number
# y = node name
# z = node bias
NEURON 0 health 0.0
NEURON 0 healthInv 0.0
NEURON
www.eeworm.com/read/489292/6477978
java wtmlearningfunctionwithtired.java
/**
* Copyright (c) 2006, Seweryn Habdank-Wojewodzki
* Copyright (c) 2006, Janusz Rybarski
*
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modificati