登录
首页 » matlab » MDP-model-of-MPNP

MDP-model-of-MPNP

于 2021-01-12 发布 文件大小:18KB
0 309
下载积分: 1 下载次数: 171

代码说明:

  在matlab平台上,针对多周期报童问题,采用值迭代算法、策略迭代算法和强化学习算法求解MDP模型的实例(This is an example presentting how to apply value-iteration algorithm,policy-iteration algorithm and reinforcement learning algorithm to MDP model, which aims to solve the multi-period newsboy problem.)

文件列表:

多周期报童问题的MDP建模及求解
.............................\draw.asv,1879,2011-11-15
.............................\draw.m,1880,2011-11-15
.............................\drawFigure.asv,613,2011-07-28
.............................\drawFigure.m,1038,2011-10-09
.............................\initial.asv,854,2011-11-14
.............................\initial.m,855,2011-11-15
.............................\initial2.m,109,2011-10-15
.............................\main.asv,1727,2011-10-15
.............................\main.m,1271,2012-04-04
.............................\policyIteration.asv,2419,2011-10-13
.............................\policyIteration.m,2419,2011-10-13
.............................\QLearning.asv,2341,2011-10-12
.............................\QLearning.m,2712,2011-10-13
.............................\revenueMDP.asv,955,2011-07-30
.............................\revenueMDP.m,937,2011-10-15
.............................\revenuesS.m,919,2011-07-30
.............................\reward.asv,1348,2011-10-15
.............................\reward.m,1346,2011-10-15
.............................\transitionMatrix.asv,2738,2011-10-10
.............................\transitionMatrix.m,3186,2011-10-10
.............................\valueIteration.asv,1453,2011-10-10
.............................\valueIteration.m,1406,2011-10-12

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

发表评论

0 个回复

  • demo
    音频信号的处理:导入一个时长若干秒的音频信号,得到该音频文件的频率fs和幅度A,显示信号的时域图和频谱图,加入频率为fs/3,幅度为2A的噪声,分析、显示并播放有噪声时时域图和频谱图,以及滤除噪声后的信号的时域图和频谱图。(Audio signal processing: Import a duration of several seconds of the audio signal to obtain a frequency fs, and the amplitude A of the audio file, the time-domain diagram of a display signal, and frequency spectrum, the frequency fs/3, amplitude noise 2A, analysis , display and playback of the noise always domain diagram and frequency spectrum, and the signal after the noise filtering time-domain diagram and spectrum FIG.)
    2012-11-19 23:29:18下载
    积分:1
  • 352
    小波软硬阈值去噪及软硬阈值折衷法去噪程序(wavelet de-noising)
    2012-02-28 09:53:08下载
    积分:1
  • LB
    说明:  产生一个连续信号,然后对其采样并进行频谱分析,再通过三种滤波器进行滤波处理。(Generates a continuous signal, then the spectrum of its sampling and analysis, and then filtered through three filters.)
    2011-01-07 14:02:22下载
    积分:1
  • shibie
    基于奇异值分解的人脸识别方法 梁毅雄 龚卫国 潘英俊 李伟红 刘嘉敏 张红梅 提出了一种将傅里叶变换和奇异值分解相结合的人脸自动识别方法.首先对人脸图像进行傅里叶变换,得到其具有位移不变特性的振幅谱表征.其次,从所有训练图像样本的振幅谱表征中给定标准脸并对其进行奇异值分解,求出标准特征矩阵,再将人脸的振幅谱表征投影到标准特征矩阵后得到的投影系数作为该人脸的模式特征.然后,对经典的最近邻分类器算法进行了改进,并采用模式特征之间的欧式距离作为相似性度量,从而完成对未知人脸的识别.采用ORL (Olivetti Research Laboratory)人脸库对本文提出的人脸识别方法进行验证,获得了100.00 的识别率.实验结果表明,本方法优于现有的基于奇异值分解的人脸识别方法,且对表情、姿态变换等具有一定的鲁棒性. (Face recognition based on singular value decomposition method Deliberate simultaneously Gong Weiguo Li Wei Hung Stephen Lau, Hong-Mei Zhang Ying-Jun Pan Paper, a Fourier transform and singular value decomposition of the combination of automatic face recognition. First of all, the face image by Fourier transformation, it has the same characteristics of the displacement amplitude spectra. Secondly, all training The amplitude spectrum of the sample images given in standard face representation and its singular value decomposition, find the standard characteristic matrix, then the amplitude of spectral characterization of human faces projected onto the standard characteristic matrix of projection coefficients obtained as the face of the model features . Then, the classical nearest neighbor classifier is improved, and the use of Euclidean distance between pattern features as the similarity measure, thus completing the identification of unknown human faces. using ORL (Olivetti Research La)
    2010-05-17 14:29:31下载
    积分:1
  • mpsk
    多进制PSK调制的matlab实现程序,能过实现M进制的psk调制(Ary PSK modulation matlab implementation program that can achieve over the psk M-ary modulation)
    2013-11-08 10:11:37下载
    积分:1
  • chap9
    《matlab应用大全》赵海滨编著,清华大学出版社,第九章主讲二维数据可视化(The application of matlab Zhao Haibin compiled, tsinghua university press, chapter 9 on two-dimensional data visualization)
    2013-10-31 09:42:03下载
    积分:1
  • Cuck
    cuk电力matlab 仿真,已经调试通过了,谢谢(cuk power matlab simulation, debugging has been passed, thank you)
    2011-07-07 20:11:56下载
    积分:1
  • mnf变换代码
    基于MATLAB编程的最小噪声分离方法处理高光谱影像(Minimum Noise Separation Method Based on MATLAB Programming for Hyperspectral Image Processing)(Minimum Noise Separation Method Based on MATLAB Programming for Hyperspectral Image Processing)
    2019-04-08 20:07:17下载
    积分:1
  • Kalman
    数字信号处理2上第61页的上机作业第一道问题,用卡尔曼滤波(Kalman)由测量数据来估计信号波形(Kalman filter is used to estimation real signal.)
    2012-07-31 12:15:06下载
    积分:1
  • bpsk_ofdm_commtoolbox
    i am in need 4g related matlab code.i learning in area of lte-advanced downlink for writing the matlab code
    2014-10-12 23:48:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载