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

搜索资源列表

  1. pattern_recognition

    1下载:
  2. 模式识别中的几个常用算法,包括ISODATA算法、K-均值算法、感知器算法、LMSE最小误差、贝耶斯分类。-pattern_recognition have some usual algorithm,including ISODATA algorithm,K-means algorithm,apperceive algorithm ,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6433
    • 提供者:万崇玮
  1. percept1

    0下载:
  2. 多个感知器神经元的分类问题 %四类输入向量-many neurons in the classification of four input vector%
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:789
    • 提供者:lizhch
  1. RBF_classification

    0下载:
  2. 用rbf神经网络实现分类和曲线拟合,包括分离器和曲线拟合两个文件,可以直接解压缩使用-using neural network classification and curve fitting, including separator and curve fitting two documents, decompression can be used directly
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1520
    • 提供者:孟庆
  1. SVM_SMO

    0下载:
  2. 线性分类器,svm,在图像识别分类表现不错(linear classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:244736
    • 提供者:bigbug_sec
  1. 9、SVM方法

    1下载:
  2. svm分类器,训练svm的MATLAB代码,简单易理解,好用,能够有效的实现动能(SVM classifier, training SVM MATLAB code, simple and easy to understand, good use, can effectively implement the kinetic energy)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:最好不见
  1. Sciprts

    1下载:
  2. 用 dataset3 作为训练数据,用 dataset4 作为测试数据,采用不同的特征、训练样本数、分类方法进行比较实验,观察、分析实验结果的异同。 训练分类器的方法为最小错误率贝叶斯分类器(假设正态分布,先验概率各 50%)。使用Bayesscr ipt.m运行代码。(Using dataset3 as training data, dataset4 is used as test data, and different characteristics, training samples an
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:26624
    • 提供者:张北岳
  1. adboost classifier

    0下载:
  2. aboost分类器的matlab实现,可解决样本的分类问题(The matlab implementation of aboost classifier can solve the problem of sample classification.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:7359488
    • 提供者:*哈哈*
  1. 梯度

    0下载:
  2. 神经网络中,基于梯度下降的线性分类器,对样本进行分类(In neural networks, linear classifiers based on gradient descent.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:5120
    • 提供者:皮皮坤
  1. mnist

    0下载:
  2. 利用keras实现手写数字识别,使用CNN模型 全连接层+两个卷积层,最后Softmax分类器,识别率超过96%(Using keras to realize handwritten numeral recognition baesd on CNN model. One whole connection layer + two convolution layers, and a Softmax classifier. The recognition accuracy is over 96%
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:30249984
    • 提供者:hahahua
  1. chapter28

    0下载:
  2. 决策树分类器在乳腺癌诊断中的应用研究(2012b版本)(Application of decision tree classifier in breast cancer diagnosis (2012b version))
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:89088
    • 提供者:丙丙
  1. 模式识别代码

    0下载:
  2. 基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implementation code of genetic algorit
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:6144
    • 提供者:张小明12345
  1. adaboost_test

    0下载:
  2. 一个简单的基于matlab实现的adaboost分类器算法实现(A simple implementation of AdaBoost classifier algorithm based on MATLAB)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:Mentaclause
  1. SVM

    0下载:
  2. 经典的分类器,在很多样本数据上表现优良,是最好的单分类器。(The classical classifier performs well on many sample data and is the best single classifier.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:8192
    • 提供者:记忆起点
  1. psoSVMcgForClass

    0下载:
  2. 用粒子群寻优SVM,从而实现对分类器的参数实现寻优(pso svmcg for class,abcpso)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:dream在路上
  1. ga-bp

    2下载:
  2. 一个遗传算法优化神经网络的分类器,可用于模式识别。(A genetic algorithm optimizes the classifier of neural network, which can be used for pattern recognition.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-12-28
    • 文件大小:581632
    • 提供者:一狼大哥哥
  1. DBN

    2下载:
  2. 深度信念网络,神经网络的一种。既可以用于非监督学习,类似于一个自编码机;也可以用于监督学习,作为分类器来使用。(Deep belief network, a kind of neural network. It can be used for unsupervised learning, similar to a self-coding machine, or supervised learning, as a classifier.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-01-11
    • 文件大小:1024
    • 提供者:海浪中央
  1. MATLABcode

    2下载:
  2. 采用bp对男女生样本数据中的身高,体重,喜欢数学,喜欢文学,喜欢运动,设计男女生分类器,并计算模型预测性能(包含SE,SP,ACC和AUC )。(Using bp for height and weight in male and female sample data, like math, like literature, like sports, design boys and girls classifiers, and calculate model prediction perform
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-10-27
    • 文件大小:2048
    • 提供者:何小荷
  1. cntData_CSP_FLDA

    1下载:
  2. 本算法针对运动想象的脑电数据,进行预处理并后续用分类器做分类。 该实验所用的的脑电特征提取方法主要是csp空间滤波,并后续用FLDA来进行特征分类。最终得到较好的效果(In this algorithm, the EEG data of motion imagination are preprocessed and then classified by classifier. The main feature extraction method of EEG in this experime
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-04-25
    • 文件大小:2312192
    • 提供者:chewfy
  1. BPNN

    2下载:
  2. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为6。(BP neural network is used to design the classifier for boys and girls. The features used include height, weight, whether you like mathematics, whether you like literature,
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-10-26
    • 文件大小:1024
    • 提供者:flpgr
  1. 2

    1下载:
  2. (a)产生两个都具有200个二维向量的数据集和(注意:在生成数据集之前最好使用命令randn(‘seed’,0)初始化高斯随机生成器为0(或任意给定数值),这对结果的可重复性很重要)。向量的前半部分来自均值向量的正态分布,并且协方差矩阵。向量的后半部分来自均值向量的正态分布,并且协方差矩阵。其中是一个2*2的单位矩阵。 (b)在上述数据集上运用感知器算法,并且使用不同的初始向量初始化参数向量。 (c)测试每一次算法在和上的性能。 (d)画出数据集和,以及分类面。((a) Generate
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-11-30
    • 文件大小:1024
    • 提供者:zilong1999
« 1 2 ... 18 19 20 21 22 2324 25 »
搜珍网 www.dssz.com