登录
首页 » Java » SVM

SVM

于 2018-03-14 发布 文件大小:17KB
0 197
下载积分: 1 下载次数: 5

代码说明:

  包含完整的SVM算法,下载即可使用。其中包括数据集和完整的算法结构,算法结构包括数据清理、核函数升维以及SMO优化算法,可以较好实现数据非线性分类。(Contains the complete SVM algorithm and download it for use. Including the data set and the complete algorithm structure, the algorithm structure includes data cleaning, kernel function upscaling and SMO optimization algorithm, which can better achieve nonlinear data classification.)

文件列表:

SVM\.classpath, 232 , 2017-04-10
SVM\.project, 379 , 2015-03-04
SVM\bin\algorithm\MainClass.class, 1114 , 2017-05-05
SVM\bin\algorithm\SMO.class, 7651 , 2017-05-09
SVM\bin\model\Configuration.class, 590 , 2017-05-05
SVM\bin\model\SMOStruct.class, 1909 , 2017-05-05
SVM\bin\util\FileOperate.class, 3185 , 2017-05-05
SVM\data\input.txt, 2206 , 2017-03-15
SVM\data\test.txt, 169 , 2017-04-25
SVM\src\algorithm\MainClass.java, 1029 , 2017-05-05
SVM\src\algorithm\SMO.java, 13271 , 2017-05-09
SVM\src\model\Configuration.java, 595 , 2017-05-05
SVM\src\model\SMOStruct.java, 1794 , 2017-05-05
SVM\src\util\FileOperate.java, 3222 , 2017-05-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Histogram-method
    利用直方图双峰法选取适当阈值对图像进行二值化处理。此法只适用于直方图为双峰状图像。(Using the Shuangfeng method to the appropriate threshold histogram of image processing two values. This method is only applicable to the histogram of image of Shuangfeng.)
    2015-04-14 15:56:07下载
    积分:1
  • SAR滤波MATLAB程序
    孔径雷达图像固有的相干斑噪声严重降低了图像的可解译程度,影响了后续目标检测、分类和识别 等应用。因此,SAR图像的相干斑抑制问题一直是SAR图像应用的重要课题之一。一个理想的去斑算法应该在平 滑的同时保持图像的边缘等细节不受损失,目前存在各种各样的算法,但没有一种方法能够完美的满足这一要求。 本文对SAR图像的相干斑抑制问题进行了全面系统的研究,分析了相干斑的形成原因,总结了目前存在的相干斑 抑制算法的主要思路,介绍了具有代表性的算法,并对各种算法的性能进行了定性分析和比较,给出了去斑算法定 量评估方法(The inherent speckle noise of the aperture radar image seriously reduces the degree of interpretation of the image, and affects the detection, classification and recognition of the subsequent targets. And other applications. Therefore, the problem of speckle suppression in SAR images has been one of the most important topics in the application of SAR images. An ideal speckle algorithm should be flat At the same time, the details such as edges of images are not lost. There are various algorithms at present, but none of them can satisfy this requirement perfectly.)
    2020-12-21 11:09:08下载
    积分:1
  • huffman
    数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。(Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the original image entropy, encoded average code length, and be able to reconstruct the image according to encoding. The program uses C++ mixed programming, has compiled a Matlab library files generated, do not need to link with C++. Programs include source code and source images, and encoding the results of the image.)
    2010-05-31 22:11:29下载
    积分:1
  • chaincode
    Freeman链码(8方向)代码,进行图像边缘的描述,可用于基于内容的图像检索系统(Freeman chain code (8 directions) code)
    2011-11-01 18:47:29下载
    积分:1
  • logpolar
    用matlab实现的对数极坐标转换图像配准算法,实验证明效果不错(Using matlab realize logarithmic polar coordinate conversion image registration algorithm, experiments show good results)
    2021-04-21 20:48:49下载
    积分:1
  • Images-add-mania
    用DHNN (离散Hopfield网络)存储6幅图像作为联想记忆信息,然后对图像进行加噪处理,用所设计的DHNN进行图像复原,给出结果。(Storing DHNN (discrete Hopfield network) six images as associative memory information, and then add noise to the image processing, image restoration designed with DHNN, shows the results.)
    2020-10-03 11:47:40下载
    积分:1
  • dtlvbo
    零相位带通滤波源代码,可以对信号进行滤波处理提高信噪比.(Zero-phase band-pass filtering the source code, you can filter the signal-noise ratio improve treatment.)
    2021-03-26 17:09:13下载
    积分:1
  • chap4
    程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象(Program code description P0401: Detects the edge of an image with the Prewitt operator P0402: LoG operator with different σ values is used to detect the edge of the image P0403: Detects the edge of an image with the Canny operator P0404: Threshold segmentation of the image P0405: Image segmentation using watermark threshold method P0406: Quadtree decomposition of the matrix P0407: The image is divided into text and non-text of the two categories P0408: Morphological gradient detects the edge of a binary image P0409: Morphology Example- Deletes all current lines the PCB image, leaving only the chip object)
    2016-11-05 20:16:14下载
    积分:1
  • matlab
    说明:  图像识别的matlab程序实现,基于神经网络的图像识别(Image recognition matlab program implementation, image recognition based on neural networks)
    2021-04-26 16:48:45下载
    积分:1
  • tofloat-matlab
    冈萨雷斯数字图像处理第二版中的tofloat函数,原书配带的函数式p文件,此处已经转为M文件。(Gonzalez Digital Image Processing Second Edition tofloat function, a function of the original book equipped with p-type documents, here has been converted to M-file.)
    2013-08-30 17:07:23下载
    积分:1
  • 696518资源总数
  • 104670会员总数
  • 38今日下载