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

搜索资源列表

  1. NN

    4下载:
  2. 使用Matlab实现BP神经网络对蝴蝶花进行分类,内容包括: 1。网络设计,包括输入层、隐含层、输出层节点个数的设计,为什么如此设计。 2。算法步骤 3。编程,注意原始数据的通用化,数据输入的随机性。 4。网络训练,注意训练数据与验证数据分开。 5。网络验证 -Matlab achieve a BP neural network to classify the butterfly flower
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-10-31
    • 文件大小:15360
    • 提供者:ewp
  1. backprop

    0下载:
  2. BP神经网络算法实现 批量处理的BP算法,隐层数为1 Z为特征向量组成的矩阵,n*m维,一行为一个样本 labZ为数据的类别,n*1维,每行对应样本的类别 M为隐层节点个数,T为迭代次数上限, epsilon为用于判断收敛的误差值,eta为学习率 W1为输入到隐层的权重,M*m维,B1为偏差,也就是乘以1的那个权重,M*1维 W2为隐层到输出的权重,c*M维,B2意义同B1,c*1维 estored为MLP的均方误差,每行是一次的误差
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:1064
    • 提供者:裴唯一
  1. annbp

    0下载:
  2. BP神经网络的数据分类-语音特征信号分类-BP neural network data classification- voice feature signal classification
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:376761
    • 提供者:shengjie
  1. neural-network

    0下载:
  2. 基于BP神经网络的非线性分类,及运用其解决异或问题,并对Iris数据进行分类-Nonlinear classification based on BP neural network and the xor problem, and its appplication on the data of Iris.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:8495
    • 提供者:raimose
  1. SVM

    0下载:
  2. 该文件是SVM神经网络的源程序,可以用于对数据进行分类预测-The file is SVM neural network source, can be used for data classification forecast
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1152
    • 提供者:zhangpan
  1. SOM

    0下载:
  2. 该文件是SOM型神经网络的源程序,可基于SOM原理对数据进行分类-The document is the source of the SOM neural network data classification based on SOM principle
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:788
    • 提供者:zhangpan
  1. bp2

    0下载:
  2. bp神经网络matlab程序代码,能够正确实现数据分类识别-bp neural network matlab code correctly to achieve data classification and recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:1180
    • 提供者:dandan
  1. program

    0下载:
  2. BP神经网络算法对肿瘤进行分类,数学建模中的一个典型案例。-BP neural network algorithm for tumor classification, mathematical modeling of a typical case.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-27
    • 文件大小:103869
    • 提供者:
  1. perception_

    0下载:
  2. 是用神经网络中的感知器进行分类的程序,并给出了图形显示的结果-A program to classify with the perceptron in the NN,and the result is given in the form of chart.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:741
    • 提供者:林林
  1. bp510

    0下载:
  2. 一个简单的神经网络算法,可以实现分类问题,里面含有代码和数据,可以直接运行,效果挺好的-A simple neural network algorithm, can achieve a classification problem, which contains the code and data can be run directly, the effect is very good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:32540
    • 提供者:周 脉成
  1. BP

    0下载:
  2. 一个简单的神经网络实现二分类问题,里面包含代码,以及训练集和测试集的数据,可以直接用的,对初学者是不错的资源-A simple neural network to achieve the two-class problem, which contains the code, as well as training and testing data sets can be directly used, is a good resource for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:4984
    • 提供者:周 脉成
  1. BPnn

    0下载:
  2. 很有用的BP神经网络分类器的matlab实现An important codes utilized in Matlab for bp -Useful BP neural network matlab to achieve An important codes utilized in Matlab for bp NN
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:7830
    • 提供者:wangyuhong
  1. BP_ButterflyFlower

    1下载:
  2. 本代码的功能是使用BP神经网络对蝴蝶花进行分类-The functionality of the code is to use the BP neural network to classify the butterfly flower
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1928
    • 提供者:舒同
  1. program

    1下载:
  2. 编写了一个pso优化bp神经网络的程序,应用在分类中。第一步:pso优化bp神经网络得到最优的阈值和权值,第二步bp神经网络把该最优的阈值和权值作为初始阈值和权值,采用动量及自适应学习速率算法进行训练。附件中,是数据和编写的部分程序,tiqushuju是用来提取文本中的数据构造样本集的函数。mubiao是用来构造期望输出的函数。bp是已经编写好的,未使用pso优化的bp神经网络函数。pso是本人编写的pso优化bp神经网络的函数,psobp是采用pso优化的阈值和权值作为bp神经网络的初始权值和
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:48759
    • 提供者:wk
  1. ANN-iris

    0下载:
  2. 在matlab环境下,实现鸢尾花数据的人工神经网络分类,只是比较基本的实现BP网络,没有利用现成的命令。-In the Matlab environment, iris data artificial neural network classifier, but more basic BP network, there is no off-the-shelf command.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-05
    • 文件大小:3780
    • 提供者:李毅
  1. final2cop

    0下载:
  2. matlab用bp神经网络分类信号,采用多层感知器的神经网络,有隐含层5个节点-matlab bp neural network classification signal, the use of Multilayer Perceptron neural network hidden layer nodes
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:911
    • 提供者:谢倩雯
  1. bp

    0下载:
  2. BP神经网络的一个应用,可用作数据分类,应用面很广,有详细注释-An application of the BP neural network can be used as data classification, the application is very wide, detailed notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:1424
    • 提供者:肉肉蓉
  1. xiaoboboSVMsort

    1下载:
  2. 该程序描述了SVM神经网络的数据分类脑电信号种类识别。-The program describes the SVM neural network data classification EEG species identification.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:930
    • 提供者:李俊
  1. floaterNN

    0下载:
  2. 这是采用matlab编程,用神经网络对水面漂浮物特征进行分类-This is using matlab programming, neural network floats on the surface of the water feature to classify
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-06
    • 文件大小:549
    • 提供者:hurong
  1. xiaoboceshi2

    0下载:
  2. 应用小波神经网络进行分类的代码-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:1025
    • 提供者:黄子轩
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com