-
qinjiuzhao
基于MATLAB的秦九詔算法源代码,可用于优化排序(MATLAB-based algorithm for Chao Qin 9 source code, can be used to optimize the sorting)
- 2009-11-08 16:41:50下载
- 积分:1
-
top88
topology optim 88 line code
- 2011-10-27 11:57:43下载
- 积分:1
-
NewCallback
matlab画图时,在查看图上大数据时将数据显示为8位有效位。(matlab drawing, in view large map data to display data as 8-bit valid bit.)
- 2011-11-04 15:05:19下载
- 积分:1
-
miFV
The package includes the MATLAB code of the multi-instance learning algorithm miFV, which is an efficient and scalable MIL algorithm. miFV maps the original MIL bags into a new feature vector representation, which can obtain bag-level information, and meanwhile lead to excellent performances even with linear classifiers. In consequence, thanks to the low computational cost in the mapping step and the scalability of linear classifiers, miFV can handle large scale MIL data efficiently and effectively. A Readme file and some data files are included in the package.
- 2015-03-31 18:39:34下载
- 积分:1
-
ambguity
单脉冲信号、调频信号模糊函数源代码,很实用!(Single-pulse signal, FM signal ambiguity function source code, it works!)
- 2010-07-21 11:15:22下载
- 积分:1
-
MatlabNotes
this tuturial is a basic of Matlab.This document is a guide for Matlab begginers and for people who want to be an experts,too.
- 2009-03-05 19:03:17下载
- 积分:1
-
gall
using gall function for measure the algorithm
- 2009-12-14 16:58:50下载
- 积分:1
-
VLSIPROJECTS
VLSi projet....these were recent papers published in ieee
- 2011-01-09 17:57:08下载
- 积分:1
-
feixianxing
一个非线性系统利用连续系统按环节离散化的数字仿真(Digital simulation of nonlinear continuous system of discrete link)
- 2012-04-29 17:47:01下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1