搜索资源列表

  1. psonn

    0下载:
  2. 粒子群算法优化神经网络,神经网络为传统的多层感知器。-pso optimizes neural networks. the neural networks are multilayer percetrons.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:chen zh
  1. sy44

    0下载:
  2. 用matlab编程实现多层感知器带动量项的批处理BP算法 -Programming using matlab MLP driven batch BP algorithm the amount of items
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:山水
  1. chengxu

    0下载:
  2. 用matlab实现神经网络多层感知器单样本训练BP算法。-Neural network using matlab to achieve a single sample training MLP BP algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:山水
  1. zonghe

    0下载:
  2. 线性分类器设计:包括感知机算法,最小二乘法,线性SVM算法(模式识别作业)-Linear classifier design: including perceptron algorithm, least squares, linear SVM algorithm( pattern recognition task)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:lian
  1. PerceptronApproach

    0下载:
  2. 完全自己编写的模式识别中感知器的Matlab算法实现-Complete preparation of their own pattern recognition perceptron algorithm in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:like
  1. nn

    0下载:
  2. 常见神经网络的算法大全,包括RBF、线性感知器、自组织网络等-Common neural network algorithm Daquan, including RBF, linear sensor, self-organizing networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:wangxx
  1. Artificial-Neural-Networks2006

    0下载:
  2. 神经网络概述及基本模型,然后详述了各种模型,包括感知器神经模型、自组织竞争神经网络、径向基函数神经网络、反馈神经网络、支持向量机神经网络、遗传算法等内容。-Overview and basic neural network model, and then details the various models, including perceptron neural model, self-organizing competitive n
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:10161152
    • 提供者:王龙
  1. neural-network

    0下载:
  2. 神经网络相关ppt,主要包括BP算法和感知器优化算法相关介绍-Neural network-related ppt, including BP algorithm and optimization algorithm related presentations perceptron
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:4328448
    • 提供者:chenliang
  1. BP_final

    0下载:
  2. 多层感知器MLP网络以及BP算法,实现了对非线性函数的逼近,matlab进行编程-failed to translate
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:laixiaohan
  1. 667777777766

    0下载:
  2. 模式识别的作业源代码,包括了c均值算法(Cmeans)和自主值迭代算法(ISODATA),以及W-H固定增量算法和感知器(基于MFC实现)。-Operating source code for pattern recognition, including c-means algorithm (Cmeans) and self-value iteration algorithm (on ISODATA), and WH fixed inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:34754560
    • 提供者:xinyuan
  1. ganzhiqi_g7

    0下载:
  2. 基于感知器的iris数据集分类算法,matlab实现,有注释。-Classification algorithm based on the iris data set of the perceptron, the Matlab implementation, and comment.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:kangyan
  1. svm-ses

    0下载:
  2. 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The machine algorithm respectively perception, the minimum square error algorithm, linear SVM classifier algorithm design, respectively, draw the decision surface, and compa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:万海兵
  1. Linear-classifier-design

    0下载:
  2. 对“data1.m”数据,分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The "data1.m" data, respectively, using the perceptron algorithm, the least square error algorithm, the linear SVM algorithm design classifier, respectively, to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:277504
    • 提供者:刘攀
  1. ganzhiqi

    0下载:
  2. 线性分类器感知器设计算法程序,其中利用了低度下降算法-Linear classifier perceptron design algorithm procedures, which use low-degree descent algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:leezitong
  1. FIG002

    0下载:
  2. Rosenblatt感知机Matlab实现算法线性分类器的第一个迭代算法是1956年由Frank Rosenblatt提出的. 这个算法被提出后, 受到了很大的关注. 感知器在神经网络发展的历史上占据着特殊的位置: 它是第一个从算法上完整描述的神经网络. 在20世纪60年代和70年代, 受感知器的启发, 工程师, 物理学家以及数学家们纷纷投身于神经网络不同方面的研究. -Rosenblatt perceptron Matlab al
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:xu
  1. Number-odd-or-even

    0下载:
  2. 采用人工神经网络单层感知器学习算法,实现数字0-9的奇偶识别-The single-layer perceptron of artificial neural network learning algorithm, to achieve parity identification numbers 0-9
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张鑫
  1. target-context-detect-recognition

    0下载:
  2. 在分类器的研究方面,提出了一种改进的AdaBoost算法,包括距离相关的判别准则,和基于核的感知器强分类器优化方法 -Classifier, there is proposed an improved AdaBoost algorithm, including the distance related criterion optimization method, and the strong classifier is based
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:11825152
    • 提供者:QQ
  1. Improved-ICA-character-recognition

    0下载:
  2. 该算法一种结合改进的基于独立分量分析(ICA)提取算法和基于多层感知器和单向二叉决策树的多类支持向量机分类方法。-The algorithm is a combination of improved based on independent component analysis (ICA) algorithm and multi-class support vector machine classification method bas
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:谭立国
  1. moshishibie

    0下载:
  2. C# 模式识别作业 最大最小距离算法(可以实现鼠标收入) 感知器-C# pattern recognition operating the largest minimum distance the algorithm (mouse income) sensor
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:637952
    • 提供者:阿克瓦力
  1. code

    0下载:
  2. 三道题,包括1:用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题:2:用奇阶互补法设计两带滤波器组(高、低通互补),进而实现四带滤波器组 3:估计其功率谱-Three questions, including: 1 using multilayer perceptron ( MLP ) neural network and error back propagation ( BP ) algorithm to reali
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:106496
    • 提供者:严菲
« 1 2 ... 5 6 7 8 9 1011 »

源码中国 www.ymcn.org