<?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 Intrepreting the SAS Viya output for Support Vector Machines in SAS Academy for Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Intrepreting-the-SAS-Viya-output-for-Support-Vector-Machines/m-p/761577#M1059</link>
    <description>&lt;P&gt;I have a question that falls within the following area:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Course = AI and Machine Learning Professional&lt;/P&gt;&lt;P&gt;Module= Machine Learning Specialist&lt;/P&gt;&lt;P&gt;Lession = Lesson 5 Support Vector Machines&lt;/P&gt;&lt;P&gt;Subsection = Improving the SVM model&lt;/P&gt;&lt;P&gt;Video time = 21-second mark&lt;/P&gt;&lt;P&gt;In the video, the narrator mentions that fact that there is no iterating the SVM model.&amp;nbsp; The statistician may make changes to the hyperparameters, but the model in completely determined and that there is not a sequence of models (that statement is vague and probably why I'm asking this question.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running the SVM node, under the Assessment tab and looking at the Output table, the reader will notice that there is a report on the number of iterations used to build the model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is "Does the number of iteration pertain to the number of steps that were required to find a solution to the minimization problem that must be solved to identify H, where H = {&amp;lt;w,x&amp;gt; + b = 0}?&lt;/P&gt;</description>
    <pubDate>Sat, 14 Aug 2021 14:32:58 GMT</pubDate>
    <dc:creator>WWD</dc:creator>
    <dc:date>2021-08-14T14:32:58Z</dc:date>
    <item>
      <title>Intrepreting the SAS Viya output for Support Vector Machines</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Intrepreting-the-SAS-Viya-output-for-Support-Vector-Machines/m-p/761577#M1059</link>
      <description>&lt;P&gt;I have a question that falls within the following area:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Course = AI and Machine Learning Professional&lt;/P&gt;&lt;P&gt;Module= Machine Learning Specialist&lt;/P&gt;&lt;P&gt;Lession = Lesson 5 Support Vector Machines&lt;/P&gt;&lt;P&gt;Subsection = Improving the SVM model&lt;/P&gt;&lt;P&gt;Video time = 21-second mark&lt;/P&gt;&lt;P&gt;In the video, the narrator mentions that fact that there is no iterating the SVM model.&amp;nbsp; The statistician may make changes to the hyperparameters, but the model in completely determined and that there is not a sequence of models (that statement is vague and probably why I'm asking this question.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running the SVM node, under the Assessment tab and looking at the Output table, the reader will notice that there is a report on the number of iterations used to build the model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is "Does the number of iteration pertain to the number of steps that were required to find a solution to the minimization problem that must be solved to identify H, where H = {&amp;lt;w,x&amp;gt; + b = 0}?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 14:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Intrepreting-the-SAS-Viya-output-for-Support-Vector-Machines/m-p/761577#M1059</guid>
      <dc:creator>WWD</dc:creator>
      <dc:date>2021-08-14T14:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Intrepreting the SAS Viya output for Support Vector Machines</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Intrepreting-the-SAS-Viya-output-for-Support-Vector-Machines/m-p/762655#M1062</link>
      <description>&lt;P&gt;There are "iterations" in the optimization process for SVMs, but what the video means, is that they are not the same as the iterations of models that are developed during the process for neural networks.&amp;nbsp; For neural networks the objective function is an "error function", which is minimized.&amp;nbsp; Each step during the process to find the minimum error is a model in its own right.&amp;nbsp; For SVMs, the objective function being maximized is based on the maximum margin hyperplane. The solution is done by solving an optimization problem given constraints (using the Lagrange approach). This is the key difference to neural nets; the constraints.&amp;nbsp; There are iterations in solving this optimization problem, but each step is not an actual model.&amp;nbsp; A model is not arrived at until the optimization problem is solved. So to answer your question, yes, the number of iterations describes the number of steps in this optimization process.&amp;nbsp; Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Intrepreting-the-SAS-Viya-output-for-Support-Vector-Machines/m-p/762655#M1062</guid>
      <dc:creator>JThompson</dc:creator>
      <dc:date>2021-08-19T19:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Intrepreting the SAS Viya output for Support Vector Machines</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Intrepreting-the-SAS-Viya-output-for-Support-Vector-Machines/m-p/762671#M1063</link>
      <description>&lt;P&gt;JThompson:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for helping me get this point straightened out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bill Donaldson&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Intrepreting-the-SAS-Viya-output-for-Support-Vector-Machines/m-p/762671#M1063</guid>
      <dc:creator>WWD</dc:creator>
      <dc:date>2021-08-19T19:49:48Z</dc:date>
    </item>
  </channel>
</rss>

