libsvm
machine learning - svm feature fusion techique
for my final thesis i am trying to build up an 3d face recognition system by combining color and depth information. the first step i did, is to realign the data-head to an given model-head using the i[详细]
2023-01-27 05:35 分类:问答Suppressing output of module calling outside library
I have an annoying problem when using machine learning library PyML. PyML uses libsvm to tr开发者_如何学编程ain the SVM classifier. The problem is that libsvm outputs some text to standard output. But[详细]
2023-01-25 15:13 分类:问答Help me understand linear separability in a binary SVM
I\'m cross-posting this from math.stackexchange.com because I\'m not getting any feedback and it\'s a time-sensitive question for me.[详细]
2023-01-22 01:55 分类:问答Can an SVM learn incrementally?
I am using a multi-dimensional SVM classifier (SVM.NET, a wrapper for libSVM) to classify a set of features.[详细]
2023-01-20 22:40 分类:问答help with LibSVM input data
I am using the LibSVM tool for my support vector classification implementation:- The first line in my input data file looks as so:-[详细]
2023-01-09 21:55 分类:问答How to figure out optimal C / Gamma parameters in libsvm?
I\'m using libsvm for multi-class classification of datasets with a large number of features/attributes (around 5,800 per each item).I\'d like to choose better parameters for C and Gamma than the defa[详细]
2022-12-29 04:53 分类:问答Save PyML.classifiers.multi.OneAgainstRest(SVM()) object?
I\'m using PYML to construct a multiclass linear support vector machine (SVM). After training the SVM, I would like to be able to save the classifier, so that on subsequent runs I can use the classifi[详细]
2022-12-27 17:34 分类:问答SVM Visualization in MATLAB
How do I visualize the SVM classification once I perform SVM training in Matlab? So far, I have only trained the SVM with:[详细]
2022-12-27 06:01 分类:问答Nominal Attributes in LibSVM
When creating a libsvm training file, how do you differentiate between a nominal attribute verses a numeric attribute? I\'m trying to encode certain nominal attributes as integers, but I want to ensur[详细]
2022-12-25 06:44 分类:问答Precomputed Kernels with LibSVM in Python
I\'ve been searching the net for ~3 hours but I couldn\'t find a solution yet. I want to give a precomputed kernel to libsvm and classify a dataset, but:[详细]
2022-12-23 23:48 分类:问答
加载中,请稍侯......