-
Focuss
实现Focuss 系统的算法程序,可用于稀疏成分分析。(Algorithm to achieve Focuss system procedures can be used for sparse component analysis.)
- 2010-08-30 10:15:22下载
- 积分:1
-
matlab-optimization
matlab书籍 这是一本优化工具箱基础知识的书 这是本书的第一部分(it is matlab book and you can learn the basic matlab optimization and this is the first part of the book
)
- 2012-03-30 11:00:57下载
- 积分:1
-
SVM-image-classification
实现了 SVM 在医学图像分类中的应用,通过医学图像的实验结果验证了该方法的有效性。
对 SVM 算法进行了深入研究,结合量子行为的粒子群算法的优点,提出了一种量子行为的粒子群算法和 SVM 结合的混合分类模型,应用于医学图像的分类中。
深入研究了 K-means 算法,结合了无监督聚类和监督分类方法的优点,提出了一种 K-means 和 SVM 结合的混合分类模型,并应用于医学图像的分类中。
利用粒子群和量子行为的粒子群算法对 K-means 算法进行了改进,并将改进的K-means 算法与 SVM 算法结合形成全自动分类模型,并且把它应用于医学图像的分类中。
(SVM in the classification of medical image applications, medical images through the experimental results verify the effectiveness of the method. SVM algorithm conducted in-depth research, combined with the quantum behavior of the advantages of particle swarm optimization, PSO and SVM combined behavior of a quantum mixed classification model, applied to medical image classification. In-depth study of the K-means algorithm combines the advantages of unsupervised clustering and supervised classification method, propose a hybrid combination of a K-means and SVM classification model, and applied to the classification of medical images. Improved particle swarm algorithm using particle swarm and quantum behavior of the K-means algorithm, and improved K-means algorithm and SVM algorithm combined with the formation of a fully automatic classification model, and apply it to medical image classification.)
- 2013-04-04 21:52:13下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
ofdm
ofdm正交频分复用的仿真 matlab实现代码(ofdm orthogonal frequency division multiplexing to achieve the simulation matlab code)
- 2011-07-10 13:55:48下载
- 积分:1
-
m121
Matlab神经网络工具箱应用简介,Matlab神经网络工具箱应用简介(Matlab neural network toolbox Application, Matlab Neural Network Toolbox Application)
- 2008-12-30 20:00:08下载
- 积分:1
-
LiScNLS
LiScNLS is a Matlab application for the numerical study of some nonlinear
differential equations of the form Lu=Nu, using the Lyapunov-Schmidt method.
Downloading the LiScNLS package creates a new LiScNLS folder on the computer.(LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations of the form Lu = Nu, using the Lyapunov-Schmidt method.Downloading the LiScNLS package creates a new LiScNLS folder on the computer.)
- 2008-01-15 06:18:38下载
- 积分:1
-
IEC_RMS_V0
This simple module calculate the RMS value of an input signal (also measured)by using the deffined equation in the IEC norm
- 2013-12-20 14:27:37下载
- 积分:1
-
lab1
基于 Matlab Simulink 的频谱分析。(The objectives of this laboratory are:
To introduce the spectrum analyzer as used in frequency domain analysis.
To identify various types of linear modulated waveforms in time and frequency domain representations.
To implement theoretically functional circuits using the Communications Module Design System (CMDS).)
- 2012-05-05 08:59:17下载
- 积分:1
-
3-2
Fisher判别实现鸢尾花数据集中三类特性两类样本情况下的分类(Fisher discriminant achieve Iris dataset classified into three categories characteristic of the two kinds of case)
- 2014-10-29 19:44:02下载
- 积分:1