-
fruit_classification
fruit classification using neural networks and multilayer perceptrons with matlab
- 2010-06-10 23:34:51下载
- 积分:1
-
shifen
实现了时分复用,并在信道中加入高斯白噪声(Achieved a time-division multiplexing, and in the channel by adding Gaussian white noise)
- 2008-06-13 21:22:33下载
- 积分:1
-
SFLA
经测试可以运行的MATLAB编程实现混合蛙跳算法(After the test you can run MATLAB programming realize SFLA)
- 2013-12-16 15:56:31下载
- 积分:1
-
GQG
程序实现ofdm系统中通过用选择性映射(SLM)来改善系统的峰均比(PAR)。减少较大功率峰值出现(Program ofdm system by using selective mapping (SLM) to improve the system of PAR (PAR). Reduce peak power greater)
- 2013-11-23 20:49:26下载
- 积分:1
-
matlab(cx)
说明: 关于数值计算的matlab程序代码,包含了很多的实用的算法.程序全部可以直接用的,有详细的英文注释.(on numerical calculation of Matlab code, contains a lot of practical algorithm. All the procedures can be directly used, a detailed English Notes.)
- 2006-03-19 21:56:30下载
- 积分:1
-
grain-growth
一个用于模拟多晶粒长大的元胞自动机的源程序(A cellular automata is used to simulate the grain growth more source program)
- 2013-11-12 10:15:41下载
- 积分:1
-
粒子群 pos
说明: 在数学建模当中,粒子群算法的通用案例,只需要修改核心算子——适应度即可。(In mathematical modeling, the general case of particle swarm optimization only needs to modify the core operator fitness.)
- 2021-01-30 21:57:22下载
- 积分:1
-
Signal_system_Experiment_advanced
信号与系统实验(高级) 实验六 电话拨号音的合成与识别(Signals and Systems Experiment (advanced) experiments six telephone dial tone Synthesis and Recognition)
- 2009-07-12 00:03:39下载
- 积分:1
-
code
EEOTS algorithm In this paper We merge two unconnected concepts
(i) Channel coding can be used to conserve energy by transmitting at reduced power levels over longer durations.
(ii) Electro-chemical mechanisms in batteries allow them to recover energy during idle periods.
Two kinds of delay constraints were considered, one a deadline constraint and the other an average delay constraint.
We achieve an Energy Efficient transmission compared to an other algorithms.
- 2013-10-15 16:54:20下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1