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

搜索资源列表

  1. PCANET

    1下载:
  2. 特别好用的图像分类算法!!!输入图像 输出分类结果(A particularly useful algorithm for image classification!!! Input image output classification results)
  3. 所属分类:matlab例程

    • 发布日期:2017-11-17
    • 文件大小:3795968
    • 提供者:gannabeok
  1. 新建文件夹

    0下载:
  2. 将260个样本中随机抽出部分学生的身高和体重作为训练样本(男女生都有),然后训练一个BP神经网络,最后将剩下的样本输入网络进行测试,检测BP网络的分类性能。260个样本的体重和身高在文档中。可以在男生样本中抽取70%用来训练,在女生样本中抽取70%用来训练。(The 260 samples were randomly selected from the part of the students' height and weight as the training sample (boys and
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:9216
    • 提供者:lolitamy
  1. PNN网络代码

    0下载:
  2. 概率神经网络(Probabilistic Neural Network)是由D.F.Speeht博士在1989年首先提出,是径向基网络的一个分支,属于前馈网络的一种。它具有如下优点:学习过程简单、训练速度快;分类更准确,容错性好等。从本质上说,它属于一种有监督的网络分类器,基于贝叶斯最小风险准则。(Probabilistic neural network was first proposed by Dr. D.F.Speeht in 1989. It is a branch of radial
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:gahuan
  1. SVM神经网络的回归预测分析---上证开盘指数预测

    0下载:
  2. SVM对数据训练,对数据处理预测分析,令可以作为分类的一种重要方法。(SVM to data training, to data processing forecast analysis.Order is an important method of classification.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:96256
    • 提供者:kangkangahu
  1. 41695068SVM

    0下载:
  2. 支持向量机的matlab程序,支持向量机的分类算法(Support vector machine matlab program, support vector machine classification algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:priorqty
  1. 源程序

    0下载:
  2. 神经网络的30余例子matlab算法,包含书籍和例子(Matlab algorithm of neural network.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:54566912
    • 提供者:codespectre
  1. BP

    0下载:
  2. 实现简单的二值分类,是一个简单的小程序,可以参考(Implement a simple binary classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:**—**
  1. darknet-master

    0下载:
  2. 是一种神经网络框架,在其基础上可以实现物体检测,图像分类,模式识别功能。(Darknet is a neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation. You can find the source on GitHub or you can read more about what Darknet can do righ
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2216960
    • 提供者:wu joy
  1. ShuffleNet-master

    0下载:
  2. 一种专门为移动端设备而设计的高效卷积神经网络结构——ShuffleNet,这种新结构将点态组卷积(pointwise group convolution)和通道随机混合(channel shuffle)这两种经典方法进行结合与改进,大大提升了计算效率 。(ShuffleNet is an efficient convolutional neural network designed for mobile terminal devices. This new structure combines
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:6144
    • 提供者:wu joy
  1. Project1

    1下载:
  2. 多层神经网络,在训练过程中采用自适应学习率Adagrad方法。可以实现回归或分类问题。(The adaptive learning rate Adagrad method is adopted in the training process of the multilayer neural network. Regression or classification problems can be achieved.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:4096
    • 提供者:ring0o0o
  1. test2-BP

    2下载:
  2. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。(Using BP neural network to design a classifier for male and female students. The features include height, weight, whether they like mathematics, whether they like literatur
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:10240
    • 提供者:Fay小非
  1. libsvm-3.17

    0下载:
  2. 为了真实有效地提取网络安全态势要素信息,提出了一种基于增强型概率神经网络的层次化框架态势要素获取方法。在该层次化态势要素获取框架中,根据Agent节点功能的不同,划分为不同的层次。利用主成分分析(Principal Component Analysis, PCA)对训练样本属性进行约简并对特殊属性编码融合处理,按照处理结果改进概率神经网络(Probabilistic Neural Network, PNN)结构,以降低系统复杂度。然后以改进的PNN作为基分类器,结合自适应增强算法,通过基分类器反
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:98304
    • 提供者:莫言婷婷
  1. 关于回归神经网络的交通状态判别

    0下载:
  2. 聚类分析又称群分析,它是研究(样品或指标)分类问题的一种统计分析方法,同时也是数据挖掘的一个重要算法。 聚类(Cluster)分析是由若干模式(Pattern)组成的,通常,模式是一个度量(Measurement)的向量,或者是多维空间中的一个点。 聚类分析以相似性为基础,在一个聚类中的模式之间比不在同一聚类中的模式之间具有更多的相似性。(Clustering algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:13312
    • 提供者:liuheng123
  1. ids-kdd99

    1下载:
  2. 基于Tensorflow用CNN(卷积神经网络)处理kdd99数据集,代码包括预处理代码和分类代码,准确率99.6%以上,并且快速收敛至最优值。(Based on Tensorflow (convolutional neural network) processing KDD99 data set based on CNN, the code includes preprocessing code and classification code, the accuracy rate is mor
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:18300928
    • 提供者:Peterbupt
  1. shenjingwangluo

    0下载:
  2. 神经网络的相关资料,主要涉及算法分类的问题解决(Neural network related information, mainly related to the problem of algorithm classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:无吴
  1. iris

    0下载:
  2. 使用iris鸢尾花数据集测试rbf神经网络的分类效果(Using iris iris dataset to test the classification effect of RBF neural network)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:夏日回忆
  1. shiyan4

    0下载:
  2. 解决非线性多类别分类问题,利用实际数据进行分类处理。(Solving nonlinear multi class classification problem, using actual data for classification processing.)
  3. 所属分类:matlab例程

  1. chapter27

    0下载:
  2. 无导师学习神经网络的分类-矿井突水水源判别(Classification of Non - tutor 's Learning Neural Network - Discrimination of Mine Water Bursting)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:科研必胜
  1. Classification

    0下载:
  2. 离散Hopfield神经网络的分类实例,用于高校科研能力评价(Classification of discrete Hopfield neural network for evaluation of scientific research ability in Colleges and Universities)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:张小黑
  1. bp2

    0下载:
  2. 用MATLAB 实现对不同种类的饮料或者果汁的分类,通过训练学习,再进行预测,可以得到分类的正确率(The classification of different kinds of drinks or fruit juice is realized by MATLAB, and the correct rate of classification can be obtained by training, learning and forecasting)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:gtt1994
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com