-
SOBI
separation de sources par SOBI
- 2010-12-23 18:50:25下载
- 积分:1
-
IdentifyingRoundObjects
this code is to classify objects based on their roundness using bwboundaries, a boundary tracing routine.
- 2013-10-28 13:09:33下载
- 积分:1
-
MATLABalfx
MATLAB 很经典的案例分析,和 matlab 神经网络30个案例分析配套
- 2015-02-23 21:25:22下载
- 积分:1
-
fds60
ace Detection Program for MATLAB 2013a
using Gabor Feature Extraction and Neural Networks
----------------------------------------------------------------
1- copy all files and directories to the MATLAB s work folder
* In order to run the program you must have Image Processing and Neural Networks Toolboxes
2- (Important) Navigate to the root folder which contains "main.m".
3- Type "main" or "run main" in the command window
4. Only fort the first time, the program creates
Gabor filters and stores them in ./data/gabor.mat
Training set dataset and stores it in ./data/imgdb.mat
Neural Network and stores it in ./data/net.mat
5- imgdb is short for "image data base".
6- When the program menu appears click on "Train Network" and wait until the program is
done with the training
- 2014-01-02 17:20:34下载
- 积分:1
-
SPT
用启发式SPT规则求解混合流水车间调度方案(Solving Hybrid Flow Shop Scheduling Scheme with Heuristic SPT Rules)
- 2021-03-31 20:29:08下载
- 积分:1
-
PI_PD
说明: 在基于事件的情况下将分数阶PI-PD控制器离散实(The fractional order PI-PD controller is discretized based on event)
- 2020-12-20 14:08:49下载
- 积分:1
-
Hermite
关于matlab的一些很经典的插值算法 特别对做数值计算及曲线拟合很有用(matlab)
- 2009-03-30 13:59:22下载
- 积分:1
-
199040_2
MATLAB经典算法程序,包括:数据分析,方程(组)解法,插值、拟合、规划问题,绘图等功能
(Classical algorithm MATLAB program, including: data analysis, equation (group) method, interpolation, fitting, planning, mapping and other functions)
- 2008-05-13 14:58:51下载
- 积分:1
-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1
-
Example of DE
使用差分进化算法计算一个简单的求最小值的问题,方便学习和理解差分进化算法的思想(Using differential evolution algorithm to solve a simple minimum problem, it is easy to learn and understand the idea of differential evolution algorithm)
- 2020-08-23 15:28:17下载
- 积分:1