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

搜索资源列表

  1. 感知机模型.zip

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:686
    • 提供者:
  1. 感知机模型

    0下载:
  2. 感知机模型delphi版-Perceptron model version delphi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:686
    • 提供者:张国海
  1. BPAlgoritim

    0下载:
  2. 感知机程序c语言编写,用于分类的算法,比较典型的神经网络算法-Perceptron c written procedures for the classification algorithm, the typical neural network algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2916
    • 提供者:于大雷
  1. gzj

    0下载:
  2. 在VC++上实现感知机的神经网络算法,可自动设置神经元个数。-in VC achieve perceptron neural network algorithm that can automatically set neuron number.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11016
    • 提供者:WW
  1. perceptron_test

    0下载:
  2. 神经网络中的感知机的学习算法的c语言程序源代码-neural network of Perceptron learning algorithm in C language source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1028
    • 提供者:kangkai
  1. PerceptionCLassify

    0下载:
  2. 感知机分类算法用于文献分类,基于BP神经网络的基本算法-Perceptron classification algorithm for Literature Classification, based on BP neural network algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:187579
    • 提供者:zhangxw30
  1. Perception

    0下载:
  2. 模式识别中的感知机算法实现,在matlab下实现
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15218
    • 提供者:gx
  1. 感知机算法

    0下载:
  2. 所属分类:WEB源码

  1. NND3PC

    0下载:
  2. matlab下的神经网络感知机实验代码,提供给有需要的人-matlab neural network under the experimental code Perceptron
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:5101
    • 提供者:Shelly Chen
  1. Perceptron

    0下载:
  2. 利用感知机的线性分类功能,实现2维平面的两类模式分类,matlab实现,并用图像显示-Perceptron using linear classification function, the realization of 2-D plane of the two types of pattern classification, matlab achieve, and image display
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1334
    • 提供者:yaozi
  1. Ganzhiji_matlab

    0下载:
  2. 感知机的详细描述的word文档,有详尽的数学公式-Perceptron detailed descr iption word document, there is a detailed mathematical formula
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:32157
    • 提供者:whnmyt
  1. problem2

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

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

    0下载:
  2. 快速度训练感知机算法,针对线性不可分情况,加快了其收敛速度。-Fast-degree training perceptron algorithm for linear indivisible and speed up its convergence speed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:968
    • 提供者:刘二多
  1. 20082050

    0下载:
  2. 用matlab写的感知机,SES,SVM三种分类器,简单易懂,适合初学者-Written by matlab perceptron, SES, SVM three kinds of classifiers, easy to understand for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4689
    • 提供者:chen
  1. 感知机实现代码

    0下载:
  2. 感知机的入门学习,可供初学者学习参考。。。。。。。(Introduction to perceptron learning, for reference)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:caelvon
  1. 感知机

    0下载:
  2. 本代码用基本方式实现了感知机,还采用对偶的方式生成感知机模型~(This code uses the basic way to realize the perception machine, and also uses the dual way to generate the perceptron model ~)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:Aphrodite
  1. 简单MATLAB感知机算法

    0下载:
  2. 用C语言写的一个简单的感知机算法,适合初学者学习,希望能帮到大家(i wish this algorithm can help everybody)
  3. 所属分类:其他

    • 发布日期:2017-12-13
    • 文件大小:12754
    • 提供者:笑似心酸
  1. precrptron

    0下载:
  2. 这是自己参照统计学习书(李航著)中感知机算法编写的MATLAB仿真代码,代码包含数据输入和实现过程以及实现结果,可为学习感知机算法的相关人员提供参考。(This is according to his statistical learning book (Li Hang) MATLAB simulation code prepared by the perceptron algorithm, the code contains data input and process and the res
  3. 所属分类:数值算法/人工智能

  1. perceptron

    0下载:
  2. 单层感知机解决逻辑与、或、非这样的线性可分问题。(Single layer perceptron solves the linear separable problem of logic and / or not)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:小唐唐
  1. 感知机

    0下载:
  2. 单层感知机是感知器中最简单的一种。用于两个模式的分裂时,相当于在高维样本空间中,用一个超平面将样本分开(Realization of perceptive neural network)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:闰土刺猬
« 12 3 4 5 6 »
搜珍网 www.dssz.com