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

搜索资源列表

  1. BP-NN-in-C

    0下载:
  2. BP神经网络的C语言实现,具有2隐层,1输出1输入层。程序较严密,内详。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:40992
    • 提供者:舒畅
  1. pattern_recognition_v6.1

    0下载:
  2. 完整的模式识别库,包括矩阵运算,各种模式识别算法,如K均值、SVM、RVM、NN、LDA等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1166116
    • 提供者:mountyang
  1. nn

    0下载:
  2. 本程序输入一个矩阵可以计算出其逆矩阵 具体要多大的矩阵 请自行在程序中修改程序头的 #define N
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1119
    • 提供者:SHEN.J
  1. floyd

    1下载:
  2. Floyd的最短路径MPI程序,给定N×N的矩阵,矩阵是各个点之间距离,然后计算最短距离。是很好的MPI实例程序。 -Floyd s all-pairs shortest path
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1617
    • 提供者:Jerry
  1. GAModule

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

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

    1下载:
  2. 重排九宫是一个古老的单人智力游戏。据说重排九宫起源于我国古时由三国演义故事“关羽义释曹操”而设计的智力玩具“华容道”,后来流传到欧洲,将人物变成 数字。原始的重排九宫问题是这样的:将数字1~8按照任意次序排在3×3的方格阵列中,留下一个空格。与空格相邻的数字,允许从上,下,左,右方向移动到 空格中。游戏的最终目标是通过合法移动,将数字 1~8 按行排好序。在一般情况下,n2-1 谜问题是将数字 1~n2-1 按照任意次序排在n×n的方格阵列中,留下一个空格。允许与空格相邻的数字从上,下,左,右
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:883566
    • 提供者:wakaka
  1. Kode-Program-Algoritma-Nearest-Neighbor

    0下载:
  2. In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:589343
    • 提供者:bwindhya
  1. hopfieldNetwork

    0下载:
  2. NN hopfield Neural network
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3075
    • 提供者:armi
  1. STRASSEN

    0下载:
  2. 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵-Matrix multiplication is linear algebra is the most common operation, it is one of the numerical calculation is widely used. If A and B is 2 n* n matrix, then their product C = AB i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:788
    • 提供者:庞存岐
  1. n_array

    0下载:
  2. 输入一个n×n的矩阵,求出两条对角线元素值之和以及输出矩阵中最大值和最小值的下标。-Enter an nn matrix, find the value of the two diagonal elements and the output matrix, the subscr ipt of the maximum and minimum values.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:694
    • 提供者:武叶
  1. EKF

    0下载:
  2. 非线性扩展卡尔曼滤波算法的matlab程序-Descr iption:This is a tutorial on nonlinear extended Kalman filter (EKF). It uses the standard EKF fomulation to achieve nonlinear state estimation. Inside, it uses the complex step Jacobian to linearize the nonlinear dyn
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:5442
    • 提供者:窦贤明
  1. 8

    0下载:
  2. C++实现古老数学问题。 当a, b为正整数,a<b时求所有N的值使得: a/b=1/N1+1/N2+...+1/Nn-inplement a>0, b>0 a<b, caculate a/b.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:846
    • 提供者:this one
  1. TCM-NN-Algorithm

    1下载:
  2. TCM-KNN 算法 用于聚类分析 Debug内包含txt格式dataset 以及测试数据 程序可实现 对测试数据的自动分类-TCM-KNN algorithm for clustering analysis Debug txt format dataset contains data and test procedures can be realized on the automatic classification of test data
  3. 所属分类:Algorithm

    • 发布日期:2015-05-11
    • 文件大小:37888
    • 提供者:Chutiayang
  1. primer

    0下载:
  2. 一个小的代码:// stack堆栈中保留两个数据(皇后所在的行和列),总共有八个皇后 // 住要特别注意入栈和出栈的顺序。 最后输出计算的结果。-The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Thus, a solution requires that no
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1228
    • 提供者:xiao
  1. bp_classify

    0下载:
  2. BP NN and PCA for better image segmentation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3792502
    • 提供者:Aead Amer
  1. a

    0下载:
  2. My solution for some spoj problems -My solution for some spoj problems nn
  3. 所属分类:Algorithm

  1. KNN

    0下载:
  2. K-NN k-Nearest Neighbor classification algorithm-K-NN k-Nearest Neighbor classification algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:895
    • 提供者:soufiane
  1. pta4

    16下载:
  2. 浙大PTA练习系统NA1004 比较雅各比迭代和高斯塞德尔迭代-Use Jacobi and Gauss-Seidel methods to solve a given n×n linear system A x ⃗ = b ⃗ with an initial approximation x ⃗ (0) . Note: When checking each a ii , first sca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:110602
    • 提供者:qiuyingyue
  1. 用RBF神经网络优化PID控制器

    0下载:
  2. matlab nn-pid control
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:dp_pid
  1. FEM -Q8等参元程序

    0下载:
  2. 实现C++的Q8等参元程序, //输入问题类型D[0],积分点数H[0] inFile>>D[0]>>H[0]; //输入单元数EN,结点数NN,约束数,FXN、FYN,载荷数SXN,SYN,面载荷数KQ inFile>>NN>>NE>>KU>>KV>>KRX>>KRY>>KQ; //输入材料基本数据 inFile>>EO>>PO&
  3. 所属分类:数学计算

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:handan1123
搜珍网 www.dssz.com