tonywjd/
共11个网摘 [
1 ] |
访问tonywjd的个人空间
tonywjd收录,使用标签:Opensource, ai, weka,时间:2008-4-13 13:03:49 | 相关网摘,我也收藏
Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.
Weka is open source software issued under the GNU General Public License.
http://www.cs.waikato.ac.nz/ml/weka/index_home.html
tonywjd收录,使用标签:ai, svm,时间:2008-1-25 16:42:21 | 相关网摘,我也收藏
To solve this optimization problem, SVMmulticlass uses an algorithm that is different from the one in [1]. The algorithm is based on Structural SVMs [2] and it is an instance of SVMstruct. For linear kernels, SVMmulticlass V2.12 is very fast and runtime scales linearly with the number of training examples. Non-linear kernels are not (really) supported. It also serves as a easy tutorial example of how to use the SVMstruct programming interface. More information on SVMstruct is available here.
http://www.cs.cornell.edu/People/tj/svm%5Flight/svm_multiclass.html
tonywjd收录,使用标签:ai, svm,时间:2008-1-24 10:29:20 | 相关网摘,我也收藏
SVMlight is an implementation of Support Vector Machines (SVMs) in C. The main features of the program are the following:
fast optimization algorithm
working set selection based on steepest feasible descent
"shrinking" heuristic
caching of kernel evaluations
use of folding in the linear case
solves classification and regression problems. For multivariate and structured outputs use SVMstruct.
solves ranking problems (e. g. learning retrieval functions in STRIVER search engine).
computes XiAlpha-estimates of the error rate, the precision, and the recall
efficiently computes Leave-One-Out estimates of the error rate, the precision, and the recall
includes algorithm for approximately training large transductive SVMs (TSVMs) (see also Spectral Graph Transducer)
can train SVMs with cost models and example dependent costs
allows restarts from specified vector of dual variables
handles many thousands of support vectors
handles several hundred-thousands of training examples
supports standard kernel functions and lets you define your own
uses sparse vector representation
http://www.cs.cornell.edu/People/tj/svm%5Flight/
共11个网摘 [
1 ]