搜索资源列表
Hermit多项式在线学习ran算法
- 本程序用资源分配网(Resource_Allocation Network,简称RAN)实现了Hermit多项式在线学习问题。训练样本产生方式如下,样本数400,每个样本输入Xi在区间[-4,4]内随机产生(均匀分布),相关样本输出为F(Xi) = 1.1(1-Xi + Xi2)exp(-Xi2/2),测试样本输入在[-4,+4]内以0.04为间隔等距产生,共201个样本。训练结束后的隐节点为:11个,训练结束后的平均误差可达:0.03 -this program resources dis
ran
- 资源分配神经网络解决Mackey-Glass时间序列预测函数逼近问题
ran资源分配网络算法
- ran资源分配网络算法,经典在线rbf训练算法
OFDMA
- OFDMA系统中基于遗传算法的资源分配 -OFDMA system, the allocation of resources based on genetic algorithm in OFDMA systems of resource allocation based on genetic algorithm
ran
- 神经网络的资源分配网算法-Neural network resource allocation algorithm Nets
RAN_RBF
- 这是RBF资源分配神经网络的MATLAB代码,希望对大家有用!-This is the allocation of resources RBF Neural Network MATLAB code, in the hope that useful to everyone!
q
- 基于遗传算法的测站资源优化分配研究,遗传算法简介,只能仿生算法概述-Based on genetic algorithm to optimize the allocation of station resources, research, genetic algorithms Profile, only an overview of bionic algorithm
code
- OFDM资源分配算法间比较 A low complexity algorithm for proportional resource allocation in OFDM systems-A low complexity algorithm for proportional resource allocation in OFDM systems.
3GEvolutionHSPAandLTE
- 本文主要介绍了3G方面的相关知识包括LTE和HSPA以及OFDM资源分配等相关的知识。对于4G的学习也很有帮助。-This paper introduces the relevant knowledge, including 3G LTE and HSPA and OFDM resource allocation and other related knowledge. 4G is also helpful for learning.
Resource-Allocation-
- 如今大规模计算的需求日渐增长,应运而生的云计算已成为一种广为人知的计算模式。云计算通过对资源的聚合和动态重用,实现了服务流程的优化和资 源利用效率的提升。云计算技术正在蓬勃发展之中,对其相关技术的研究也呈现 了百家争鸣的态势。由于云计算服务器集群的规模很大,如何合理调配云计算资 源以提高能源的利用效率已成为一个研究的热点。本文研究的重点问题就是如何在云计算环境中实现拥有更佳的节能性能的资源分配方法。 -Today the demand of growing la
4383
- 采用的是脉冲对消法,各种资源分配算法实现,鲁棒性好,性能优越。- It uses a pulse of consumer law, Various resource allocation algorithm, Robustness, superior performance.
sunbao_v62
- PLS部分最小二乘工具箱,基于matlab GUI界面设计,各种资源分配算法实现。- PLS PLS toolbox, Based on matlab GUI interface design, Various resource allocation algorithm.
Q学习实现资源分配
- 目前适用广泛的强化学习就是Q学习,此压缩包包含Q学习实现例程,用于解决资源分配问题。