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

搜索资源列表

  1. chengxu

    0下载:
  2. 基本的DCT水印嵌入和提取的方法。使用DCT算法嵌入水印信息 3)使用DCT算法提取水印信息 4)对嵌入水印的载体进行不可感知性测试 5)对嵌入水印的载体进行鲁棒性测试。 -Basic DCT watermark embedding and extraction method. 3) using the DCT algorithm to extract the watermark information 4) the carrier of the embedded waterma
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:278327
    • 提供者:nieyanlong
  1. hanshubijin

    0下载:
  2. 使用BP神经网络实现函数的逼近并附带着fig文件,还有一个简单的感知器-The use of BP neural network function approximation with a document with a fig, as well as a simple perceptron
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:43458
    • 提供者:羊于
  1. 11

    0下载:
  2. 神经网络实例集。包括以下几个程序单层线性神经网络实例、感知器神经元解决较复杂输入向量的分类问题、基于感知器神经网络处理复杂的分类问题、数值分析程序matlab-GUI、用BP网络完成函数的逼近源程序、自组织特征映射应用实例-Examples of neural network sets. Procedures include the following examples of single-layer linear neural network, perceptron neuron input
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:41825
    • 提供者:stephen
  1. Perceptron

    0下载:
  2. 感知器(Perceptron) 单层感知器神经元模型图,我们可以看出感知器的基本功能是将输入矢量转化成0或1的输出。这一功能可以通过在输入矢量空间里的作图来加以解释。 -Perceptron (Perceptron) single-layer perceptron neural model diagram, we can see the basic functions of sensor is the input vector into the output of 0 or 1. Th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:563351
    • 提供者:转梦清风
  1. ganziqiMATLABprograming

    0下载:
  2. 感知器MATLAB程序 感知器MATLAB程序-Perceptron perceptron MATLAB program MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1256
    • 提供者:fzuwu
  1. net

    0下载:
  2. 我上传的是有关智能控制的神经网络编程源代码 此文件是有关感知器的智能编程 很渴望能成为贵站的会员,期望您能同意。-I uploaded is the intelligent control neural network programming source code for this paper is on the smart sensor programming is eager to become a member of贵站expect you to agree.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5335
    • 提供者:mhy
  1. BP

    0下载:
  2. 利用BP算法,设计一个多层感知器为表中的数据集提供一个非线性逼近,并测试其泛化能力-The use of BP algorithm, the design of a multi-layer perceptron for the table of data sets to provide a non-linear approximation, and testing their generalization ability
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2287
    • 提供者:张金凤
  1. perception.rb

    0下载:
  2. Perception,神经网络感知器,单元模块-Perception, perceptron neural network, modules
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1440
    • 提供者:dexter
  1. masotti_MLP_Classificazione

    0下载:
  2. 多层感知器的分类程序! -Multi-layer perceptron classification procedures!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1441
    • 提供者:liyan
  1. textureclassfication

    0下载:
  2. 提出了一种基于函数联接的感知器神经网络的纹理分类方法.它采用高斯2马尔柯夫随机场模型(GM RF)对纹理进行描述,模型参数即为纹理特征,参数估计采用最小平方误差方法获得.将估计参数作为表达纹理的特征向量,用感知器网络对特征进行分类,并且采用函数联接的方式解决线性不可分问题.对纹理图象进行的实验表明,采用这种方法能够提高学习速度,简化计算过程,并取得较好的纹理分类效果. -Based on the function connected perceptron neural network tex
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:286121
    • 提供者:singro jiang
  1. patternrecognition

    0下载:
  2. 文件中包含多种模式识别常用的算法,如:ISODATA、 K均值、 感知器、 LMSE最小误差、 贝叶斯,希望对大家能有所帮助-File contains a variety of commonly used pattern recognition algorithms, such as: ISODATA, K-means, perceptron, LMSE the smallest error, Bayesian, in the hope that we can help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:6170
    • 提供者:WGT
  1. ex3

    1下载:
  2. 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set of sample input and output is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:113497
    • 提供者:吕寿鹏
  1. secondtypelearning

    0下载:
  2. 借助最优控制理论中的二次型性能指标对感知器神经网络的加权系数进行调整-Optimal control theory with the quadratic performance index of the perceptron neural network to adjust the weighting coefficients
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:853
    • 提供者:周凯
  1. problem2

    0下载:
  2. matlab 感知机实验源码(神经网络课程实验一)-Perceptron test matlab source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:756
    • 提供者:Shelly Chen
  1. ganzhiqi

    0下载:
  2. 人工神经网络 感知器 matlab -Perceptron artificial neural network matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:621
    • 提供者:Joan
  1. chapter5_3_figure

    0下载:
  2. 这是模式分类一书中第五章中的基本感知算法的matlab代码。很有价值!-This is the pattern classification in chapter V of the book' s basic perception algorithm matlab code. Great value!
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:829
    • 提供者:王五
  1. chapter5_45

    0下载:
  2. 这是模式分类一书中第五章的固定增量感知器和带裕量的变增量感知器的matlab代码实现。-This is the pattern classification of a book chapter V and the fixed-increment perceptron with margin perceptron incremental change of the matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1479
    • 提供者:王五
  1. BPIdentifyNum

    2下载:
  2. BP神经网络三层感知器数字识别系统 可以识别0-9这个十个数字-BP neural network to identify the number of three-sensor system to identify the dozens of figures 0-9
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:86621
    • 提供者:沙先军
  1. AFSA

    0下载:
  2. 人工鱼群算法AFSA算法主要模仿了鱼群的以下行为:1、觅食行为:这是生物的一种最基本的行为,也就是趋向食物的一种活动;一般可以认为它是通过视觉或味觉来感知水中的食物量或浓度从而选择趋向的。2、聚群行为:这是鱼类较常见的一种现象,大量或少量的鱼都能聚集成群,可以进行集体觅食和躲避敌害。3、追尾行为:当某一条鱼或几条鱼发现食物时,它们附近的鱼会尾随其后快速游过来,进而导致更远处的鱼也尾随过来。4、随机行为:鱼在水中悠闲的自由游动,基本上是随机的,其实它们也是为了更大范围的寻觅食物或同伴。-AFSA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:71358
    • 提供者:duane
  1. Tsp_report_ant

    0下载:
  2. 蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。 这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为——能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:186447
    • 提供者:余超
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com