CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - normalization in matlab

搜索资源列表

  1. GASVM.用遗传算法进行特征选取和svm参数优化的程序

    10下载:
  2. 用遗传算法进行特征选取和svm参数优化的程序。遗传算法工具箱goat已在压缩包 需要安装libsvm就可以直接运行。数据集采用UCI中的german数据集,并完成归一化操作,Genetic algorithm with feature selection and parameter optimization svm procedures. Genetic Algorithm Toolbox in goat need to install libsvm package can be run dir
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-01-25
    • 文件大小:136kb
    • 提供者:覃茂运
  1. iris_normalization

    0下载:
  2. iris normalization with convertion of cartesian to polar
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.72kb
    • 提供者:sadegh
  1. soliton

    2下载:
  2. 采用分步傅里叶方法对NLSE 进行了求解,并在归一化和功率补偿条件下模拟和分析了输入脉冲为双曲正割脉冲,高斯脉冲,超高斯脉冲传输对比情况,以及一到三阶双曲正割光脉冲条件下光脉冲传输演变情况-Using split-step Fourier method NLSE was solved, and in the normalization and power compensation under simulation and analysis of the input pulse for the h
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.16kb
    • 提供者:sara
  1. lab432

    1下载:
  2. Matlab动力系统和时间序列分析工具箱:这个工具箱用来分析动力系统和时间序列,它可以定制为:常微分方程、随机微分方程。所有分析的方法被封装在工具箱中,你可以通过命令行或GUI来调用。包含的功能: ODE常微分方程, SDE随机微分方程和map integration 分析时间序列,过滤、归一化/均衡化、直方图、2D直方图、ACF, MAI, FFT,最大lyapunov指数计算、模式识别。 动力系统分析:创建Poincare截面、分岔图、计算lyapunov指数。-The kit us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:373kb
    • 提供者:朱凤宇
  1. normalization

    0下载:
  2. 四种常见的归一化方法,归一化效果不错。应用在matlab环境下。-Four common normalization method, normalized results are good. Used in the matlab environment.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1.11kb
    • 提供者:panwei
  1. Algorithmic-and-Mathematical-Principles-of-Automa

    0下载:
  2. This work deals with problematic from field of artificial intelligence, machine vision and neural networks in construction of an automatic number plate recognition system (ANPR). This problematic includes mathematical principles and algorithms, w
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2.22mb
    • 提供者:Serhat
  1. guiyihua

    0下载:
  2. 介绍了matlab中的数据归一化,并结合实例分析了归一化具体步骤及用ANN进行预测的方法。-Matlab introduced in the data normalization with examples of the normalized specific steps and methods used ANN to predict.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3.15kb
    • 提供者:年糕
  1. illumination-invariant-face-recognition

    0下载:
  2. The INFace (Illumination Normalization techniques for robust Face recognition) toolbox v2.0 is a collection of Matlab functions and scr ipts intended to help researchers working in the field of face recognition.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:715.06kb
    • 提供者:
  1. mapminmax

    0下载:
  2. 数据归一化函数,有些matlab没有此函数,在此,上传一个函数让大家共享,-Data normalization function, some matlab does not have this function, in this, the upload function to share, thank you
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.73kb
    • 提供者:杨金宽
  1. Normalization

    0下载:
  2. this file represent normalization in binary normalization, bipolar normalization and lda using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:nad
  1. GP_Algorithm2.0

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) ----------------------------------- 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 ----------------------------------- 文件夹说明: 1、GP_Algorithm_main.m - 程序主文件 2、Lo
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6.77kb
    • 提供者:weidance
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法解决TSP问题的MATLAB实现 出动m只蚂蚁,每只蚂蚁各随机选择一条路径,记为I=[1 2 3···m],长度记为long(I) 计算出每条路径的信息素浓度,记为P(I)=1/long(I),并进行归一化处理 重新出动m只蚂蚁,按如下规则选择路径: 每只蚂蚁都以一个概率p1选择新路径(路径随机); 未选择新路径的蚂蚁以概率P(I)选择路径I; 所有蚂蚁都以一个小概率p2对自己的路径进行局部变化; 更新所有路径,计算出每条路径的信息素浓度; 重复上述步
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5.92kb
    • 提供者:水上飘
  1. iris-Segmentation-and-normalization

    0下载:
  2. Segmentation of iris and its normalization in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:410.58kb
    • 提供者:smishra
  1. hist

    0下载:
  2. 这是一系列通过灰度映射、伽马调整、形态学变换、灰度直方图标准化等等方法来对图像细节进行增强的图像预处理matlab代码-Through a series of gray-scale map, gamma adjustment, morphological transformation, details in an image grayscale histogram normalization and so on ways to enhance the image preprocessing of
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.95kb
    • 提供者:小透明
  1. NORMALIZATION

    0下载:
  2. NORMALIZATION ALGORITHM IN MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:2kb
    • 提供者:DWIJENDRA
  1. normalization

    0下载:
  2. watermarking in matlab level set normalization
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:65kb
    • 提供者:Maxindia
  1. Elman神经网络预测电力负载

    1下载:
  2. Elman神经网络建立建筑物电力负荷预测模型中遇到的几个关键问题有,数据归一化处理、输入输出样本的选取、隐含层节点数的确定;分别建立Elman神经网络模型,并利用某栋建筑物实际历史电力负载数据进行预测,分析比较与实际数据值的预测精度,得出了一个有效的数据预测模型。(Several key problems encountered in building power load forecasting model based on Elman neural network are data norm
  3. 所属分类:matlab例程

    • 发布日期:2020-03-27
    • 文件大小:1kb
    • 提供者:2373000240
搜珍网 www.dssz.com