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

搜索资源列表

  1. EM

    0下载:
  2. 用C++实现了期望最大化算法,为了简化,矩阵使用对角矩阵-C achieve expectations maximize algorithm, in order to simplify the use of matrix diagonal matrix
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.75kb
    • 提供者:方平
  1. PSOGABPDRNN.rar

    1下载:
  2. 此包含有遗传算法、粒子群算法、BP算法优化对角递归神经网络的MATLAB程序,This includes genetic algorithms, particle swarm optimization, BP algorithm for diagonal recurrent neural network of the MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:131.34kb
    • 提供者:zhangguosheng
  1. DRNNXX

    0下载:
  2. 这是我写的关于对角递归神经网络的程序,或许对你有所帮助。-This is written about me on the diagonal recurrent neural network procedures, may be helpful to you.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3.42kb
    • 提供者:
  1. 8huanghou

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。 -8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.65kb
    • 提供者:yishiwucheng
  1. QDRWNN

    1下载:
  2. 准对角递归小波神经网络PID算法,其控制效果要比常规的多变量PID控制算法要好的多-Design of multivariable self-tuning PID controllers via Quasi-Diagonal Recurrent wavelet Neural Network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1.7kb
    • 提供者:黄天
  1. N_queens

    0下载:
  2. 求解N皇后问题:把N个皇后放在一个棋盘上,每行和每列只能有一个皇后。另外,一个皇后只能在任一行、列或对角线上。要求皇后数≥100。用了两种方法,回溯法和启发式修补法。-Solve N Queen' s problem: N queens on a chessboard, each row and each column can have only one Queen. Further, only in a queen in any row, column, or diagonal. Que
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:1.32kb
    • 提供者:天才
  1. HMMtoolbox

    0下载:
  2. 此工具箱支持推理和学习HMM模型,拥有的算法有离散输出(DHMM),高斯输出(GHMM),或其混合物的高斯输出(mhmm)。-Hidden Markov Model (HMM) Toolbox for Matlab,This toolbox supports inference and learning for HMMs with discrete outputs (dhmm s), Gaussian outputs (ghmm s), or mixtures of Gaussians outp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:399.79kb
    • 提供者:Bill
  1. methode_jacobie

    0下载:
  2. In numerical linear algebra, the Jacobi method (or Jacobi iterative method[1]) is an algorithm for determining the solutions of a diagonally dominant system of linear equations. Each diagonal element is solved for, and an approximate value is plugged
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:44.35kb
    • 提供者:zineb24
  1. triangularisation_sup

    0下载:
  2. In the mathematical discipline of linear algebra, a triangular matrix is a special kind of square matrix. A square matrix is called lower triangular if all the entries above the main diagonal are zero. Similarly, a square matrix is called upper trian
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:18.7kb
    • 提供者:zineb24
  1. DL

    0下载:
  2. 该程序是利用对角加载算法求使得信噪比最大时的权矢量,为阵列天线领域-The program is the use of diagonal loading algorithm for making the maximum signal to noise ratio of the weight vector array antenna areas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:745byte
    • 提供者:xuzhen
  1. sihuanghou

    0下载:
  2. 人工智能的四皇后问题,回溯法——在约束条件下先序遍历,并在遍历过程中剪去那些不满足条件的分支。 使用回溯算法求解的问题特征,求解问题要分为若干步,且每一步都有几种可能的选择,而且往往在某个选择不成功时需要回头再试另外一种选择,如果到达求解目标则每一步的选择构成了问题的解,如果回头到第一步且没有新的选择则问题求解失败。 在回溯策略中,也可以通过引入一些与问题相关的信息来加快搜索解的速度。对于皇后问题来说,由于每一行、每一列和每一个对角线,都只能放一个皇后,当一个皇后放到棋盘上后,不管它放在棋
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:123.89kb
    • 提供者:孙铭啸
  1. 一字棋-人工智能

    0下载:
  2. 一字棋游戏,包括两个选手。用户可以在一个3*3的棋盘上任意的选择空闲的位置拜访棋子,最早在水平方向上,或者垂直方向上或者对角线方向上形成三子一线者获胜。(One word chess game, including two players. Users can choose a free position to visit a piece of chess on a 3*3 chessboard, and the winner is first formed in the horizontal
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:639kb
    • 提供者:monkei
搜珍网 www.dssz.com