登录
首页 » Others » OD交通流数据预测

OD交通流数据预测

于 2020-12-11 发布
0 232
下载积分: 1 下载次数: 1

代码说明:

小区间OD矩阵的预测工具,输入一已知的数据流可进行自动迭代推算,误差默认设置为0.001.

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

发表评论

0 个回复

  • 实数,复数矩阵运算c代码
    对手动输入的矩阵自动识别是实矩阵还是复矩阵,并进行加,减,乘,除,转置,求逆,求伴随,求行列式的值等运算
    2021-05-06下载
    积分:1
  • 粒子群优化算法解决旅行商(TSP)
    粒子群优化算法解决旅行商(TSP)问题,求解全国31个省会城市的一次历遍的最短距离。代码可运行
    2020-06-26下载
    积分:1
  • 《电磁场与电磁波》谢处方第4版课后习答案
    《电磁场与电磁波》谢处方第4版课后习题答案(完整)
    2020-03-19下载
    积分:1
  • 稀疏自码深度学习的Matlab实现
    稀疏自编码深度学习的Matlab实现,sparse Auto coding,Matlab codetrain, m/7% CS294A/CS294W Programming Assignment Starter CodeInstructions%%%This file contains code that helps you get started ontheprogramming assignment. You will need to complete thecode in sampleIMAgEsml sparseAutoencoder Cost m and computeNumericalGradientml For the purpose of completing the assignment, you domot need tochange the code in this filecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencodtrain.m∥%%========%6% STEP 0: Here we provide the relevant parameters valuesthat willl allow your sparse autoencoder to get good filters; youdo not need to9 change the parameters belowvisibleSize =8*8; number of input unitshiddensize 25number of hidden unitssparsity Param =0.01; desired average activation ofthe hidden units7 (This was denoted by the greek alpharho, which looks like a lower-case pcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod4/57train.,m∥in the lecture notes)1 ambda=0.0001%o weight decay parameterbeta 3%o weight of sparsity penalty term%%==:79 STEP 1: Implement sampleIMAGESAfter implementing sampleIMAGES, the display_networkcommand shouldfo display a random sample of 200 patches from the datasetpatches sampleIMAgES;display_network(patches(:, randi(size(patches, 2), 204, 1)), 8)%为产生一个204维的列向量,每一维的值为0~10000curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod5/57train.m/v%中的随机数,说明是随机取204个 patch来显示%o Obtain random parameters thetatheta= initializeParameters ( hiddenSize, visibleSize)%%=============三三三三====================================97 STEP 2: Implement sparseAutoencoder CostYou can implement all of the components (squared errorcost, weight decay termsparsity penalty) in the cost function at once, butit may be easier to do%o it step-by-step and run gradient checking (see STEP3 after each stepWecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod6/57train. m vb suggest implementing the sparseAutoencoder Cost functionusing the following steps(a) Implement forward propagation in your neural networland implement the%squared error term of the cost function. Implementbackpropagation tocompute the derivatives. Then (using lambda=beta=(run gradient Checking%to verify that the calculations corresponding tothe squared error costterm are correctcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod7/57train. m vl(b) Add in the weight decay term (in both the cost funcand the derivativecalculations), then re-run Gradient Checking toverify correctnessl (c) Add in the sparsity penalty term, then re-run gradiChecking toverify correctnessFeel free to change the training settings when debuggingyour%o code. (For example, reducing the training set sizecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod8/57train m vl/number of hidden units may make your code run fasterand setting betaand/or lambda to zero may be helpful for debuggingHowever, in yourfinal submission of the visualized weights, please useparameters web gave in Step 0 abovecoS七grad]sparseAutoencoderCost(theta, visibleSize,hiddensize, lambda,sparsityParam, beta,patches)二〓二二二二二二二〓二〓二〓二〓=二====〓=curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod9/57train.m vlll96% STeP 3: Gradient CheckingHint: If you are debugging your code, performing gradienchecking on smaller modelsand smaller training sets (e. g, using only 10 trainingexamples and 1-2 hiddenunits) may speed things upl First, lets make sure your numerical gradient computationis correct for a%o simple function. After you have implemented computeNumerun the followingcheckNumericalGradientocurer:YiBinYUyuyibintony@163.com,WuYiUniversityDeep Learning, MATLAB Code for Sparse Autoencode10/57
    2020-12-05下载
    积分:1
  • STM32F103C8T6电路原理图及PCB图
    内含STM32F103C8T6电路原理图及PCB图
    2020-06-27下载
    积分:1
  • commons-math 3.6.1.jar
    缺少这个jar包的或者缺少commons-math2.2.jar的小伙伴们可以来用这个jar包啦
    2020-12-08下载
    积分:1
  • 人工鱼群算法matlab代码
    人工鱼群算法matlab代码
    2020-12-11下载
    积分:1
  • 手持触摸LCD电路图,PCB设计
    【实例简介】手持触摸LCD电路图,PCB设计
    2021-12-28 00:31:10下载
    积分:1
  • matlab中的S-G平滑算法
    采用S-G平滑对所采集的数据进行平滑,去除数据图只的毛躁。
    2020-12-11下载
    积分:1
  • ASP.NET序设计基础教(第2版)陈长喜;例源代码+课后习源代码+上机实践源代码+课件
    本书详细阐述了开发ASP.NET Web应用程序的基础应用,从ASP.NET第一个程序的开发实践、JavaScript基础理论到内置对象、服务器控件、数据库操作技术、数据绑定技术、数据控件、数据验证技术,再到面向前台外观技术的用户控件、主题和CSS样式与站点导航,以及用系统分析与设计法开发三层架构的Web应用系统的实例,所有知识点都结合具体实例以图解的方式进行详细讲解,循序渐进地引导读者掌握ASP.NET开发。 本书可作为高等院校计算机相关专业的教材,也可以作为自学ASP.NET开发的入门教材及ASP.NET开发人员的工作参考书。
    2021-05-06下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载