搜索资源列表
Centroid-Rocchio
- 高性能文档分类算法,支持向量机方法,有需要者请便。-document classification algorithm performance, support vector machines, there are those in need, please yourself.
FastOutofvocabularyRejectionlgorithm
- 针对语音识别的实时性要求提出了一种新的基于支持向量机的OOV快速拒识算法并将其应用于基于DSP 实现的孤立词语音识别系统中。-Speech Recognition real-time requirements of a new support vector machines based on the vocabulary rapid rejection algorithm which can be used for the DSP-based Isolated Speech Recognitio
svm_java
- 应用java实现的svm支持向量机的分类算法!相信对svm感兴趣的朋友有很大帮助!-java application realized svm SVM classification algorithm! Believe that the right svm interested friends will be of great help!
smo
- 对支持向量机svm算法的改进算法,改算法简单,但只能分为两类。
libsvm-2.82
- svm(支持向量机)是著名的文本分类算法。libsvm是其中的一种实现的最新版本,完全开源。linux环境。
svmlight-6.01
- svm(支持向量机)是著名的分类算法,svmlight是其中的一种实现的最新版本。完全开源。
libsvm-2.71
- 台湾林智仁教授的libsvm源代码 通用的支持向量机算法研究平台-Taiwan Linzhiren Professor libsvm common source of support vector machine algorithm research platform
svm-scale
- 支持向量机算法,主要是针对大规模对象进行处理-Support vector machine is targeted mainly at dealing with large-scale objects
svm-train
- 支持向量机算法训练部分,主要是针对大规模对象进行训练-Support Vector Machine training component, is mainly directed against the target of large-scale training
svm-predict
- 支持向量机算法预测部分,主要是针对大规模对象进行预测-Support Vector Machine forecast, mainly for large-scale objects to predict
svm
- 支持向量机算法java编程,主要用于识别-Support Vector Machine java programming, mainly used for identification
ant_plane
- 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
101259391SVM--SVM
- 支持向量机算法源码,经过适当改编,便可用于多种用途。-sam
webcat
- 这是一个100 %纯Java库,您可以使用适用于N元 分析技术的过程分为文本文件。 该计划包括几个不同的分类算法, namelly 支持向量机,贝叶斯Logistic回归,神经网络分类和文本压缩 算法。如支持向量机和贝叶斯Logistic回归,一个 “一对一” 用于多类分类。更详细的说明这些学习算法和可用的选项,请提供的javadocs 。-It is a 100 pure Java library that you can use to apply N-Gr
3SVM
- 支持向量机算法 程序 用于解决支持向量机 数据挖掘和段数据训练-SVM procedure for solving support vector machines in data mining and training section
PSO
- 粒子群优化支持向量机算法,里面有具体的例子,可以很好的学习-Particle swarm optimization algorithm for support vector machines, there are specific examples of good learning
gabor-svm
- 基于小波分析的支持向量机算法,可实现图像识别-The support vector machine (SVM) algorithm based on wavelet analysis program
<<机器学习实战》源代码
- 《机器学习实战》源代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等
svmMLiA
- 机器学习实战的SVN源码,适合用python学习机器学习算法的伙伴。(Machine learning combat SVN source code, suitable for Python learning machine learning algorithm partners.)
常用算法的代码
- 包括神经网络,决策树,随机森林,支持向量机等,利于初学者学习进步。