CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nn

搜索资源列表

  1. GAModule

    0下载:
  2. Simple k-nn Algorithm implimentation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:20568
    • 提供者:amila banuka
  1. Image-Fusion-Toolkit

    0下载:
  2. 这是国外学者编的图像处理小波工具箱,十分好用。-This is a compilation of foreign scholars, image processing wavelet toolbox is very easy to use.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:54085
    • 提供者:zq
  1. proj2.release

    0下载:
  2. 神经网络,文件中有20副图像作为训练集,识别头像是否带眼镜-NN,to recognize whether the man have sunglass
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-09
    • 文件大小:16850155
    • 提供者:linqingze
  1. my_liziqun_RBF

    3下载:
  2. RBF神经网络,PSO优化和GA优化对比的径向基神经网络-PSO&GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3980
    • 提供者:张宁
  1. Knighttravele

    0下载:
  2. 骑士游历问题 【问题描述】 给出一块具有n2个格子的n×n棋盘(如图3-14所示),一位骑士从初始位置(x0, y0)开始,按照“马跳日”规则在棋盘上移动。问:能否在n2 1步内遍历棋盘上的所有位置,即每个格子刚好游历一次,如果能,请找出这样的游历方案来 -Knight traveled the problem gives a descr iption of the problem with n2 a lattice of n × n board (as shown in
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1297
    • 提供者:王静
  1. PSO_base_RBF

    3下载:
  2. PSO的RBFNN优化程序 算法步骤 1.样本数据归一化处理,即将输入输出归一化到[-1,1]区间; 2.确定RBF网络的中心和宽度; 3.以拟合误差的均方根作为性能指标,使用PSO算法优化RBF网络输出层到隐层的连接权值矩阵-PSO-RBFNN algorithm optimization procedures Step 1. Sample data normalization treatment, about input and output normalized to [-
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:3815
    • 提供者:aKON
  1. phase-basedTNN2002

    0下载:
  2. 基于相位的光流估计,Trans NN 2002的文章-Gautama, T. and Van Hulle, M.M. (2002). A Phase-based Approach to the Estimation of the Optical Flow Field Using Spatial Filtering, IEEE Trans. Neural Networks, 13(5), 1127--1136
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:656889
    • 提供者:
  1. nn

    0下载:
  2. background subtraction algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:466225
    • 提供者:neveen
  1. [matlab.ga.nn]

    0下载:
  2. 用matlab编写的遗传算法优化神经网络的经典程序-Prepared using matlab genetic algorithm optimization of the classical neural network program
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:12261
    • 提供者:
  1. shuzhizhuanhuan

    0下载:
  2. 十进制N和其它进制数的转换是计算机实现计算的基本问题,其解决方法很多,其中一个简单算法基于下列原理: N=(N div d)*d+ N mod d ( 其中:div为整除运算,mod为求余运算) 例如十进制向八进制的数制转换 (1348)10=(2504)8,其运算过程如下: N N div 8 N mod 8 1348 168 4 168 21 0 21 2 5 2 0 2 请利用堆栈用上述方法实现十进制向三进制的数制转换-Decimal number
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:776
    • 提供者:
  1. knn

    0下载:
  2. K-nearest neighbor classifier (k-NN) is a nonparametric approach for classification. It does not require the priori knowledge such as priori probabilities and the conditional probabilities. It operates directly towards the samples and is categorized
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1777
    • 提供者:酷小羊
  1. ClassifyHomework

    0下载:
  2. 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2335
    • 提供者:youxia
  1. nn

    0下载:
  2. 真正的垃圾,只是用来做做形式,看看就算了,别下载。-The real garbage, but for doing the form, take a look at even, and do not download.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:785
    • 提供者:关海明
  1. code3

    0下载:
  2. 當輸入一奇數值N時,程式會輸出N×N的魔術矩陣即此矩陣之各行、各列及兩主對角線中元素的和均相等。-When you enter a value of N odd, the program will output N × N matrix that is the magic of this matrix, each row, each column and the two main diagonal elements and are equal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:592
    • 提供者:James
  1. NQueen

    0下载:
  2. n皇后问题可以表示成n-元组(x1,…,xn),其中xi是放在第i行的皇后所在的列号。于是,解空间由nn个n-元组组成。 显示约束条件为Si={1,2,…….,n},1 i  n。 隐式约束条件之一为没有两个xi相同(即任意两个皇后不在同一列上)。将其加入到显式条件中,于是解空间的大小由nn个元组减少到n!个元组。 -n queens problem can be expressed as n-tuple (x1, ..., xn), where xi i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1028
    • 提供者:lily
  1. nn

    0下载:
  2. 倒傳遞模糊類神經網路, C++版的訓練及測試程式-C++ Source Code of BPNN (Back Propagation Neural Network)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2299
    • 提供者:科科哩
  1. RBF

    0下载:
  2. 一类新颖的径向基神经网络的MATLAB源代码,有助于加深对RBF NN的理解-Generalized Growing And Pruning RBF, MATLAB source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:464078
    • 提供者:LEVIN
  1. TimeSeriesPredictionUsingSupportVectorRegressionNe

    2下载:
  2. 为了选择神经网络的最好结构以及增强模型的推广能力,提出一种自适应支持向量回归神经网络(SVR—NN)。SVR—NN 用支持向量回归(SVR)方法获得网络的初始结构和权值, 白适应地生 成网络隐层结点,然后用基于退火过程的鲁棒学习算法更新网络结点疹教和权 主。 SVR—NN有很 好的收敛性和鲁棒性,能抑制由于数据异常和参数选择不当所导致的“过拟合,’现象。将SVR—NN 应用到时间序列预测上。结果表明,SVR.NN预测模型能精确地预测混沌时间序列,具有很好的 理论和应用价值。-Ab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:316818
    • 提供者:11
  1. nn

    0下载:
  2. Neural network simple code
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1076
    • 提供者:Amir
  1. NN_Generalizacion

    0下载:
  2. nn generalisation artificial -nn generalisation artificial nn
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:54980
    • 提供者:tommy
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 42 »
搜珍网 www.dssz.com