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

搜索资源列表

  1. KNNDEMO

    0下载:
  2. KNN DEMO This is a binary classification problem defined on a N*N field.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:肖敏
  1. 利用bp神经网络实现异或分类问题

    4下载:
  2. 在matlab环境下,利用bp神经网络实现异或分类问题,In the matlab environment, the use of bp neural network XOR classification problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-09-16
    • 文件大小:1.04kb
    • 提供者:王渝
  1. libsim

    0下载:
  2. 这是一个用vc++写成的有关SVM分类的问题,能进行多类分类。找最优超平面相当好。十分有用-This is a used vc++ Written on the SVM classification problem, able to multi-category classification. To find optimal hyper-plane is very good. Very useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:234.75kb
    • 提供者:孟祥
  1. dd_tools_1_6_3

    1下载:
  2. SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Descr iption一文-SVDD tools,can be used to process one class classification problem,for more details ,we refer to "Support Vector Data Descr iption"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:439.47kb
    • 提供者:peng
  1. adaboost_for_matlab

    0下载:
  2. AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learnin
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6.42kb
    • 提供者:来海锋
  1. libsvm-errorcode

    0下载:
  2. 纠错输出编码SVM算法,解决多类分类问题-Error-correcting output coding SVM algorithm, to solve multiclass classification problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:156.37kb
    • 提供者:xinyi
  1. automatic-classification-cluster

    0下载:
  2. 一、问题描述若要在n个城市之间建役通信网络,只福要架设n-1条级路即可.如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。二、基本要求 (1)利用克鲁斯卡尔算法求图的最小生成树。 (2)能实现教科书6.5节中定义的抽象数据类型MFSet.以此表示构造生成树过程中的连通分量。 (3 ) 以文本形式输出生成树中各条边以及他们的权值.三、需求分析 1、构造图结构。 2、利用克鲁斯卡尔算法求图的最小生成树。 3、完成生成树的输出。 -I. Descr iption of the proble
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:668.15kb
    • 提供者:赵婧
  1. HybridalgorithmbasedonabalancedstudyofMTSP

    1下载:
  2. 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-15
    • 文件大小:249kb
    • 提供者:Notics
  1. my022

    1下载:
  2. BP算法在非线性分类问题中的简单应用,三层BP网络!-BP algorithm in non-linear classification problem in a simple application of three-layer BP network!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1.66kb
    • 提供者:胡龙
  1. svm_rank.tar

    1下载:
  2. Learning to Rank的一个方法,把排序问题转换成了一个分类问题,然后用支持向量机(SVM)训练出一个模型来。-Learning to Rank of a way to sort problem is transformed into a classification problem, and then use support vector machine (SVM) to train a model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-10
    • 文件大小:86.01kb
    • 提供者:leo
  1. svm

    0下载:
  2. SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:115.37kb
    • 提供者:
  1. PCA_classifier

    0下载:
  2. A basic PCA classifier is provided here for a two class classification problem. An example is given, with some multimodal MRI scans from Multiple Sclerosis patients, in which the brain lesions of two patients are annotated and in the third are dete
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.27mb
    • 提供者:AhmedMrc
  1. 01imp_accord-svm-source

    0下载:
  2. The sample application is able to perform both Classification and Regression using Support Vector Machines. It can read Excel spreadsheets and determines the task to be performed depending on the number of the columns in the sheet. If the input table
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:496.51kb
    • 提供者:jitesh
  1. bp

    0下载:
  2. bp算法(误差反传算法) 解决分类问题 通过一层输入,一层输出 和一个隐层-bp algorithm (error back propagation algorithm) to solve the classification problem by a layer of input, output, and a hidden layer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.84kb
    • 提供者:peter
  1. Character-Recognition(Lib-SVM)

    0下载:
  2. 支持向量机的研究现已成为机器学习领域中的研究热点,其理论基础是Vapnik[3]等提出的统计学习理论。统计学习理论采用结构风险最小化准则,在最小化样本点误差的同时,缩小模型泛化误差的上界,即最小化模型的结构风险,从而提高了模型的泛化能力,这一优点在小样本学习中更为突出。SVM理论正是在这一基础上发展而来的,经过十几年的研究和发展,已开始逐步应用于一些领域。在解决小样本、非线性及高维模式识别问题中表现出许多特有的优势,已经在模式识别、函数逼近和概率密度估计等方面取得了良好的效果。- Support
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:任修齐
  1. svmnuclass

    0下载:
  2. 带参数的二次规划支持向量分类机,核函数的用处。-least-square support vector machine classification problem matlab code,functional margin,geometric margin,optimal margin classifier,Kernels feature mapping Regularization and the non-separable case
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.58kb
    • 提供者:热沙来提
  1. bayesgood

    0下载:
  2. 数据挖掘中分类算法贝叶斯算法,用于二分类问题-Data mining classification algorithm of bayesian algorithm is used for binary classification problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2.3kb
    • 提供者:赵月
  1. SVMcgForClass

    1下载:
  2. 关于SVM处理分类问题的网格方法寻找最优参数的脚本文件,可以参照-SSVM processing classification problem about the grid method looking for the best parameters of the scr ipt, may follow
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-26
    • 文件大小:1kb
    • 提供者:廖俊玲
  1. bp-neural-network-classification-

    1下载:
  2. bp神经网络分类问题应用于识别四类语音信号-bp neural network classification problem applications
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:368.9kb
    • 提供者:尹天仇
  1. Fuzzy-classification-with-BP

    0下载:
  2. The combination of Back Propagation Neural Network and Fuzzy Theory for Classification problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:17.08kb
    • 提供者:Cindywu_2015
« 12 3 4 5 6 »
搜珍网 www.dssz.com