Welcome![Sign In][Sign Up]
Location:
Search - SVM open

Search list

[Other resourceS200502106_SVM_for_classfication

Description: SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matlab的file菜单中的set path中设置相应的路径)。 打开matlab,在命令窗口中输入 testlin或testrbf 即可查看结果。 -SVM pattern recognition for collating other people's code (the original is in English) from : kernel.m plot within the matrix for the calculation svcplot.m for graphics is the main svm168.m testlin.m procedure is used linear plot function within the SVM application documents testrbf.m RBF is using plot function within the SVM applications each file documents were described. Matlab7.0 simulation platform, all through the simulation of all the documents copied to the work directory (not directly to the attention of the upper folder directly copied to w contex directory, as if the operation, Matlab in the file menu on the set path corresponding set the path). Open Matlab, in the command window or imported testlin testrbf can see the results.
Platform: | Size: 6029 | Author: 郑军 | Hits:

[Other resourceOpenSVM-1.0.1-Beta-SRC(2)

Description: OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\\libsvm. However, the files svm.h and svm.cpp codes were copied/merged into stdafx.h and stdafx.cpp in order to support the development, and OpenSVM still use other codes of libsvm. So you can see the libsvm package in the source package. You can open and build it with Visual C++ 6.0. Note: the problems must be in LIBSVM format. OpenSVM project page: http://sourceforge.net/projects/opensvm If you had any question, please mail to: cloudbyron@gmail.com
Platform: | Size: 621367 | Author: njustyw | Hits:

[BooksOpenCV

Description: 比较齐全的OpenCV参考手册-relatively complete reference manual OpenCV
Platform: | Size: 707584 | Author: 叶磊 | Hits:

[AI-NN-PRS200502106_SVM_for_classfication

Description: SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matlab的file菜单中的set path中设置相应的路径)。 打开matlab,在命令窗口中输入 testlin或testrbf 即可查看结果。 -SVM pattern recognition for collating other people's code (the original is in English) from : kernel.m plot within the matrix for the calculation svcplot.m for graphics is the main svm168.m testlin.m procedure is used linear plot function within the SVM application documents testrbf.m RBF is using plot function within the SVM applications each file documents were described. Matlab7.0 simulation platform, all through the simulation of all the documents copied to the work directory (not directly to the attention of the upper folder directly copied to w contex directory, as if the operation, Matlab in the file menu on the set path corresponding set the path). Open Matlab, in the command window or imported testlin testrbf can see the results.
Platform: | Size: 6144 | Author: 郑军 | Hits:

[AI-NN-PROpenSVM-1.0.1-Beta-SRC(2)

Description: OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm. However, the files svm.h and svm.cpp codes were copied/merged into stdafx.h and stdafx.cpp in order to support the development, and OpenSVM still use other codes of libsvm. So you can see the libsvm package in the source package. You can open and build it with Visual C++ 6.0. Note: the problems must be in LIBSVM format. OpenSVM project page: http://sourceforge.net/projects/opensvm If you had any question, please mail to: cloudbyron@gmail.com
Platform: | Size: 620544 | Author: njustyw | Hits:

[MultiLanguagelibsvm-2.82

Description: svm(支持向量机)是著名的文本分类算法。libsvm是其中的一种实现的最新版本,完全开源。linux环境。-svm (support vector machine) is a well-known text classification algorithm. libsvm is one of the latest version of the achievement is entirely open source. linux environment.
Platform: | Size: 394240 | Author: maming | Hits:

[MultiLanguagesvmlight-6.01

Description: svm(支持向量机)是著名的分类算法,svmlight是其中的一种实现的最新版本。完全开源。-svm (support vector machine) is a well-known classification algorithm, svmlight is one of the latest version of the achievement. Completely open source.
Platform: | Size: 1274880 | Author: maming | Hits:

[MultiLanguagewinsvm

Description: 目前的svm(支持向量机)分类算法开源实现如svmlight和svmlib都没有界面,使用不方便。这个程序基于svmlight整合在VC++开发环境。将给VC用户带来极大方便。-Current svm (support vector machine) classification algorithm, such as open source to achieve svmlight and have not svmlib interface, the use of inconvenient. This process-based integration svmlight in VC++ Development environment. VC will give users a great convenience.
Platform: | Size: 729088 | Author: maming | Hits:

[OS Developlinuxtrycode

Description: linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的管理有进一步的理解。 二、实验要求 主要实现三个功能:一 读取磁盘目录的目录列表。(命令输入 ls ) 二 切换目录(不处理路径名)。(命令输cd dir_name 或cd/ 或cd.. ) 三 删除当前目录下的文件。(命令输入 del filename )-err
Platform: | Size: 337920 | Author: jialin | Hits:

[Graph RecognizeOCR

Description: 一个有名的开源OCR,值得下载研究和学习-A well-known open source OCR, worthy of study and learning download
Platform: | Size: 122880 | Author: duoduoz | Hits:

[Speech/Voice recognition/combinelibsvm-2.84

Description: 一个很不错的开源的SVM软件,可以自由的修改源代码-A very good open-source SVM software, are free to modify the source code
Platform: | Size: 21504 | Author: 朱睿 | Hits:

[Windows Developcv_test

Description: 使用OPEN CV 完成行人偵測 內附圖片 實測效果-OPEN CV using the completion of the pedestrian detection measured the effect of inserting pictures
Platform: | Size: 3472384 | Author: kld | Hits:

[Database systemUCI

Description: 是UCI数据库中的一些有代表性的数据集,用相关软件打开后即可使用-UCI database are some typical data sets, using the relevant software to open, ready for use
Platform: | Size: 1099776 | Author: ttt | Hits:

[2D GraphicSVM

Description: OpenCV机器学习SVM支持向量机的分类程序举例-OpenCV Machine Learning SVM example.
Platform: | Size: 2048 | Author: Beckya | Hits:

[Mathimatics-Numerical algorithmssvm_light

Description: 由cornell的Thorsten Joachims在dortmund大学时开发,成为LibSVM之后最为有名的SVM软件包。开源,用C语言编写,用于ranking问题 -By cornell' s Thorsten Joachims in dortmund university development, to become LibSVM among the most well-known SVM packages. Open-source, using C language for the ranking problem
Platform: | Size: 419840 | Author: biebietuo | Hits:

[OtherLibSVM

Description: LIBSVM是一开源的SVM软件包,包含了训练,测试等的可执行文件-LIBSVM SVM is a open source software package includes training, testing and other executable files
Platform: | Size: 2510848 | Author: 小i | Hits:

[AlgorithmSVMWrap

Description: 开源的svm工具,安装、使用都很简单,推荐使用,很方便的,用了就知道。-Svm open source tools, installation, use very simple, recommended, it is convenient to use the know.
Platform: | Size: 51200 | Author: 王建 | Hits:

[matlabkernel_SVM

Description: 非线性SVM分类器,可以很好的将两类划分开-Non-linear SVM classifier, can be very good by the two open
Platform: | Size: 3072 | Author: 王涛 | Hits:

[AI-NN-PRpython

Description: Python编写的SVM算法,SVM算法的实现,适合直接使用,开放源代码,Supported Vector Machine。-Python code SVM algorithm,SVM algorithm realizition,easy to use,open source,Supported Vector Machine。
Platform: | Size: 35840 | Author: 王天路 | Hits:

[Special EffectsCNN

Description: 使用cnn提取图像特征,然后用SVM分类,此处没有给出训练集,另外imagenet-caffe-alex部分代码需要注意,需要下载的话把注释掉的代码打开(Using CNN image feature extraction, and then use the SVM classification, there were no given training set, also need to pay attention to imagenet-caffe-alex part of the code, you need to download the commented code open)
Platform: | Size: 1024 | Author: wmqqiu | Hits:
« 12 »

CodeBus www.codebus.net