-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1
-
genetic-algorithms-
基于遗传算法和非线性规划的函数寻优算法,用遗传算法和非线性规划的函数寻优算法寻找最优值,其中包括三个线性例子和三个非线性例子。(Based on genetic algorithms and nonlinear programming function optimization algorithm, genetic algorithm and nonlinear programming function optimization algorithm to find the optimal value, which includes three examples and three linear nonlinear examples.)
- 2013-07-17 14:18:39下载
- 积分:1
-
MATLAB
MATLAB程序设计教程电子教案
包含:matlab实例编程一百个源程序,
MATLAB程式设计入门篇程式流程控制等一系列基本操作(MATLAB Programming Guide electronic templates
Contains: matlab programming examples one hundred source,
MATLAB Programming Beginners program flow control and a series of basic operations)
- 2013-09-12 19:25:37下载
- 积分:1
-
remotesensingproject
This is remote sensing image enhancement project. Which deals with image enhanement and noise removal from rsi images. It also uses different edge detection techniques for image enhancement
- 2014-01-24 17:39:29下载
- 积分:1
-
Copy_3_of_Untitled
The WSN clustering based upon fuzzy logic has been discussed, which elaborates the step wise clustering on the different distances. One directional clustering has been represented. The fuzzy clustering has been represented the right to left connection establishment. The energy consumption has been monitored over the given simulation.
- 2016-04-17 13:48:27下载
- 积分:1
-
classifier
说明: 两类二维相关正态分布条件下的最小错误率贝叶斯分类器,基于最小风险的贝叶斯分类器,Parzen窗法非参数估计分类器程序,Fisher线性判别法分类器程序。(Under normal conditions two types of two-dimensional correlation of minimum error rate of Bayesian classifier, the minimum risk-based Bayesian classifier, Parzen window method estimates non-parametric classification procedures, Fisher Linear Discriminant classifier program.)
- 2010-04-06 16:43:00下载
- 积分:1
-
mathematics-modeling
为全国大学数学建模爱好者提供matlab应用平台基础,主要内容是数学建模。(For lovers of the National University of mathematical modeling matlab application platform based on the main contents of the mathematical modeling.)
- 2012-04-24 11:54:46下载
- 积分:1
-
book-pid
最为经典的PID理论资料_先进PID控制及其MATLAB仿真(刘金锟)书籍(The most classic PID PID control theory and its advanced information _ MATLAB simulation (Liu Kun) Books)
- 2011-09-15 10:35:44下载
- 积分:1
-
Image-Processing
Advance level of image processing using matlab with a project
- 2015-01-19 04:28:29下载
- 积分:1
-
LS_Pos
导航定位中的单点定位,采用最小二乘法计算接收机位置,进行定位。(Navigation and positioning of the single point positioning, receiver position is obtained by using the least squares method, to locate.)
- 2016-05-19 21:20:51下载
- 积分:1