代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/357991/3008075
java neuron.java
/**
* This file is generated by BorlandXML.
*/
package com.prudsys.pdm.Adapters.PmmlVersion20;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import jav
www.eeworm.com/read/357991/3008166
java neuron.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/293728/8276787
bmp neuron.bmp
www.eeworm.com/read/293728/8276847
h neuron.h
#if _MSC_VER > 1000
#pragma once
#endif /* _MSC_VER */
typedef vector DVec;
#define P_A 1.7159
#define P_B (2.0 / 3.0)
#define P_E 0.7159
class NeuralLayer
{
public:
Neural
www.eeworm.com/read/293728/8276878
cpp neuron.cpp
#include "StdAfx.h"
#include
NeuralLayer::NeuralLayer(int iNeuronNumber, double dbLearnRate,
double dbActiveLvl, double dbMomentum)
{
m_iNeuronNum = iNe
www.eeworm.com/read/413630/11149221
java neuron.java
package neuralNetwork;
/*
Coded by Aydin Gurel, 2003
The code is free, but please contact me if you wish to use the code entirely or partially in any kind of project so that I can reference it an
www.eeworm.com/read/266474/11224609
java neuron.java
package bp;
import java.lang.Math;
import java.io.Serializable;
public class Neuron implements Serializable{
public final static int LINEAR_ACTIVATION = 0; //线形激活函数标志
pu
www.eeworm.com/read/109466/15557149
cc neuron.cc
/*
YAKS, Optann, a Khepera simulator including a separate GA and ANN
(Genetic Algoritm, Artificial Neural Net).
Copyright (C) 2000 Johan Carlsson (johanc@ida.his.se)
This program is free
www.eeworm.com/read/109466/15557177
h neuron.h
/*
YAKS, Optann, a Khepera simulator including a separate GA and ANN
(Genetic Algoritm, Artificial Neural Net).
Copyright (C) 2000 Johan Carlsson (johanc@ida.his.se)
This program is free
www.eeworm.com/read/380488/9144905
cpp ne-neuron.cpp
#include "aine.h"
#include "ne-neuron.h"
namespace aine
{
///////////////////////////////////////////////////////////////////////////
// NeuronObjectComponent
unsigned int NeuronObjectCom