登录
首页 » matlab » kfold and ANN

kfold and ANN

于 2019-03-27 发布
0 141
下载积分: 1 下载次数: 7

代码说明:

说明:  异常数据处理 神经网络 预测 k-fold 确定网络结构(Handling exception data ANN predict k-fold get the architecture of ANN)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PMBOK_5a_Edicao_Portugues-BR
    pmbok guide for project
    2019-03-01 05:16:55下载
    积分:1
  • dace(1)
    基于计算机实验数据建立一个克里金近似模型,并将其用作计算机模型的代理模型。这里,计算机实验是指通过运行计算机模型获得的若干组输入和响应数据。而计算机模型的这些输入或响应数据都有可能是高维的。(The typical use of this software is to construct a kriging approximation model based on data from a computer experiment, and to use this approximation model as a surrogate for the computer model. Here, a computer experiment is a collection of pairs of input and responses from runs of a computer model. Both the input and the response from the computer model are likely to be high dimensional.)
    2019-05-31 17:15:36下载
    积分:1
  • 这是个重量级的东西,是罗宾写的操作系统,非常值得看看。还有一些文档。不知道最新版本是多少了。...
    这是个重量级的东西,是罗宾写的操作系统,非常值得看看。还有一些文档。不知道最新版本是多少了。-heavyweight This is something that is written by Robin operating system is very worthwhile to see. Some documents. Do not know what is the latest version of the.
    2023-05-15 12:45:02下载
    积分:1
  • 微电网容量优化
    说明:  用蒙特卡洛算法模拟风机及光伏出力,并用粒子群算法加以分配优化。(Monte Carlo algorithm is used to simulate the output of wind turbine and photovoltaic, and particle swarm optimization algorithm is used to optimize the distribution.)
    2021-04-23 20:28:47下载
    积分:1
  • 很好的公司网站模版, 中图片都有psd原文件
    很好的公司网站模版, 其中图片都有psd原文件-good website template, which has psd original photo paper
    2023-03-03 14:35:03下载
    积分:1
  • F405_PCA9685_test
    For PCA9685. STM32F405 is needed
    2019-02-01 23:23:34下载
    积分:1
  • RLE8压缩的LabVIEW源程序,这个是游程压缩算法
    RLE8压缩的LabVIEW源程序,这个是游程压缩算法-LabVIEW source RLE8 compression, this is a run-length compression algorithm
    2022-02-11 13:31:02下载
    积分:1
  • game2048
    说明:  基于python3.6版本的2048算法开发(Development of 2048 algorithm based on python3.6)
    2020-06-19 16:00:02下载
    积分:1
  • 电子钟
    说明:  电子时钟游戏,可以实现游戏的界面,开发设计(Electronic clock game it can make game face and design)
    2020-03-26 11:12:49下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载