-
MRL06
2004年robotcup世界冠军源代码(2004 world champion robotcup source code)
- 2008-03-10 19:43:29下载
- 积分:1
-
SARMatlab
sar成像matlab程序,针对目标电磁特性成像,效果较好(sar image matlab)
- 2013-11-23 13:56:54下载
- 积分:1
-
network&run
说明: 文件传输限制分多次上传,其他文件可以查看我的上传资料
本实验使用matlab神经网络工具箱搭建CNN网络实现手写字识别,里面附数据集和训练好的网络,准确率可达99%。
1.打开matlab2018
2.将路径设置为当前文件所在路径
3.直接运行test7_run.m即可得到网络在测试集里的准确率以及分类错误的样本。
test7_cnn_hwr.m:训练的程序
test7_run.m:测试测试集的代码,直接读取存储在net_trained.mat训练好的网络,
对测试样本进行分类,统计准确率。(In this experiment, we use matlab neural network toolbox to build CNN network to realize handwritten word recognition, which is attached with data set and trained network, with an accuracy of 99%.)
- 2020-04-16 20:58:20下载
- 积分:1
-
BLDC4
UN PROGRAMM DE BRUSHLESS DC MOTOR IN M FILE PART 4
- 2012-09-03 00:53:41下载
- 积分:1
-
SNR
计算信号里的信噪比的程序,用在数字信号分析中和振动信号处理等方面(The function SNR get the signal to noise (SNR) ratio)
- 2012-05-21 08:50:21下载
- 积分:1
-
easy-learn-the-matlab
matlab 入门书籍,适合初学者学习,减低学习难度(matlab introductory books for beginners learning to reduce the learning curve)
- 2012-10-02 00:12:45下载
- 积分:1
-
MatlabFunctionOnIP
说明: 详细介绍了Matlab中图像处理函数的使用方法,并包含示例。(described the use of image processing functions in Matlab, including examples.)
- 2011-03-22 21:25:48下载
- 积分: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
-
ACO-for-TSP
Ant colony for tsp(traveling sale person) in matlab
- 2013-11-30 03:46:32下载
- 积分:1
-
MRI-tech
磁共振成像仪的基本硬件,脉冲序列的基本概念和分类,MRI常规质控指标,MRI的优缺点(Magnetic resonance imaging of the basic hardware, pulse sequence and classification of the basic concepts, MRI routine quality control indicators, MRI of the advantages and disadvantages)
- 2010-12-31 14:37:38下载
- 积分:1