<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SVM in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/SVM/m-p/62277#M33564</link>
    <description>&lt;P&gt;Hi Alma,&lt;/P&gt;&lt;P&gt;I have same problem ! I recieve unknow ansew !&lt;/P&gt;&lt;P&gt;I tried with simple example, but SVM feature never work. Can I share with you my example to see where is the problem ?&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jul 2018 19:11:22 GMT</pubDate>
    <dc:creator>Lamine</dc:creator>
    <dc:date>2018-07-06T19:11:22Z</dc:date>
    <item>
      <title>SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/53913#M30454</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use SVM on my data. I have found an ADDin but dont know how I should get the R-code. I follow all the steps in the video but dont understand from where R-code is coming ( step no.8) can any one help? would the R--code be the same for any type of data? I have R installed on my computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/The-JMP-to-R-Add-In-Builder/ta-p/43879" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.jmp.com/t5/JMP-Add-Ins/The-JMP-to-R-Add-In-Builder/ta-p/43879&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:04:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/53913#M30454</guid>
      <dc:creator>Alma1</dc:creator>
      <dc:date>2018-03-27T14:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/53925#M30464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11441"&gt;@Alma1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The video shows you how to create the add-in as a demonstration of the JMP to R add-in builder, but you don't need to do any of that if you just want to use the SVM add-in they provide.&amp;nbsp; The R-code is already embedded in the add-in and is generic for any data where you can select appropriate columns in a JMP data table for the roles in the SVM add-in.&amp;nbsp; Just download the SVM add-in and open it in JMP to install it.&amp;nbsp; It will then be available from the add-ins menu.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:02:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/53925#M30464</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-03-27T15:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/53928#M30466</link>
      <description>Many thanks I will try and inform you of the result.</description>
      <pubDate>Tue, 27 Mar 2018 15:13:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/53928#M30466</guid>
      <dc:creator>Alma1</dc:creator>
      <dc:date>2018-03-27T15:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/53971#M30494</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hi Willden&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your detailed explanation I tried what you advised after choosing X-Axis, Y-Axis and Factor from my data I get unknown error and I dont know what is the problem. I am trying to separate plenty of milk samples according to their origin using milk composition parameters. I dont know if I am choosing the right columns for X-Axis, Y-Axis and Factor. could you please help&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 22:47:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/53971#M30494</guid>
      <dc:creator>Alma1</dc:creator>
      <dc:date>2018-03-27T22:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/53974#M30496</link>
      <description>&lt;P&gt;I never use R in JMP, so I'm probably not a good person to help diagnose any issues there.&lt;/P&gt;&lt;P&gt;However, instead of trying to do an SVM in R, you could do a Neural Net in JMP.&amp;nbsp; Neural Nets can do anything an SVM can do pretty much, the only real advantage of an SVM is speed in the fitting process.&amp;nbsp; My guess that the only reason JMP doesn't have SVMs built-in is because of their relative redundancy with NNs.&lt;/P&gt;&lt;P&gt;When using the NN, choose some number of hidden units between the number of milk composition parameters and the number of milk samples you have in your training set.&amp;nbsp; More is generally better.&amp;nbsp; If you have base JMP, you can only do 1 hidden layer.&amp;nbsp; If you have JMP Pro, you can do 2 layers with various activation functions.&amp;nbsp; I don't think you'll need more than 1 hidden layer.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 23:00:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/53974#M30496</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-03-27T23:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/53979#M30497</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: #333333;"&gt;Willden thanks for your advice I have used AAN but I was told that SVM gives more clear separation that is why I am after SVM.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; color: #333333;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 23:23:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/53979#M30497</guid>
      <dc:creator>Alma1</dc:creator>
      <dc:date>2018-03-27T23:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/54734#M30945</link>
      <description>&lt;P&gt;There are many classifiers available today, including SVM and ANN, each with their own strengths and assumptions. Performance varies depending on the situation and how well suited each&amp;nbsp;classifier is to a particular set of conditions. I don't think it is possible to claim that one classifier is superior in every domain or case. Much of the success of the SAS Enterprise Miner is due to the wide range of models and algorithms that it provides.&amp;nbsp;You can explore and compare many different approaches with it before deciding on the best one. That advantage is the motivation for the recent addition of new features like the Formula Depot and the Model Comparison platform to JMP Pro.&lt;/P&gt;
&lt;P&gt;As Dan explained in the comments about the original blog post about the JMP to R Add-in Builder, this project, while impressive as far as it goes, was not complete before the summer intern, Julia, left SAS and returned to school.&lt;/P&gt;
&lt;P&gt;Caveat: JMP scripts, add-ins, and applications found in the JMP Community are wonderful extensions&amp;nbsp;to JMP but they are not supported, even the ones developed by staff. They are provided for your use 'as is.'&lt;/P&gt;
&lt;P&gt;If you cannot wait for the next version of this add-in (no promises!) then you might see &lt;STRONG&gt;Help&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Scripting Guide&lt;/STRONG&gt; for information&amp;nbsp;and examples about&amp;nbsp;scripting JMP to work with R. If you write R scripts now then you might be able to use JSL. It is straight-forward to connect to R, submit R scripts, and receive R results with&amp;nbsp;JMP. The add-in is convenient but not necessary for this connection.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:10:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/54734#M30945</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-04-10T11:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/54735#M30946</link>
      <description>&lt;P&gt;The SVM add-in is intended to be a simple example&amp;nbsp;to illustrate how to use the JMP to R Add-in Builder. The SVM add-in example requires&amp;nbsp;two continuous predictors to classify a two-level categorical response. SVM has much broader capabilities. You can read about the package &lt;A href="https://cran.r-project.org/web/packages/e1071/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Exercising the general&amp;nbsp;functionality of the svm() function in the R package e1071 to accommodate other cases (different number and kind of predictors, classification&amp;nbsp;or regression, and so on) would require writing an&amp;nbsp;R script and a JMP script.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:50:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/54735#M30946</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-04-10T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/55010#M31094</link>
      <description>&lt;P&gt;Hi Cwillden&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done what you mentioned but still it does not work&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 23:48:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/55010#M31094</guid>
      <dc:creator>Alma1</dc:creator>
      <dc:date>2018-04-14T23:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/55016#M31100</link>
      <description>&lt;P&gt;If you are willing to share your data (or at least make it anonymized), we could probably better advise.&amp;nbsp; Do you have JMP Pro or base JMP?&amp;nbsp; Base JMP has very limited capabilities in its neural net platform; so if you do not have Pro, NN may not provide an adequate solution.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 07:41:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/55016#M31100</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-04-15T07:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/55191#M31198</link>
      <description>&lt;P&gt;Hi willden Thanks for your response. I have jmp pro 12. I can share the data anonymized but how could I send it to you.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 00:52:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/55191#M31198</guid>
      <dc:creator>Alma1</dc:creator>
      <dc:date>2018-04-18T00:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/55195#M31202</link>
      <description>You can pm me or just upload it to this thread.</description>
      <pubDate>Wed, 18 Apr 2018 03:42:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/55195#M31202</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-04-18T03:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/62276#M33563</link>
      <description>&lt;P&gt;Hi Willden,&lt;/P&gt;&lt;P&gt;I have same problem ! I recieve unknow ansew !&lt;/P&gt;&lt;P&gt;I tried with simple example, but SVM feature never work. Can I share with you my example to see where is the problem ?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 19:10:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/62276#M33563</guid>
      <dc:creator>Lamine</dc:creator>
      <dc:date>2018-07-06T19:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/62277#M33564</link>
      <description>&lt;P&gt;Hi Alma,&lt;/P&gt;&lt;P&gt;I have same problem ! I recieve unknow ansew !&lt;/P&gt;&lt;P&gt;I tried with simple example, but SVM feature never work. Can I share with you my example to see where is the problem ?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 19:11:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/62277#M33564</guid>
      <dc:creator>Lamine</dc:creator>
      <dc:date>2018-07-06T19:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: SVM</title>
      <link>https://community.jmp.com/t5/Discussions/SVM/m-p/63523#M34030</link>
      <description>&lt;P&gt;hi, Yes please&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 15:14:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM/m-p/63523#M34030</guid>
      <dc:creator>Alma1</dc:creator>
      <dc:date>2018-07-20T15:14:20Z</dc:date>
    </item>
  </channel>
</rss>

