CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - bp matlab X
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - bp matlab X - List
[
Special Effects
]
FunctionApproximation
DL : 0
matlab平台上实现函数y=sinx的逼近程序,构造bp算法实现(输出层采用y=x线性函数,隐含层采用非对称Sigmoid函数)
Update
: 2008-10-13
Size
: 785byte
Publisher
:
黄泉
[
Graph program
]
BPnetwork_xor
DL : 0
用vc++实现的BP神经网络解决异或问题的源代码。非常经典。-Using vc realize the BP neural network to solve XOR problem
Update
: 2025-02-19
Size
: 86kb
Publisher
:
wxr
[
Special Effects
]
FunctionApproximation
DL : 0
matlab平台上实现函数y=sinx的逼近程序,构造bp算法实现(输出层采用y=x线性函数,隐含层采用非对称Sigmoid函数)-matlab platform function y = sinx approximation procedures, construction bp algorithm (output layer using linear function y = x, hidden layer use of non-symmetrical Sigmoid function)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
黄泉
[
AI-NN-PR
]
BP
DL : 0
BP算法 给定一个由N维向量X组成的集合,这些向量将是一个响应agent的感知处理单元计算出的特征向量。这些分量的值可以是数值,也可以是布尔值。这些动作也许是学习者所观察到的一个教师对一组输入的响应。这些相关的动作有时称为向量的“标号”或“类别”。集合与响应的标号组成“训练集合(training set)”.机器学习问题就是寻找一个函数。-BP algorithm given by the N-dimensional vector X composed of a collection, these vectors will be a response to the perceived agent processing unit eigenvector calculated. These components can be numerical values may also be a boolean value. These movements may be observed by the learner, a teacher of a group of input response. These related actions are sometimes referred to as Vector s labeling or category. Collection with the label in response to form a training set (training set) . Machine learning problem is to find a function.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张志丹
[
AI-NN-PR
]
BP_XOR
DL : 0
利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yaozi
[
AI-NN-PR
]
BP
DL : 0
BP算法解决函数y=cos( 2*PI* x )学习问题-BP algorithm to solve function y = cos (2* PI* x) learning problems
Update
: 2025-02-19
Size
: 26kb
Publisher
:
孙胖
[
AI-NN-PR
]
bp_v1_2
DL : 0
-----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- momentum to build a three-layer (including input layer) of the BP neural network, and its training of the input layer does not carry out data processing, the hidden layer activation function sigmod function, the output layer-line Sexual Function input and output data normalized to [-1,1], the data in the matrix row-vector representation or x = [x11, x12 x21, x22 ... xp1, xp2] y = [y1 y2 ... yp] p as the number of samples
Update
: 2025-02-19
Size
: 4kb
Publisher
:
沈龙
[
AI-NN-PR
]
BP
DL : 0
此程序实现了神经网络中的BP算法,使用MATLAB语言编写,对在平面坐标上的x,y变量在[-1,1]面积内进行象限归类。-This program implements the BP neural network algorithm, using the MATLAB language, on the plane coordinates of x, y variables in [-1,1] area classified within the quadrant.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
lingyun
[
AI-NN-PR
]
BPsin(x)
DL : 0
matlab上bp算法逼近SINx的程序实例-matlab bp
Update
: 2025-02-19
Size
: 4kb
Publisher
:
dalangwa
[
matlab
]
bp
DL : 0
BP神经网络拟合y=x^2 使用matlab自带的工具箱-BP neural network fitting of y = x ^ 2
Update
: 2025-02-19
Size
: 1kb
Publisher
:
魏子昂
[
AI-NN-PR
]
matlabbpexp1
DL : 0
matlab的bp神经网络工具箱,bp神经网络案例之一,非线性拟合y=x21+x-one of a bp examples
Update
: 2025-02-19
Size
: 47kb
Publisher
:
李义宏
[
matlab
]
bp_test1
DL : 0
函数sin(x)神经网络BP算法MATLAB仿真-Function sin (x) neural network BP algorithm MATLAB simulation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yue
[
Mathimatics-Numerical algorithms
]
spgl1-1.8
DL : 1
该算法可以有效解决BPDN,BP以及Lasso问题- SPGL1 is a Matlab solver for large-scale one-norm regularized least squares. It is designed to solve any of the following three problems: 1. Basis pursuit denoise (BPDN): minimize ||x||_1 subject to ||Ax- b||_2 <= sigma, 2. Basis pursuit (BP): minimize ||x||_1 subject to Ax = b 3. Lasso: minimize ||Ax- b||_2 subject to ||x||_1 <= tau,
Update
: 2025-02-19
Size
: 60kb
Publisher
:
kaka
[
matlab
]
chap10
DL : 0
关于用遗传算法改进BP神经网络的matlab实现(转引) ga优化神经网权值&阈值程序。 优化的基本原理和过程很多论文可以查到,在此不必赘述我就把用gaot5的小程序贴在下面吧,也是y=1/x(为看的方便,比较繁杂的也有) -About matlab improved BP neural network using genetic algorithm implementation (quoted) ga optimizing neural network weights & Threshold Program. Optimization of the basic principles and procedures can be found in many papers, this does not have to go into details, I' ll stick with gaot5 small program below it, is y = 1/x (for watching convenience, there are also more complicated)
Update
: 2025-02-19
Size
: 15kb
Publisher
:
张晓
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.