CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - normalized

搜索资源列表

  1. nnforcast

    0下载:
  2. 本程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。此程序运用到了很多Matlab编程中常用到的表达方式,还有一些神经网络编程的基本概念的表达,如归一化的表达。希望能对别人有所帮助.-the procedures under the trained network file ANN.mat anticipating new data files, to be mean-square error. and the mapping out of t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15.7kb
    • 提供者:pearllu
  1. Dominantset

    1下载:
  2. 一种 较新的聚类算法 Dominant-set 的代码,包括聚类算法的代码和测试代码。该算法最大特点 就是基于图理论的 ,相对于Normalized Cut,计算复杂度低很多,况且能自动决定类的个数
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:曾祥林
  1. gacode-in-c

    0下载:
  2. This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective(
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23.97kb
    • 提供者:阳光灿烂
  1. guiyihua.rar

    0下载:
  2. mtlab神经网络数据归一化源代码,在实际处理数据时很有用,希望大家能够分享~,mtlab neural network data normalized source code, when in the actual processing of data was very useful, hope that we can share ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:877byte
    • 提供者:魔夏
  1. BP

    1下载:
  2. BP神经网络故障检测,适合初学者看。包括归一化、反归一化处理,文件保存等功能。-BP neural network fault detection, suitable for beginners to see. Including normalization, anti-normalized, save the file and other functions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1.11kb
    • 提供者:kevin
  1. datainit

    1下载:
  2. 神经网络训练样本归一化程序,并能均匀的分离训练样本和检验样本-Neural network training samples normalized procedures, and uniform separation of training samples and testing samples
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-18
    • 文件大小:726byte
    • 提供者:antidoo
  1. ANN

    3下载:
  2. bp神经网络对短期电力负荷的预测,一周预测一天,输入是归一过的数据。-bp neural network for short-term load forecast, the forecast one day a week, enter the data have been normalized.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9.53kb
    • 提供者:jin
  1. bp_v1_2

    0下载:
  2. -----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- momentum to build a three-layer (
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4.46kb
    • 提供者:沈龙
  1. 123

    0下载:
  2. 关于神经网络归一化方法的整理 由于采集的各数据单位不一致,因而须对数据进行[-1,1]归一化处理,归一化方法主要有如下几种,供大家参考:-Naturalization on the neural network method of finishing a collection of various data unit due to inconsistencies, which will require the data [1,1] normalized, normalized severa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.47kb
    • 提供者:曹记
  1. bpprogramming

    0下载:
  2. 这个程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。此程序运用到了很多Matlab编程中常用到的表达方式,还有一些神经网络编程的基本概念的表达,如归一化的表达。希望能对大家有所帮助-This program the trained network file ANN.mat predict new data file, get the mean square error, and forecast data and the original d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:16.34kb
    • 提供者:lrb
  1. nntrain

    1下载:
  2. 通过对数据进行归一化处理,进行神经网络的训练,并最终的到满意的结果-Normalized by the data processing, the neural network training, and the final results to the satisfaction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1005byte
    • 提供者:zzy
  1. FastNormalizedCross-Correlation

    0下载:
  2. 这是一篇论文,主要内容是归一化互相关算法的原理及快速计算-Fast Normalized Cross-Correlation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:57.66kb
    • 提供者:mpoix
  1. Clustering-src

    0下载:
  2. normalized cut clusterin algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:27.48kb
    • 提供者:shbehjati
  1. EvaluateMetric

    0下载:
  2. Clustering Evaluation: Evaluate the clustering result by accuracy and normalized mutual information Deng Cai, Xiaofei He, and Jiawei Han, "Document Clustering Using Locality Preserving Indexing", in IEEE TKDE, 2005. Bibtex source bestMap hun
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:4.54kb
    • 提供者:wzy
  1. mapminmax_boiler

    0下载:
  2. 对于较低版本的matlab库中,缺少归一化的函数mapminmax.m 包含(它的子函数boiler_process.m),它是libsvm-mat需要用到的函数。-With earlier versions of matlab library, the lack of normalized functions mapminmax.m contains (its Functions boiler_process.m), it is libsvm-mat need to use the funct
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:3.23kb
    • 提供者:liutingting
  1. pzernike_recognition

    1下载:
  2. 以BP算法和RRA理论为基础,采用BP_RRA作为人脸识别分类器,结合归一化伪zernike矩,提出一种基于归一化伪zernike矩和BP_RRA神经网络的人脸识别算法。-BP algorithm and the RRA theory, based on the normalized pseudo-zernike moments BP_RRA as face recognition classifier combined to propose a face recognition algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1.06mb
    • 提供者:洁洁
  1. LSSVM

    0下载:
  2. 通过运用LSSVM的方来来进行sine函数的归一化处理-Through the use of LSSVM square to the sine function normalized
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:1.05kb
    • 提供者:王洋
  1. knn

    0下载:
  2. k近邻分类器分类 包括PCA功能 归一化 并且带有交叉检验功能-k nearest neighbor classifiers including PCA function normalized and with cross-validation function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:138.66kb
    • 提供者:朱戎生
  1. ELSA_v0.1.tgz

    0下载:
  2. This package contains the code for the Enhanced Local Subspace Affinity (ELSA) with Enhanced Model Selection (EMS+) and number of motions estimation based on the eigenvalue spectrum of the Symmetric Normalized Laplacian matrix.-This package co
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:19.74kb
    • 提供者:zhigexie
  1. Normalized-cuts

    0下载:
  2. Normalized cuts and image segmentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:709.16kb
    • 提供者:薛敏
« 12 »
搜珍网 www.dssz.com