代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
bp_algorithm.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
bp_algorithm.plg
Build Log
--------------------Configuration: BP_Algorithm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\
bp_algorithm.cpp
#include
#include
#include
#include
#define input_Num 6
#define hidden_Num 4
#define output_Num 1
#define high 0.999
#define low 0.001
doub
bp-algorithm.m
n = 8; %输入层单元个数
p=2*n+1;
m = 12; %输出层单元个数
threshold = [0 1;0 1;0 1;0 1;0 1;0 1;0 1;0 1];
X = [1 0 0 0 0 0 0 0;
0 1 0 0 0 0 0 0;
k_algorithm.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
k_algorithm.plg
Build Log
--------------------Configuration: k_algorithm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\J
k_algorithm.dsp
# Microsoft Developer Studio Project File - Name="k_algorithm" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
k_algorithm.c
#include
#include
#include
#include
int vectornum;
int vectorsize;
float * datafield;
float * tempcenter;
struct GROUP
{