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

搜索资源列表

  1. imm3851

    0下载:
  2. This project describes the work done on the development of an audio segmentation and classification system. Many existing works on audio classification deal with the problem of classifying known homogeneous audio segments. In this work, audio recordi
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:652817
    • 提供者:kvga
  1. NN-4

    0下载:
  2. 关于非线性离散系统辨识!还不错的东西,自己课设的东西!-Identification of nonlinear discrete systems!
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:618
    • 提供者:邓文
  1. BP-NN-MATLAB

    0下载:
  2. BP网络matlab源程序,对学习神经网络有一定的帮助!-BP network matlab source for learning neural networks have some help!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:1485
    • 提供者:欧国徽
  1. k_nn_classifier

    0下载:
  2. k-nn algorithm for classify
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:847
    • 提供者:vh
  1. huisexitong

    0下载:
  2. 灰色系统改进累加预测 通过改变矩阵x实现不同原序列的灰色系统预测,nn表示预测个数-Gray predicted cumulative improvement achieved by changing the matrix of x different of the original sequence by Grey System Theory, nn predict that the number of
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1574
    • 提供者:辉飞
  1. A_very_sim977756232002-457852ngfppr2567

    0下载:
  2. A very simple example of Neural Networks using back propagation This program is a simple example of Neural Networks using back propagation. My code has all basic functionalities like learning rate, load net, save net, etc. You can have as many layer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:6524
    • 提供者:ani
  1. Submission

    0下载:
  2. simulink and controllers -simulink and controllers nn
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:44283
    • 提供者:jerrytha
  1. plathamuthuraj

    0下载:
  2. data fopr nn which used for pg
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:10862
    • 提供者:VINOD
  1. mandelbrot

    0下载:
  2. function mandelbrot Plots a Mandelbrot fractal which is updated after you zoom in Define options, all options are stored in OPT structure OPT.mm = 700 number of pixels (detail) in x direction OPT.nn = 400 number of pixels (detail) in y d
  3. 所属分类:Energy industry

    • 发布日期:2017-04-03
    • 文件大小:2125
    • 提供者:jer
  1. puzzle

    0下载:
  2. 大于3的任意n×n的拼图游戏,附带使用说明-This program can automatically solve n puzzle games,
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:190463
    • 提供者:芦荟
  1. Tutorial-GA-NN

    0下载:
  2. Tutorial genetic algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:311073
    • 提供者:josep
  1. magiccube

    0下载:
  2. 产生n*n魔方阵,如3×3的魔方阵:   8 1 6   3 5 7   4 9 2   魔方阵的排列规律如下:   (1)将1放在第一行中间一列;   (2)从2开始直到n×n止各数依次按下列规则存放;每一个数存放的行比前一个数的行数减1,列数加1(例如上面的三阶魔方阵,5在4的上一行后一列);   (3)如果上一个数的行数为1,则下一个数的行数为n(指最下一行) 例如1在第一行,则2应放在最下一行,列数同样加1;   (4)当上一个数的列数为n时,下一
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:187051
    • 提供者:wenwen
  1. nn_rbf_learning

    0下载:
  2. 使用最近邻聚类在线自适应RBF网络学习算法-the learning of RBF net work using NN
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:793
    • 提供者:shny1982
  1. exercise_4

    0下载:
  2. Program that show the 2D graphic algorithms like NN.
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-10
    • 文件大小:17343168
    • 提供者:Houbicka
  1. C-P-P-and-C-bp-NN

    0下载:
  2. C++和C编写的bp神经网络源程序,对bp神经网络的学习很有用-C++ and C source code written in bp neural network,it is useful to bp neural network learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:12507
    • 提供者:洛龙行
  1. GA-optimize--NN

    0下载:
  2. 代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-Code is a 19 input variables, a case of output variables in nonlinear regression and design, if used in other cases, simply encoding and decoding functions can be changed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:9459
    • 提供者:durongmao
  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-23
    • 文件大小:589343
    • 提供者:bwindhya
  1. EE4208_FaceRecog_ZhaoJian_v1

    0下载:
  2. The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN rough face prefiltering, PCA/LDA/ICA/any dimensionality reduction/pro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2127308
    • 提供者:yy
  1. Hill-decryption

    0下载:
  2. 希尔密码(Hill Password)是运用基本矩阵论原理的替换密码,由Lester S. Hill在1929年发明。一串字母当成n维向量,跟一个n×n的矩阵相乘,再将得出的结果模26。注意用作加密的矩阵(即密钥矩阵)在必须是可逆的,否则就不可能译码。本算法中,明文长度必须为3的倍数-Hill encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:8655
    • 提供者:zhangyujie
  1. Untitled5

    0下载:
  2. Gesture recognition by -Gesture recognition by nn
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:904
    • 提供者:sowmen
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 42 »
搜珍网 www.dssz.com