<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Kernel Machines Blackboard - All Forums]]></title>
		<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/</link>
		<description><![CDATA[Kernel Machines Blackboard - http://agbs.kyb.tuebingen.mpg.de/km/bb]]></description>
		<pubDate>Sun, 22 Nov 2009 03:58:33 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[help on data format: matrices]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1388</link>
			<pubDate>Sat, 21 Nov 2009 17:26:22 +0000</pubDate>
			<dc:creator>schokoholic</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1388</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
i should use libsvm for my thesis work, which consist in using machine learning to predict the outcome of a maximux clique problem.<br />
<br />
now, there is my problem: <br />
<br />
each instance of the training data file is a matrices with associate a label (+1/-1)<br />
<br />
i've read that the data format is: &lt;label&gt; &lt;index 1&gt;:&lt;value 1&gt; ... etc...<br />
<br />
is right the to construe "value" as the numbers which compose the matrice, and "index" as the position of the namber in the matrice???<br />
<br />
or better which is the proper way to rapresent a matrice, according with the data format??<br />
<br />
hope that i explained myself clearly and that somebody can help me doing this.<br />
<br />
thank you all in advance.<br />
<br />
schoko]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
i should use libsvm for my thesis work, which consist in using machine learning to predict the outcome of a maximux clique problem.<br />
<br />
now, there is my problem: <br />
<br />
each instance of the training data file is a matrices with associate a label (+1/-1)<br />
<br />
i've read that the data format is: &lt;label&gt; &lt;index 1&gt;:&lt;value 1&gt; ... etc...<br />
<br />
is right the to construe "value" as the numbers which compose the matrice, and "index" as the position of the namber in the matrice???<br />
<br />
or better which is the proper way to rapresent a matrice, according with the data format??<br />
<br />
hope that i explained myself clearly and that somebody can help me doing this.<br />
<br />
thank you all in advance.<br />
<br />
schoko]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[libsvm and liblinier crash]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1387</link>
			<pubDate>Sat, 21 Nov 2009 14:37:38 +0000</pubDate>
			<dc:creator>BezeLyE</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1387</guid>
			<description><![CDATA[hi,<br />
<br />
<br />
i'm trying to use netflixprize dataset.. may be you don't know it has 17770 movies rated by ~480k user and about ~1.7m rates..<br />
<br />
my raw problem file likes below<br />
<br />
&lt;rate:1-5&gt; 1:&lt;userId:8885-2649429&gt; 2:&lt;movieId:1-17770&gt;<br />
5 1:34452 2:859<br />
3 1:22453 2:11230<br />
4 1:99223 2:122<br />
....<br />
and i scaled this file with svm-scale.exe<br />
and it has ~1.7m rows<br />
and it is ~1.8gb (huge i guess)<br />
<br />
i have tried both libsvm(svm-train.exe) and liblinear (train.exe) with default parameters. every time i try they both crashed..<br />
 i have 2gb memory  i thought there may be a memory crash<br />
 so i decided to use half of the data.. again both libsvm and liblinear crashed..<br />
<br />
is there any limitations like vector count?<br />
does anybody know why they are crashing?<br />
are libsvm and liblinear suitable for this problem? <br />
i am trying to guess the rate which  user didn't rate that movie but has rates given other movies..<br />
thanks..]]></description>
			<content:encoded><![CDATA[hi,<br />
<br />
<br />
i'm trying to use netflixprize dataset.. may be you don't know it has 17770 movies rated by ~480k user and about ~1.7m rates..<br />
<br />
my raw problem file likes below<br />
<br />
&lt;rate:1-5&gt; 1:&lt;userId:8885-2649429&gt; 2:&lt;movieId:1-17770&gt;<br />
5 1:34452 2:859<br />
3 1:22453 2:11230<br />
4 1:99223 2:122<br />
....<br />
and i scaled this file with svm-scale.exe<br />
and it has ~1.7m rows<br />
and it is ~1.8gb (huge i guess)<br />
<br />
i have tried both libsvm(svm-train.exe) and liblinear (train.exe) with default parameters. every time i try they both crashed..<br />
 i have 2gb memory  i thought there may be a memory crash<br />
 so i decided to use half of the data.. again both libsvm and liblinear crashed..<br />
<br />
is there any limitations like vector count?<br />
does anybody know why they are crashing?<br />
are libsvm and liblinear suitable for this problem? <br />
i am trying to guess the rate which  user didn't rate that movie but has rates given other movies..<br />
thanks..]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[LIBSVM, matlab x64 running issues]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1386</link>
			<pubDate>Fri, 20 Nov 2009 23:52:24 +0000</pubDate>
			<dc:creator>ungh</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1386</guid>
			<description><![CDATA[Hi.<br />
<br />
Having an issue compiling/running libsvm-mat v2.9 under Windows<br />
<br />
OS: Windows XP, 64 bit<br />
Matlab 7.7.0 (R2008b)<br />
Compiler:<br />
[1&#93; Microsoft Visual C++ 2008 Express in C:\Program Files (x86)\Microsoft Visual Studio 9.0 <br />
 <br />
<br />
I did mex -setup to set the compiler.<br />
make.m gives <br />
"'mt' is not recognized as an internal or external command, <br />
operable program or batch file."<br />
<br />
for lines<br />
mex -O svmtrain.c svm.obj svm_model_matlab.obj<br />
mex -O svmpredict.c svm.obj svm_model_matlab.obj<br />
mex -O libsvmread.c<br />
mex -O libsvmwrite.c<br />
<br />
but it still produces the .obj and .mexw64<br />
<br />
But svmtrain -&gt; "??? Undefined function or variable 'svmtrain'."<br />
<br />
I've added -largeArrayDims and checked that I have the 64bit compiler cl.exe in amd64 within visual studio express.<br />
<br />
<br />
Any ideas? <br />
<br />
Thanks<br />
ungh]]></description>
			<content:encoded><![CDATA[Hi.<br />
<br />
Having an issue compiling/running libsvm-mat v2.9 under Windows<br />
<br />
OS: Windows XP, 64 bit<br />
Matlab 7.7.0 (R2008b)<br />
Compiler:<br />
[1] Microsoft Visual C++ 2008 Express in C:\Program Files (x86)\Microsoft Visual Studio 9.0 <br />
 <br />
<br />
I did mex -setup to set the compiler.<br />
make.m gives <br />
"'mt' is not recognized as an internal or external command, <br />
operable program or batch file."<br />
<br />
for lines<br />
mex -O svmtrain.c svm.obj svm_model_matlab.obj<br />
mex -O svmpredict.c svm.obj svm_model_matlab.obj<br />
mex -O libsvmread.c<br />
mex -O libsvmwrite.c<br />
<br />
but it still produces the .obj and .mexw64<br />
<br />
But svmtrain -&gt; "??? Undefined function or variable 'svmtrain'."<br />
<br />
I've added -largeArrayDims and checked that I have the 64bit compiler cl.exe in amd64 within visual studio express.<br />
<br />
<br />
Any ideas? <br />
<br />
Thanks<br />
ungh]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Help: liblinear takes forever!]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1385</link>
			<pubDate>Thu, 19 Nov 2009 00:35:59 +0000</pubDate>
			<dc:creator>logicators</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1385</guid>
			<description><![CDATA[Hi,<br />
<br />
I found that liblinear may take an unpredictable amount of time depending on the number of features, classes, and instances. For example, on a text classification problem with about 55K features and about 40K instances (and about 200 classes), it ran for about 8 hours and did not converge. I tried switching to the primal version and also tried the multiclass option without any luck. I also tried increasing the eps to 1.0 and it still ran for hours.<br />
<br />
This problem is not unique to this specific dataset. On many standard text datasets (such as the ones that ship with the Cluto clustering toolkit), the amount of time it takes is highly unpredictable, and it doesn't seem to be running in linear time.<br />
<br />
The SVM guide says that if number of features is substantially less than the number of instances, switching to primal should resolve the performance problem. But I found that there is no ratio between the number of instances and features that can be used to reliably switch between dual and primal versions. If I switch to primal version on a dataset with twice as many instances as features, it may reduce the runtime on that dataset but not on another dataset.<br />
<br />
Any help is highly appreciated!]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I found that liblinear may take an unpredictable amount of time depending on the number of features, classes, and instances. For example, on a text classification problem with about 55K features and about 40K instances (and about 200 classes), it ran for about 8 hours and did not converge. I tried switching to the primal version and also tried the multiclass option without any luck. I also tried increasing the eps to 1.0 and it still ran for hours.<br />
<br />
This problem is not unique to this specific dataset. On many standard text datasets (such as the ones that ship with the Cluto clustering toolkit), the amount of time it takes is highly unpredictable, and it doesn't seem to be running in linear time.<br />
<br />
The SVM guide says that if number of features is substantially less than the number of instances, switching to primal should resolve the performance problem. But I found that there is no ratio between the number of instances and features that can be used to reliably switch between dual and primal versions. If I switch to primal version on a dataset with twice as many instances as features, it may reduce the runtime on that dataset but not on another dataset.<br />
<br />
Any help is highly appreciated!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Who can help me with the data-set selection?]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1384</link>
			<pubDate>Wed, 18 Nov 2009 02:37:53 +0000</pubDate>
			<dc:creator>wangyoang</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1384</guid>
			<description><![CDATA[Now I have some data, with the format:  20-dimensional vector, and a score(between 0~1). Now I want to get a svm-model which can identify the data which score is higher than 0.9 <span style="font-weight: bold;">as correctly as possible</span>. How should I  select the training-set? <br />
<br />
many thanks.]]></description>
			<content:encoded><![CDATA[Now I have some data, with the format:  20-dimensional vector, and a score(between 0~1). Now I want to get a svm-model which can identify the data which score is higher than 0.9 <span style="font-weight: bold;">as correctly as possible</span>. How should I  select the training-set? <br />
<br />
many thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Any existing tool for multi-label classification?]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1380</link>
			<pubDate>Mon, 16 Nov 2009 22:33:26 +0000</pubDate>
			<dc:creator>need47</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1380</guid>
			<description><![CDATA[Hi, folks<br />
<br />
This post is a continuation of my previous one:<br />
<a href="http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1374" target="_blank">http://agbs.kyb.tuebingen.mpg.de/km/bb/s...p?tid=1374</a><br />
<br />
I realize now my problem is actually multi-label classification, not multi-class classification. I googled and found some algorithms. But I'm new and not familiar with those theories, so it's hard for me to re-implement by coding.<br />
<br />
Please anyone suggest a existing tool? Thanks in advance.<br />
<br />
Jay]]></description>
			<content:encoded><![CDATA[Hi, folks<br />
<br />
This post is a continuation of my previous one:<br />
<a href="http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1374" target="_blank">http://agbs.kyb.tuebingen.mpg.de/km/bb/s...p?tid=1374</a><br />
<br />
I realize now my problem is actually multi-label classification, not multi-class classification. I googled and found some algorithms. But I'm new and not familiar with those theories, so it's hard for me to re-implement by coding.<br />
<br />
Please anyone suggest a existing tool? Thanks in advance.<br />
<br />
Jay]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[basic question please urgent]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1376</link>
			<pubDate>Fri, 13 Nov 2009 21:38:51 +0000</pubDate>
			<dc:creator>bigfoot</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1376</guid>
			<description><![CDATA[Hi all<br />
<br />
I have a problem testing new equation satisfy mercer's condition which state that all values in the matrix are &gt;0  that means the created K matrix has to be semi-positive definite, i.e. it has non-negative<br />
eigenvalues.<br />
<br />
 but when i tested the well known function such as polynomial function it gave me a negative eigenvalue the simple code i used to check whether right or rong is<br />
<br />
 &gt;&gt; dd=eig(K); % K =  (X*X' + 1)^2; since X is the input matrix to be verified<br />
 &gt;&gt; ispos=dd&gt;0;<br />
<br />
 the output looks like<br />
<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
<br />
please any help regarding that i do appreciate it.. <img src="http://agbs.kyb.tuebingen.mpg.de/km/bb/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Hi all<br />
<br />
I have a problem testing new equation satisfy mercer's condition which state that all values in the matrix are &gt;0  that means the created K matrix has to be semi-positive definite, i.e. it has non-negative<br />
eigenvalues.<br />
<br />
 but when i tested the well known function such as polynomial function it gave me a negative eigenvalue the simple code i used to check whether right or rong is<br />
<br />
 &gt;&gt; dd=eig(K); % K =  (X*X' + 1)^2; since X is the input matrix to be verified<br />
 &gt;&gt; ispos=dd&gt;0;<br />
<br />
 the output looks like<br />
<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      1<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
&gt;      0<br />
<br />
please any help regarding that i do appreciate it.. <img src="http://agbs.kyb.tuebingen.mpg.de/km/bb/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how do I run LibSVM??]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1375</link>
			<pubDate>Fri, 13 Nov 2009 21:29:52 +0000</pubDate>
			<dc:creator>schokoholic</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1375</guid>
			<description><![CDATA[hi guys,<br />
i might be stupid, but i can't understand how to launch libsvm software without using matlab version....<img src="http://agbs.kyb.tuebingen.mpg.de/km/bb/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /><br />
<br />
I'm using win7!<br />
<br />
can someone help me please... it is very important! i need it to work for my thesis!<br />
<br />
thank you all]]></description>
			<content:encoded><![CDATA[hi guys,<br />
i might be stupid, but i can't understand how to launch libsvm software without using matlab version....<img src="http://agbs.kyb.tuebingen.mpg.de/km/bb/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /><br />
<br />
I'm using win7!<br />
<br />
can someone help me please... it is very important! i need it to work for my thesis!<br />
<br />
thank you all]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[multiple dependents with SVM]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1374</link>
			<pubDate>Fri, 13 Nov 2009 14:34:11 +0000</pubDate>
			<dc:creator>need47</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1374</guid>
			<description><![CDATA[Hi folks,<br />
<br />
As I know, SVM toolkit such as libsvm can successfully deal with problem of only one dependent (The typical classification/regression belongs to this category). However, my problem has k dependents:<br />
<br />
y11, y12, ..., y1k     -&gt;  x11, x12, ..., x1n<br />
y21, y22, ..., y2k     -&gt;  x21, x22, ..., x2n<br />
....                        -&gt;  ....<br />
<br />
How can I build a model using SVM method? Or is there any better solution that can handle it?<br />
<br />
Many thanks.]]></description>
			<content:encoded><![CDATA[Hi folks,<br />
<br />
As I know, SVM toolkit such as libsvm can successfully deal with problem of only one dependent (The typical classification/regression belongs to this category). However, my problem has k dependents:<br />
<br />
y11, y12, ..., y1k     -&gt;  x11, x12, ..., x1n<br />
y21, y22, ..., y2k     -&gt;  x21, x22, ..., x2n<br />
....                        -&gt;  ....<br />
<br />
How can I build a model using SVM method? Or is there any better solution that can handle it?<br />
<br />
Many thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to convert other data formats to LIBSVM format?]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1372</link>
			<pubDate>Fri, 13 Nov 2009 09:58:29 +0000</pubDate>
			<dc:creator>Amherstclane</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1372</guid>
			<description><![CDATA[It seems that I have become addicted to finding my answers on the web.<br />
How to convert other data formats to LIBSVM format?<br />
I am completely new to this. <br />
Any suggestions you give me will be helpful.<br />
Thanks.]]></description>
			<content:encoded><![CDATA[It seems that I have become addicted to finding my answers on the web.<br />
How to convert other data formats to LIBSVM format?<br />
I am completely new to this. <br />
Any suggestions you give me will be helpful.<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[R2W2 for multi-class in Spider]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1368</link>
			<pubDate>Mon, 09 Nov 2009 10:27:35 +0000</pubDate>
			<dc:creator>klonona</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1368</guid>
			<description><![CDATA[Hello all,<br />
<br />
I am new to SVM and I found this forum very helpful.  I am using the SPIDER toolbox currently and after reading the doc from the SPIDER website and the posts here, I am able to conduct the feature selection with RFE for multiclass problem (well, one vs rest and mc_svm work, one vs one has some problem).  I tried to use other feature selection method, r2w2_sel, and found that it seems doesnt support the multi-class problem.  I wonder if anyone tried to make it work or is there any simple modification I could try to make it work?<br />
<br />
Another question, if I have<br />
a = rfe<br />
a.feat = 10<br />
a.output_rank = 1<br />
...<br />
[r a&#93; = train(a, data)<br />
what does a.rank really gives me?<br />
Say, I have 30 features in total, I see that a.rank seems to rank me the importance of the features, but what does it do to the feature number (in my case, 10)?<br />
<br />
Thanks a lot, I appreciate your help.<br />
what i]]></description>
			<content:encoded><![CDATA[Hello all,<br />
<br />
I am new to SVM and I found this forum very helpful.  I am using the SPIDER toolbox currently and after reading the doc from the SPIDER website and the posts here, I am able to conduct the feature selection with RFE for multiclass problem (well, one vs rest and mc_svm work, one vs one has some problem).  I tried to use other feature selection method, r2w2_sel, and found that it seems doesnt support the multi-class problem.  I wonder if anyone tried to make it work or is there any simple modification I could try to make it work?<br />
<br />
Another question, if I have<br />
a = rfe<br />
a.feat = 10<br />
a.output_rank = 1<br />
...<br />
[r a] = train(a, data)<br />
what does a.rank really gives me?<br />
Say, I have 30 features in total, I see that a.rank seems to rank me the importance of the features, but what does it do to the feature number (in my case, 10)?<br />
<br />
Thanks a lot, I appreciate your help.<br />
what i]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linking Error How to solve??]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1366</link>
			<pubDate>Mon, 09 Nov 2009 07:36:51 +0000</pubDate>
			<dc:creator>stuartjems</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1366</guid>
			<description><![CDATA[Hello Everyone,<br />
<br />
I need help.I have some linking error in my c++ program.<br />
I am working on c++ on Linux.I have included all need header files required.<br />
But there is a problem of linking error.<br />
How to solve it?<br />
<br />
Can anyone help me out??How to solve this linking error?]]></description>
			<content:encoded><![CDATA[Hello Everyone,<br />
<br />
I need help.I have some linking error in my c++ program.<br />
I am working on c++ on Linux.I have included all need header files required.<br />
But there is a problem of linking error.<br />
How to solve it?<br />
<br />
Can anyone help me out??How to solve this linking error?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[libsvm python how to do regression?]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1365</link>
			<pubDate>Sun, 08 Nov 2009 23:49:52 +0000</pubDate>
			<dc:creator>iamthegoodbot</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1365</guid>
			<description><![CDATA[script told me:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Model doesn't contain information for SVR probability inference</code></div></div>
<br />
for <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param = svm_parameter(kernel_type = RBF, C = 10)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;prob = svm_problem(labels, points)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;m2 = svm_model(prob, param)</code></div></div>
<br />
what's wrong? [/code&#93;]]></description>
			<content:encoded><![CDATA[script told me:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Model doesn't contain information for SVR probability inference</code></div></div>
<br />
for <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param = svm_parameter(kernel_type = RBF, C = 10)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;prob = svm_problem(labels, points)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;m2 = svm_model(prob, param)</code></div></div>
<br />
what's wrong? [/code]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Question about cross validation in libsvm]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1364</link>
			<pubDate>Sun, 08 Nov 2009 15:50:51 +0000</pubDate>
			<dc:creator>Eman</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1364</guid>
			<description><![CDATA[Hello,<br />
<br />
I would like to know what cross validation is used in libsvm?<br />
Is it k-fold or one leave out or hold-out ..?<br />
and are the samples chosen randomly or in sequence?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I would like to know what cross validation is used in libsvm?<br />
Is it k-fold or one leave out or hold-out ..?<br />
and are the samples chosen randomly or in sequence?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to use grid.py to get the optimal parameter values?]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1363</link>
			<pubDate>Sun, 08 Nov 2009 15:16:26 +0000</pubDate>
			<dc:creator>Eman</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1363</guid>
			<description><![CDATA[Hello,<br />
<br />
I don't know anything about python, and I want to use grid.py and easy.py to get the best paramters and apply scaling.<br />
What are the tools I need to install ? and how can I run it?<br />
<br />
Thanks alot]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I don't know anything about python, and I want to use grid.py and easy.py to get the best paramters and apply scaling.<br />
What are the tools I need to install ? and how can I run it?<br />
<br />
Thanks alot]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Libsvm: c &#x26; g values and overtraining]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1362</link>
			<pubDate>Sun, 08 Nov 2009 14:43:40 +0000</pubDate>
			<dc:creator>Dale</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1362</guid>
			<description><![CDATA[Short question, <br />
when I get my best c-values = ~32000 and g = ~0,0001 is this a hint of overtraining or completely normal? I ask because my cross-validation results and unseen test data results can sometimes be very different in accuracy.<br />
<br />
My data is balanced and has around 3000 observations with 70 features and 3 classes.<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Short question, <br />
when I get my best c-values = ~32000 and g = ~0,0001 is this a hint of overtraining or completely normal? I ask because my cross-validation results and unseen test data results can sometimes be very different in accuracy.<br />
<br />
My data is balanced and has around 3000 observations with 70 features and 3 classes.<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[libsvm: cross validation result VS. unseen test data result]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1361</link>
			<pubDate>Sun, 08 Nov 2009 13:46:19 +0000</pubDate>
			<dc:creator>Dale</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1361</guid>
			<description><![CDATA[Hello!<br />
<br />
So here are my results from running easy.py:<br />
Cross-validation (3000 observations, multiclass): <span style="font-weight: bold;">78 %</span> accuracy<br />
Test data / unseen data (600 observations, multiclass): <span style="font-weight: bold;">45 %</span> accuracy<br />
<br />
Could somebody explain to me why I get so very different results from these tests? Both datasets originate from the same dataset (they've been split up randomly with subset.py) and contain around 70 features. The data is balanced.]]></description>
			<content:encoded><![CDATA[Hello!<br />
<br />
So here are my results from running easy.py:<br />
Cross-validation (3000 observations, multiclass): <span style="font-weight: bold;">78 %</span> accuracy<br />
Test data / unseen data (600 observations, multiclass): <span style="font-weight: bold;">45 %</span> accuracy<br />
<br />
Could somebody explain to me why I get so very different results from these tests? Both datasets originate from the same dataset (they've been split up randomly with subset.py) and contain around 70 features. The data is balanced.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[LibSVM: Decision values??]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1360</link>
			<pubDate>Sun, 08 Nov 2009 03:14:54 +0000</pubDate>
			<dc:creator>Eman</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1360</guid>
			<description><![CDATA[Hi,<br />
<br />
I am using LibSVM  matlab version 2.89 , I was training the model on binary classification problem when I found that decision values always result in negative value ..<br />
<br />
I would like to ask : what is the relation between predict_label and dec_values?? Isn't it that predict_label = sign(dec_values)??<br />
<br />
Why do I always get negative value?<br />
<br />
Thanks alot]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I am using LibSVM  matlab version 2.89 , I was training the model on binary classification problem when I found that decision values always result in negative value ..<br />
<br />
I would like to ask : what is the relation between predict_label and dec_values?? Isn't it that predict_label = sign(dec_values)??<br />
<br />
Why do I always get negative value?<br />
<br />
Thanks alot]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[About Naive Bayes]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1359</link>
			<pubDate>Sat, 07 Nov 2009 17:24:03 +0000</pubDate>
			<dc:creator>mcad</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1359</guid>
			<description><![CDATA[Hi,<br />
I heard that Naive Bayes method can be much mor eefficient with numerical<br />
attributes rather than categorical attributes. However, I could not<br />
understand the reason for this. Would anyone explain this to me please ?<br />
<br />
Thanks in advance]]></description>
			<content:encoded><![CDATA[Hi,<br />
I heard that Naive Bayes method can be much mor eefficient with numerical<br />
attributes rather than categorical attributes. However, I could not<br />
understand the reason for this. Would anyone explain this to me please ?<br />
<br />
Thanks in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Convert CSV to LIBSVM]]></title>
			<link>http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1358</link>
			<pubDate>Sat, 07 Nov 2009 11:44:19 +0000</pubDate>
			<dc:creator>Dale</dc:creator>
			<guid isPermaLink="false">http://agbs.kyb.tuebingen.mpg.de/km/bb/showthread.php?tid=1358</guid>
			<description><![CDATA[How do I make this conversion? I've actually done it successfully in the past using WEKA, however this current data set I'm unable to make the conversion. The option to "save as LIBSVM" just doesn't show up in the SAVE menu as it's done in the past.<br />
<br />
I found this thread: <a href="http://old.nabble.com/converting-CSV-dataset-to-LIBSVM-format-td23302227.html" target="_blank">http://old.nabble.com/converting-CSV-dat...02227.html</a> but even when all my attributes are numeric and I set one of the columns as a class... it still doesn't work.<br />
<br />
So, could somebody please walk me through the process of making the conversion? Can it be done in WEKA? Matlab? Python? Java? Please provide code if you have it readily available! <br />
<br />
Thank you!<hr />
<span style="font-weight: bold;">Update. Got it working with, ehum, reading the FAQ...</span><br />
<br />
I.e.,<br />
matlab&gt; SPECTF = csvread('SPECTF.train'); % read a csv file<br />
matlab&gt; labels = SPECTF(:, 1); % labels from the 1st column<br />
matlab&gt; features = SPECTF(:, 2:end); <br />
matlab&gt; features_sparse = sparse(features); % features must be in a sparse matrix<br />
matlab&gt; libsvmwrite('SPECTFlibsvm.train', labels, features_sparse);<br />
<br />
However, to my defense... I've had much trouble setting up the compiler in Matlab but this time it just (magically) worked <img src="http://agbs.kyb.tuebingen.mpg.de/km/bb/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Still, why didn't it work in WEKA?]]></description>
			<content:encoded><![CDATA[How do I make this conversion? I've actually done it successfully in the past using WEKA, however this current data set I'm unable to make the conversion. The option to "save as LIBSVM" just doesn't show up in the SAVE menu as it's done in the past.<br />
<br />
I found this thread: <a href="http://old.nabble.com/converting-CSV-dataset-to-LIBSVM-format-td23302227.html" target="_blank">http://old.nabble.com/converting-CSV-dat...02227.html</a> but even when all my attributes are numeric and I set one of the columns as a class... it still doesn't work.<br />
<br />
So, could somebody please walk me through the process of making the conversion? Can it be done in WEKA? Matlab? Python? Java? Please provide code if you have it readily available! <br />
<br />
Thank you!<hr />
<span style="font-weight: bold;">Update. Got it working with, ehum, reading the FAQ...</span><br />
<br />
I.e.,<br />
matlab&gt; SPECTF = csvread('SPECTF.train'); % read a csv file<br />
matlab&gt; labels = SPECTF(:, 1); % labels from the 1st column<br />
matlab&gt; features = SPECTF(:, 2:end); <br />
matlab&gt; features_sparse = sparse(features); % features must be in a sparse matrix<br />
matlab&gt; libsvmwrite('SPECTFlibsvm.train', labels, features_sparse);<br />
<br />
However, to my defense... I've had much trouble setting up the compiler in Matlab but this time it just (magically) worked <img src="http://agbs.kyb.tuebingen.mpg.de/km/bb/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Still, why didn't it work in WEKA?]]></content:encoded>
		</item>
	</channel>
</rss>