登录
首页 » matlab » matlab 神经网络回归拟合预测

matlab 神经网络回归拟合预测

于 2020-06-18 发布 文件大小:169KB
0 285
下载积分: 1 下载次数: 2

代码说明:

  程序-神经网络的回归拟合——基于近红外光谱的汽油辛烷值预测(Program-Neural Network Regression Fitting-Prediction of Gasoline Octane Number Based on Near Infrared Spectroscopy)

文件列表:

程序-神经网络的回归拟合——基于近红外光谱的汽油辛烷值预测\main_2014a.m, 3563 , 2019-04-29
程序-神经网络的回归拟合——基于近红外光谱的汽油辛烷值预测\spectra_data.mat, 171497 , 2019-04-29
程序-神经网络的回归拟合——基于近红外光谱的汽油辛烷值预测, 0 , 2019-04-29

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

发表评论

0 个回复

  • Practical_Quiz_3
    Practical_Quiz_3 easy to understand
    2014-12-13 17:05:21下载
    积分:1
  • IMMKF-CTCV
    转弯模型的IMM程序,包括3个模型,CV和CT模型,并通过kalman滤波进行定位跟踪(Turn model the IMM program m file, including the three models, CV and CT model and positioning tracking kalman filtering)
    2021-04-09 09:19:00下载
    积分:1
  • PI_THESIS_40_1PHASE
    DVR with PI compensation
    2009-03-09 09:12:14下载
    积分:1
  • AR
    说明:  matlab编写的时间序列分析工具,应用AR模型对时间序列进行预测(time series analysis written matlab tools, applications, time series AR model to predict)
    2010-12-23 11:41:39下载
    积分:1
  • 一维等离子体的so-fdtd算法
    一维等离子体的so—fdtd算法程序,也可推广到一般色散介质。(One-dimensional plasma so-fdtd algorithm program)
    2011-02-15 11:25:45下载
    积分:1
  • zhiftu
    在matlab开发环境下,实现数字图像的直方图统计,直接可运行,程序中路径为绝对路径(Development environment in matlab, digital image histogram directly to run the program for the absolute path in the path)
    2011-01-05 15:30:57下载
    积分:1
  • OFDMconcerMATLABsimuliksystem
    基于simulink的OFDM的仿真的例子,和大家分享(Based on the OFDM simulink simulation examples to share)
    2010-05-26 08:51:50下载
    积分:1
  • colorimageencryption
    A color image encryption code which segregated the image components separately. Include "Add Noise" as well !!
    2014-01-14 10:49:04下载
    积分:1
  • cluster
    聚类的MATLAb代码程序~此代码实现的为K均值聚类~(Clustering MATLAb code- This code implements the program for K-means clustering ~)
    2013-11-23 19:28:10下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载