-
mlsigmoid
Sigmoid的参数求解matlab源代码,可以嵌入到各种机器学习问题中使用(Sigmoid parameters Solving Matlab source code, can be embedded into various machines used to study the problem)
- 2006-06-23 16:44:31下载
- 积分:1
-
SetPieChartColors.m
Specific color setting for Pie3 MatLab function
- 2012-07-17 13:05:39下载
- 积分:1
-
TongBu1AC160V_DC350V_1500VA_2kHz_SVPWM_LUNWEN
PWM 整流器仿真模型4 有一定代表性(PWM)
- 2009-09-14 13:10:14下载
- 积分:1
-
dierduanqiao1
韶山电力机车三段桥在电感情况下波形三段桥仿真波形,电动机等效为电感,反电动势(Shaoshan electric locomotive segment bridge waveform in the inductive case of the three sections of the bridge simulation waveform, the motor equivalent inductance, back electromotive force)
- 2012-05-11 20:22:11下载
- 积分:1
-
mypca
principal component analysis (PCA ) is a well known approach for dimensionality reduction of the feature space. It has been successfully applied in face recognition. The main idea is to decompose face images into a small set of feature images called eigenfaces, which can be considered as points in a linear subspace called “face space” or “eigenspace”
- 2011-09-23 20:35:51下载
- 积分:1
-
指纹定位算法仿真代码
定位指纹,室内,算法,欧式距离,最大后验概率,贝叶斯,加权贝叶斯,等(Location, fingerprint, interior, algorithm, Euclidean distance, maximum posterior probability, Bayes, weighted Bayes, etc.)
- 2020-07-04 16:00:02下载
- 积分:1
-
scst
自动生成实体类(很好用的代码)非常经典的学习代码,我的珍藏(Automatic generation of entity classes (good with the code) is very classical learning the code, my treasure)
- 2009-12-23 22:09:21下载
- 积分:1
-
MATLAB-practical-tutorial
MATLAB实用教程教案及所有源程序,非常实用的教程,并有大量详细的源程序!(MATLAB practical tutorial lesson plans and all the source code, very useful tutorial, and a large number of detailed source!)
- 2012-08-30 22:41:11下载
- 积分: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
-
EMDtollbox
EMD工具箱,里面有EMD变换工具箱及工具箱安装的具体操作(EMD toolbox, there are specific to the operation of the EMD transform and the installation of the toolbox toolbox)
- 2015-03-13 21:04:22下载
- 积分:1