代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/140278/13091053
cpp neuron.cpp
/*
* public/ann/neuron.cpp
* 2004-02-16 by ShanLanshan
*/
#include
#include "public/ann/annbase.h"
#include "public/ann/annfunc/annfunc.h"
#include "public/ann/neuron.h"
#include
www.eeworm.com/read/140278/13091195
h neuron.h
#ifndef _PUBLIC_ANN_NEURON_H
#define _PUBLIC_ANN_NEURON_H
/*
* public/ann/neuron.h
* 2004-02-16 by ShanLanshan
*/
#include
#include "public/ann/annbase.h"
#include "public/ann/ann
www.eeworm.com/read/318168/13484642
ini neuron.ini
; PSPad user HighLighter definition file
; for NEURON see www.neuron.yale.edu.
;
; This file was created by Ronald van Elburg
;
[Settings]
Name=NEURON
HTMLGroup=0
FileType=*.hoc,*.ses,*.tem
www.eeworm.com/read/142050/5766156
java neuron.java
package org.scut.DataMining.Algorithm.NeuralNetwork.Core;
import java.util.ArrayList;
import java.util.Date;
import java.util.Iterator;
import org.scut.DataMining.Algorithm.NeuralNetwork.Core.
www.eeworm.com/read/140283/5793083
h neuron.h
#ifndef _NEURON_H
#define _NEURON_H
#include "Link.h"
#include "defines.h"
#include
namespace annie
{
// Some activation functions and their derivatives
/// The identity function, ie, f(x
www.eeworm.com/read/127819/5994508
cpp neuron.cpp
/***************************************************************************
neuron.cpp - description
-------------------
copyright
www.eeworm.com/read/127819/5994549
h neuron.h
/***************************************************************************
neuron.h - description
-------------------
copyright
www.eeworm.com/read/482140/6628478
java neuron.java
/**
* Neuron
* Copyright 2005 by Jeff Heaton(jeff@jeffheaton.com)
*
* Example program from Chapter 2
* Programming Neural Networks in Java
* http://www.heatonresearch.com/articles/series/1/
*
www.eeworm.com/read/252904/12255771
cpp neuron.cpp
#include "stdAfx.h"
#include "neuron.h"
/*
ANN neuron link
www.eeworm.com/read/252904/12255781
h neuron.h
#ifndef ANNeuron_h
#define ANNeuron_h
class ANeuron;
////////////////////////////////////ANN Link///////////////////////////////////////////////////
class ANLink
{
friend cla