CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 分类程序

搜索资源列表

  1. Bayesian衰退和分类模形

    0下载:
  2. 这个软件支持Bayesian衰退和分类模形,它基于神经系统网络和Gaussian作用。它也包括一些根本的程序实现有限和无限混合的模型。-software support this recession and Bayesian classification pattern, It is based on neural network and Gaussian role. It also includes some of the procedures to achieve limited and u
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1181429
    • 提供者:方正
  1. 聚类程序

    1下载:
  2. 图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:269436
    • 提供者:zxm
  1. bayes在分类中的应用

    1下载:
  2. 程序用C语言实现了贝叶斯在数据挖掘中分类和预测中的应用,通过程序可以很好的进行分类和预测。-This program use C language to realize the application of bayes in data mining and forecasting,you can use this program to make a good classification and forecasting
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97755
    • 提供者:龚文引
  1. 一个主要用于预测和分类的源程序

    0下载:
  2. 开发环境:Matlab 简要说明:程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-development environment : Matlab brief descr iption : program includes the installation including : number, the total sample number, the number of samples modeling
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2169
    • 提供者:刘华
  1. 模式分类

    2下载:
  2. 该程序可以对二维三类样本进行分类,并画出分界面.学习过模式识别的人必看.要学习神经网络的人必看,代码简单,实用性强-the procedure three samples of two-dimensional classification and paint interface. Learning the pattern recognition Watchable. To study the neural network Watchable, code simple, practical
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:359474
    • 提供者:李帅
  1. 线性分类器

    1下载:
  2. 该程序是一个对于一个对于以某一直线为边界的两类进行分类,首先通过对已知点进行训练,获得分类直线。-the program is a for a response to a border line for the two types of classification, the first known pair of points through training, access to classified straight.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:205929
    • 提供者:luxiangzz
  1. 最近邻法分类器演示

    0下载:
  2. 本程序是一个最近邻分类算法的演示程序,本程序完成了三种最近邻的演示并实现算法的分析-this procedure is a nearest neighbor classification algorithm the demo program, the completion of a three - Nearest Neighbor algorithm demonstration and analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:284020
    • 提供者:luxiangzz
  1. TextCategorization

    0下载:
  2. 基于朴素贝叶斯算法实现的中文文本分类程序。可以对中文文本进行分类识别,使用时先对分类器进行训练,然后进行识别。该Beta版本仅支持对3类文本进行分类,使用简单的中文分词方法,本程序尚不具备实用性,用于算法研究和改进。-based on Bayesian algorithms to achieve the Chinese text classification procedure. Can the Chinese text classification identification, the us
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:317598
    • 提供者:钱磊
  1. FEILEI

    0下载:
  2. 一个很好的分类程序,里面有包括神经网络,遗传算法等经典的学习算法-a good classification procedures, and they include neural networks, genetic algorithms and other classical learning algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:467182
    • 提供者:渴望飞翔
  1. ARTdivision

    0下载:
  2. 用ART算法制作的一个神经网络用来分类程序-ART algorithm produced using a neural network for the classification process
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8694
    • 提供者:Lu
  1. SVM

    0下载:
  2. 这是SVM文本分类程序源码,既有java版本,也有C++版本。 -This is a SVM text classification program source code, both java versions, there are C++ version.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-31
    • 文件大小:13333987
    • 提供者:yyifang
  1. BioinfYeastzipCode

    0下载:
  2. 乳腺癌分类程序,带有部分的原始数据,非常好-Breast cancer classification procedures, with part of the raw data, very good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3768053
    • 提供者:Mike
  1. Bp

    0下载:
  2. 利用Bp神经网络实现的两类分类程序,程序简单明了,初学者也看得懂。-Bp neural network using two types of classification procedures, the program is simple, beginners can understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:65746
    • 提供者:haiyang
  1. winsvm

    1下载:
  2. 实用的 SVM 预测和分类程序, 可根据自己的需要设置参数-Practical SVM prediction and classification procedures, may need to set up according to their own parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:315838
    • 提供者:李成华
  1. shengjingwangluo

    0下载:
  2. 一些个人编的简单的神经网络分类程序,采用newc1,newlvq1等程序-Some of my personal series of simple neural network classification procedure for the newc1, newlvq1 such procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:6040
    • 提供者:孟玮
  1. masotti_MLP_Classificazione

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

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

    0下载:
  2. 该代码包是一个基于贝叶斯分类器的分类程序,内含数据集、可运行程序-The code package is a classifier based on Bayesian classification procedures, including data sets, can run the program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:754974
    • 提供者:lifenglin
  1. BP

    0下载:
  2. 基于bp神经网络的分类程序 实现软件是matlab-matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:641
    • 提供者:da
  1. BP神经网络运动状态分类

    3下载:
  2. 该程序可以通过训练集对所构建的BP神经网络进行训练,并能通过测试集,即对不同的运动状态进行分类。(The program can train the constructed BP neural network through the training set, and can classify the different motion states through the test set.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:781312
    • 提供者:那天天晴
  1. bp-分类器

    0下载:
  2. 这是bp神经网络的M文件,包括BP网络的第一阶段学习期(训练加权系数wki,wij),BP网络的第二阶段工作期(根据局训练好的wki,wij和给定的输入计算输出),程序里有详细注释。该程序被用来作为分类器使用。(This is the BP neural network M files, including the first phase of BP network learning period (training weighting coefficient wki, wij), the se
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:Alise
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com