-
最新SVM实现(C++,java,python)
libsvm是由台湾大学林智仁(Lin Chih-Jen)教授开发的一款简单易用、快速有效的SVM模式识别与回归的软件包。这套库运算速度还是挺快的,可以很方便的对数据做分类或回归。由于libSVM程序小,运用灵活,输入参数少,并且是开源的,易于扩展,因此成为目前国内应用最多的SVM的库。libsvm不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;libsvm对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能,可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式识别问题。为了方便大家体验,多多小编为大家提供最新版的libsvm程序下载,该软件包以源代码和可执行文件两种方式给出的。如果是Windows系列操作系统,可以直接使用软件包提供的程序,也可以进行修改编译;如果是Unix类系统,必须自己编译,软件包中提供了编译格式文件,在SGI工作站(操作系统IRⅨ6.5)上,使用免费编译器GNU C 3.3编译通过,有需求的朋友请下载使用。下载软件压缩包,解压,可以看到libsvm可分为5个文件夹和一些c 源码文件,其详细说明如下:1、Java——主要是应用于java平台;2、Python——是用来参数优选的工具,稍后介绍;3、svm-toy——一个可视化的工具,用来展示训练数据和分类界面,里面是源码,其编译后的程序在windows文件夹下;4、tools——主要包含四个python文件,用来数据集抽样(subset),参数优选(grid),集成测试(easy),数据检查(checkdata);5、windows——包含libSVM四个exe程序包,我们所用的库就是他们,里面还有个heart_scale,是一个样本文件,可以用记事本打开,用来测试用的。6、其他.h和.cpp文件都是程序的源码,可以编译出相应的.exe文件。其中,最重要的是svm.h和svm.cpp文件,svm-predict.c、svm-scale.c和svm-train.c(还有一个svm-toy.c在svm-toy文件夹中)都是调用的这个文件中的接口函数,编译后就是windows下相应的四个exe程序。7、另外,里面的 README 跟 FAQ也是很好的文件,对于初学者如果E文过得去,可以看一下。
- 2020-02-23下载
- 积分:1
-
1-4
Duck公司在仓库安装了红外报警装置,如图所示,所有红外线互不相交。n个发射器和n个接收器将平面分成n+1个区域,从左到右分别记作0、1、…、n。现在技术人员正在进行调试,对于每个点,需要快速知道它处于哪个区域。若正好处于红外线上,则视为处于右边的区域。
输入
第一行两个整数n、m,表示有n条直线、m个点
接下来n行,每行两个整数a、b,表示一组报警装置的发射器安装在(a, 0),接收器安装在(0, b)。每行a、b都比前一行的大
接下来m行,每行两个整数x、y,表示求点(x, y)所在的区域
输出
输出m行,每行一个数,对应每个点所在区域的编号(Duck installed infrared alarm in the warehouse, as shown in the figure, all infrared rays do not intersect. The n transmitters and n receivers divide the plane into n + 1 regions, denoted 0, 1, ..., n from left to right, respectively. Now technicians are debugging, for each point, you need to quickly know where it is located. If it is on the infrared, it is considered as the area to the right.)
- 2020-10-15 15:57:29下载
- 积分:1
-
YX65491-MPU6050陀螺仪加速度-190517
说明: By using ADC resources in STM32F407, a simple version oscilloscope is developed, which can recognize and draw waveforms, display frequency, amplitude and other elements, and adjust time, VPP level, etc. The code is easy to read.
- 2020-06-21 10:00:02下载
- 积分:1
-
CDirectoryChangeWatcher
一个目录变化监控类,空闲时间写的,方便调用,可扩展(A directory change monitoring class, free time to write, easy call, scalable)
- 2021-01-11 14:28:50下载
- 积分:1
-
istream
et++源码istream,仅仅是为了通过下载评审,哈哈哈,,,(et++ class istream source code)
- 2020-06-21 10:20:02下载
- 积分:1
-
usbdsearch
check usb dongle type
- 2014-07-25 15:09:52下载
- 积分:1
-
FileStreamWrite
C#中的StreamWrite用法实例演示,使用StreamWrite读取和写入文件内容,操作对象为TXT文本,但操作其它文件的方法和思路与此相同,对StreamWrite用法不熟悉的C#初学者,您可不要错过这个具有针对性的实例。提供完整的C#源码下载。(In C# StreamWrite usage examples demonstrate, using StreamWrite read and write the contents of the file, operation objects as TXT, but to operate other files the same methods and ideas with this, not familiar with C# beginners StreamWrite usage, you can not miss This targeted instance. Provide a complete C# source code download.)
- 2013-04-20 20:11:47下载
- 积分:1
-
实验8:矩阵按键
说明: 基于51单片机的矩阵键盘程序,C语言程序,可以作为子程序使用(Matrix Keyboard Program Based on 51 Single Chip Microcomputer, C Language Program, can be used as a subroutine)
- 2020-06-24 08:00:02下载
- 积分:1
-
DDS最终版__20131230
说明: 基于ad8954芯片的数字信号发生器,可以发生正弦波,方波,三角波,任意波形,通过stm32或则51系列单片机可控制(The digital signal generator based on ad8954 chip can generate sinusoidal, square, triangular and arbitrary waveforms, which can be controlled by STM32 or 51 series MCU.)
- 2020-06-22 18:20:02下载
- 积分:1
-
t_AJAX_ASPMAP
基于WebGIS的交通运行轨迹动画演示
WebGIS GPS 轨迹 商用 定位 跟踪
在WebGIS地图上,加载gps轨迹库,以动画的形式演示车辆运动过程。
本程序自带shp地图,以动画的形式绘制轨迹。
开发环境是vs.net2008。Webgis组件采用aspmap。这个免费组件可以在本站搜索下载。
资源名称为:“小巧的webgis控件,支持高性能的AJAX,可商业应用”(The animated cartoon demonstrates commercial WebGIS GPS trajectory allocation tracking owing to that the WebGIS traffic runs a trajectory on WebGIS map, loading gps trajectory warehouse, the form with the animated cartoon demonstrates vehicle motion process. Procedure certainly brings the shp map along , draws a trajectory with the animated cartoon form. Exploitation environment is vs.net2008. The Webgis module adopt aspmap. This module free of charge can search for time be loaded with in this station. The resource name is: "Webgis control small and exquisite, supports high-performance AJAX, but business application " )
- 2010-06-25 22:37:47下载
- 积分:1