代码搜索:Layer

找到约 10,000 项符合「Layer」的源代码

代码结果 10,000
www.eeworm.com/read/182841/5262587

java layer.java

package org.scut.DataMining.Algorithm.NeuralNetwork.Core; import org.scut.DataMining.Core.MiningException; import java.util.ArrayList; import java.util.Iterator; public class Layer { /*
www.eeworm.com/read/182193/5264791

java layer.java

package structure; /** * 网络中的一个层(隐层或输出层) * 一层中有几个神经元就有几个输出 * */ public class Layer { public int num; //一层中神经元的个数,也即输出的个数 public Neuron neurons[]; public doubl
www.eeworm.com/read/179153/5309414

pm layer.pm

# # $Id: Layer.pm,v 1.7 2006/05/06 16:07:48 gomor Exp $ # package Net::Write::Layer; use strict; use warnings; use Carp; require Class::Gomor::Array; our @ISA = qw(Class::Gomor::Array); our @AS = qw
www.eeworm.com/read/179153/5309458

pm layer.pm

# # $Id: Layer.pm,v 1.3.2.2 2006/05/25 12:17:48 gomor Exp $ # package Net::Packet::Layer; use strict; use warnings; use Carp; require Class::Gomor::Array; our @ISA = qw(Class::Gomor::Array); use Net
www.eeworm.com/read/177322/5329246

java layer.java

/* AI ANN Backpropagation Copyright (C) 2002-2003 Wim Gillis http://sourceforge.net/projects/crap This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/172754/5382197

java layer.java

/* ======================================================================== * JCommon : a free general purpose class library for the Java(tm) platform * ===========================================
www.eeworm.com/read/165306/5483563

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/165304/5483678

java layer.java

import java.util.*; class Layer { Vector neurons; int size; public Layer(String l,int s) { String label; size = s; neurons = new Vector(); for(int i=0;i
www.eeworm.com/read/347992/3160894

java layer.java

//#condition (polish.midp1 && ! polish.api.siemens-color-game-api) || (polish.usePolishGameApi == true) || (polish.blackberry && polish.usePolishGui) || (polish.doja && polish.usePolishGui) // gene
www.eeworm.com/read/347918/3161959

java layer.java

package org.joone.engine; import org.joone.log.*; import org.joone.engine.learning.*; import org.joone.exception.*; import org.joone.inspection.*; import org.joone.inspection.implementations.*; impo