代码搜索:BackProp

找到约 426 项符合「BackProp」的源代码

代码结果 426
www.eeworm.com/read/375212/9369059

m fun1.m

function f=fun1(x) %FUN1 Objective function calculation for NNPLS % Function calculation for use with optimization routine for determining % weights in backprop network. I/O syntax is: % f = fun1(
www.eeworm.com/read/143686/12850867

java mlp.java

/**BackProp - a backpropagation neural network class 4/98 by * Jason Tiscione. * Copyright (c) 1998. All Rights Reserved. You have a non-exclusive, * royalt
www.eeworm.com/read/476985/6743872

bas modglobals.bas

Attribute VB_Name = "modGlobals" 'Backprop neural network by Richard Gardner 'rgardner@rgsoftware.com 'http://www.rgsoftware.com Const LEARNING_RATE As Double = 0.5 Private Weights(1 To 3, 1
www.eeworm.com/read/401674/2336934

java inputnode.java

package com.digiburo.backprop1; import java.io.Serializable; /** * Input nodes simply contain the submitted pattern. * Note that input values should be scaled in range (0.0, 1.0) * * @author G.S
www.eeworm.com/read/225918/14511149

c hidtopgm.c

/* hidtopgm - scale hidden-unit weights to pixel values */ #include #include #include "pgmimage.h" #include "backprop.h" #define MAXROWS 256 #define MAXCOLS 256 d
www.eeworm.com/read/295072/8187987

c hidtopgm.c

/* hidtopgm - scale hidden-unit weights to pixel values */ #include #include #include "pgmimage.h" #include "backprop.h" #define MAXROWS 256 #define MAXCOLS 256 d
www.eeworm.com/read/379835/9174397

cpp geteigen.cpp

#include #include #include #include #include #include #include "backprop.h" #include /////////////////////////////
www.eeworm.com/read/277779/10605259

m scgm.m

function [ep,tempo] = scgm(P,T,nh,minerr,maxep,w1,w2) % % SCGM % Main Program (function) % MLP net with Backprop training % (Moller 1993) Scaled Conjugate Gradient with % Exact calculus of second ord
www.eeworm.com/read/308606/6934126

c hidtopgm.c

/* hidtopgm - scale hidden-unit weights to pixel values */ #include #include #include "pgmimage.h" #include "backprop.h" #define MAXROWS 256 #define MAXCOLS 256 double tmpimg
www.eeworm.com/read/137075/13346376

c hidtopgm.c

/* hidtopgm - scale hidden-unit weights to pixel values */ #include #include #include "pgmimage.h" #include "backprop.h" #define MAXROWS 256 #define MAXCOLS 256 double tmpimg