CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 随机网络 matlab

搜索资源列表

  1. ER-SW-BA

    0下载:
  2. 此程序是关于随机图、小世界网络、无标度网络的仿真程序,很有用的-This program is about the random graph, small world network, scale-free network simulation program, very useful
  3. 所属分类:Other systems

    • 发布日期:2016-04-19
    • 文件大小:1024
    • 提供者:赵岳
  1. matlab

    1下载:
  2. 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】模糊神经网络解耦M
  3. 所属分类:其他小程序

    • 发布日期:2013-10-14
    • 文件大小:7615
    • 提供者:jshuska
  1. Salama

    1下载:
  2. 改进的Salama网络拓扑随机生成算法通用Matlab程序,在随机抛撒节点的时候使用了K均值聚类,网络节点分布均匀且疏密得当,边的分布也比较均衡。-Improved algorithm for randomly generated network topology Salama General Matlab program, when the nodes in the random throw using K means clustering, the network node density
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:5324
    • 提供者:成龙
  1. random_networks

    1下载:
  2. 随机网络matlab程序,模拟复杂网络的生成及统计-complex random network
  3. 所属分类:Other systems

    • 发布日期:2016-04-19
    • 文件大小:1024
    • 提供者:____
  1. GetNeighbourInform

    0下载:
  2. 最新版改进Salam网络拓扑随机生成算法通用MATLAB源码,你值得拥有!-The latest version has improved Salam common network topology random generation algorithm MATLAB source, you deserve!
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1180
    • 提供者:蒙哥
  1. random_coding

    1下载:
  2. 随机网络编码matlab实现程序,附有详细的中文注释-Random network coding matlab procedures, with detailed notes in Chinese
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1164
    • 提供者:陈俊岭
  1. PVSYSTEMprodict

    1下载:
  2. 随机权神经网络预测光伏电池的光功率的matlab仿真源代码-A random vector functional link network (RVFLN)It is proved that the RVFLN not only trains much faster with good generalization performance, but also overcomes some pos- sible fl aws (such as the low convergence r
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1381868
    • 提供者:刘乐彬
  1. hiuken_v12

    0下载:
  2. BP神经网络用于函数拟合与模式识别,快速扩展随机生成树算法,对于初学matlab的同学会有帮助。- BP neural network function fitting and pattern recognition, Rapid expansion of random spanning tree algorithm, Matlab for beginner students will help.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5769
    • 提供者:康锟虎
  1. rwr

    0下载:
  2. 随机游走算法,matlab实现,适用于网络特征的计算,为网络中的的每个节点计算游走后的值(Random walk algorithm, matlab implementation, applicable to the calculation of network characteristics, for each node in the network to calculate the value after the migration)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:6144
    • 提供者:芸豆
  1. Matlab-RandomLinearNetworkCoding-master

    3下载:
  2. 用Matlab仿真RLNC,网络运行RLNC.m。网络的源节点发送一个windows.png采用随机线性网络编码和信宿节点创建一个图像(资料图片)接收的数据。 如果windows.png和data.jpg是相同的则RLNC运行成功(Thesis of network simulation with Matlab using RLNC,the source node of network send a windows.png using Random Linear Network Coding
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3687424
    • 提供者:心苑
  1. 20110208-RWR

    0下载:
  2. 重启随机游走,一种网络相似性衡量的方法,可以用python或matlab实现,在处理大规模矩阵操作时,推荐使用matlab(random walk with restart)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:834560
    • 提供者:hhwode
  1. DropOut深度网络

    1下载:
  2. 深度神经网络在测试时面对如此大的网络是很难克服过拟合问题的。 Dropout能够很好地解决这个问题。通过阻止特征检测器的共同作用来提高神经网络的性能。这种方法的关键步骤在于训练时随机丢失网络的节点单元包括与之连接的网络权值。在训练的时候,Dropout方法可以使得网络变得更为简单紧凑。在测试阶段,通过Dropout训练得到的网络能够更准确地预测网络的输出。这种方式有效的减少了网络的过拟合问题,并且比其他正则化的方法有了更明显的提升。 本文通过一个简单的实验来比较使用Dropout方法前后网络
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:311296
    • 提供者:转角的狐狸
  1. MATLAB

    1下载:
  2. 本书论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、SOM神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。((This book discusses how to realize neural network in MATLAB environment, including the commonly used neural network and related the
  3. 所属分类:其他

    • 发布日期:2020-02-21
    • 文件大小:743424
    • 提供者:ES1569
  1. crdsa-master

    1下载:
  2. # CRDSA 一种基于Matlab实现的争用分辨率分集开槽的Aloha MAC层 争用分集开槽ALOHA (CRDSA):一种增强的随机访问方案 适用于卫星接达分组网络;恩里科·卡西尼、里卡多·德高顿齐和奥斯卡·德尔·巴布0·埃雷罗; IEEE无线通信学报,第6卷,第4期,2007年4月(# CRDSA A Matlab implementation of the Contention Resolution Diversity Slotted Aloha MAC layer C
  3. 所属分类:其他

    • 发布日期:2020-04-24
    • 文件大小:17408
    • 提供者:安安宁
  1. 随机网络的生成

    1下载:
  2. 复杂网络的随机网络的生成,用MATLAB实现(Complex network of random network generation, with MATLAB)
  3. 所属分类:其他

    • 发布日期:2020-05-08
    • 文件大小:1024
    • 提供者:不凡123
  1. 神经网络入门13课源码

    3下载:
  2. 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part
  3. 所属分类:其他

    • 发布日期:2020-01-28
    • 文件大小:4372480
    • 提供者:1234567845432
搜珍网 www.dssz.com