这个函数主要是出现在神经网络工具箱中,其相应的函数还有fixunknowns、mapstd、processpca等函数。在该函数的说明文档中,有这么一段话

Before training, it is often useful to scale the inputs and targets so that they always fall within a specified range. The function mapminmax scales inputs and targets so that they fall in the range [–1,1]. The following code illustrates how to use this function.[pn,ps] = mapminmax(p);
[tn,ts] = mapminmax(t);
net = train(net,pn,tn);
The original network inputs and targets are given in the matrices p and t. The normalized inputs and targets pn and tn that are returned will all fall in the interval [–1,1]. The structures ps and ts contain the settings, in this case the minimum and maximum values of the original inputs and targets. After the network has been trained, the ps settings should be used to transform any future inputs that are applied to the network. They effectively become a part of the network, just like the network weights and biases.If mapminmax is u

Matlab中mapminmax函数使用注意事项相关推荐

  1. Matlab中bwmorph函数的使用

    Matlab中bwmorph函数的使用 Matlab中提供了一个基于形态学的处理函数,即以膨胀.腐蚀等操作为基础,其语法格式如下: bw2=bwmorph(bw1,operation,n); 其中bw ...

  2. 9.matlab中repmat函数

    来源: matlab中repmat函数的用法 - CSDN博客 https://blog.csdn.net/anqier1009/article/details/5214978 B = repmat( ...

  3. 如何在Matlab中获取函数参数的数目?

    本图文详细介绍了Matlab中获取函数参数数目的方法.

  4. matlab s% d%,matlab中var函数的翻译For N-D arrays, VAR operates along the first

    matlab中var函数的翻译For N-D arrays, VAR operates along the first matlab中var函数的翻译 For N-D arrays, VAR oper ...

  5. 关于MATLAB中xlswrite函数写数据出现服务器异常情况的解决办法

    关于MATLAB中xlswrite函数写数据出现服务器异常情况的解决办法 参考文章: (1)关于MATLAB中xlswrite函数写数据出现服务器异常情况的解决办法 (2)https://www.cn ...

  6. Matlab中Ksdensity()函数的用途 (2011-04-02 16:55:17)

    Matlab中Ksdensity()函数的用途 (2011-04-02 16:55:17) 转载▼ 标签: 杂谈 分类: Matlab应用 我们在统计数据处理时,经常计算一个样本的概率密度估计,也就是 ...

  7. cumsum在matlab中,matlab中cumsum函数和sum函数详解

    调用格式及说明 matlab中cumsum函数通常用于计算一个数组各行的累加值.在matlab的命令窗口中输入doc cumsum或者help cumsum即可获得该函数的帮助信息. 调用格式及说明 ...

  8. matlab中fprintf函数的具体使用方法

    matlab中fprintf函数的具体使用方法实例如下: fprintf函数可以将数据按指定格式写入到文本文件中.其调用格式为: 数据的格式化输出:fprintf(fid, format, varia ...

  9. Matlab中plot函数及legend函数详解

    Matlab中plot函数及legend函数详解 Matlab中plot函数及legend函数详解 Matlab中plot函数全功能解析 功能 二维曲线绘图 语法 plot(Y) plot(X1,Y1 ...

  10. matlab 中max函数用法

    Matlab中max函数在矩阵中求函数大小的实例如下: (1)C = max(A) 返回一个数组各不同维中的最大元素. 如果A是一个向量,max(A)返回A中的最大元素. 如果A是一个矩阵,max(A ...

最新文章

  1. Cygwin鸡毛蒜皮
  2. spring boot记录操作日志
  3. 超详细 Spring Boot 知识清单
  4. 【Clickhouse】Clickhouse 表引擎之 Log系列
  5. vscode之npm不是内部活外部命令
  6. (转载)Sybase:bcp命令参考
  7. 创业公司如何构建数据指标体系?
  8. 敏捷个人学习----为什么的力量
  9. MATLAB数学建模方法与实践(第3版)——读书笔记
  10. CAD 系统变量参数大全
  11. 计算机网络选择公用还是家庭,如何设置打印机共享?
  12. 互联网自动化赚钱的方法
  13. 微服务中的服务发现是什么?
  14. 【学习生涯】预科学习笔记
  15. Kafka 安装、使用
  16. BP算法的反向传播和权值修正(1)
  17. java将html转pdf
  18. MegaCli 安装及使用
  19. [机器学习与scikit-learn-4]:scikit-learn机器学习的一般流程与案例演示
  20. Vue ref 和 $refs 获取元素宽高

热门文章

  1. Apollo3.0 canbus代码解析(未完成,待修改)
  2. 构建Arduino和TFT LCD条形码扫描仪
  3. 漏洞挖掘之通达OA2017任意文件上传(漏洞已失效)
  4. Matlab入门变量篇
  5. matlab 入门 实验,matlab入门实验.doc
  6. c++ fbxsdk安装配置_Linux上安装软件 - coydone
  7. Excel如何随机抽取姓名
  8. SSD选购扫盲指南M.2接口硬盘选择:NVMe于sata3
  9. tbSchedule 使用
  10. Kotlin中文教程