<?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: Windows 10 &amp;gt; JMP 17.2 Standard &amp;gt; Neural Network &amp;gt; Trimming Variables Procedure? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Windows-10-gt-JMP-17-2-Standard-gt-Neural-Network-gt-Trimming/m-p/825672#M100593</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Happy new Year !&lt;BR /&gt;&lt;BR /&gt;If you're using JMP standard version, the add-in for Neural Network tuning proposed by &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt; may not work. However, &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/16391"&gt;@shampton82&lt;/a&gt; did a great script for JMP standard version to automate the creation, fitting and comparison of Neural Networks. See the discussion here :&amp;nbsp;&lt;LI-MESSAGE title="Best Neural Net model" uid="812963" url="https://community.jmp.com/t5/Discussions/Best-Neural-Net-model/m-p/812963#U812963" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There might be something to try using the Python Integration in JMP, to have more flexibility designing and fitting a neural network. &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/24971"&gt;@scott_allen&lt;/a&gt; is working on an add-in using Torch, so you might have another option in a near future.&lt;BR /&gt;&lt;BR /&gt;Hope this answer might help you,&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2025 09:36:30 GMT</pubDate>
    <dc:creator>Victor_G</dc:creator>
    <dc:date>2025-01-02T09:36:30Z</dc:date>
    <item>
      <title>Windows 10 &gt; JMP 17.2 Standard &gt; Neural Network &gt; Trimming Variables Procedure?</title>
      <link>https://community.jmp.com/t5/Discussions/Windows-10-gt-JMP-17-2-Standard-gt-Neural-Network-gt-Trimming/m-p/825530#M100585</link>
      <description>&lt;P&gt;Dear JMP Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working with JMP 17.2 &lt;U&gt;&lt;STRONG&gt;Standard&lt;/STRONG&gt; &lt;/U&gt;on Windows Pro 10.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am exploring the predictive value of Baseline biological measures to determine the future outcome of medical treatment using Predictor Screening and Neural Networks.&lt;/P&gt;
&lt;P&gt;I would like to know if there is a recommended automated process, including JSL scripts, that would allow me to trim the model to the fewest variables meeting predefined performance criteria (e.g., NPV ≥ 75% and PPV ≥ 75%).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of note, I wonder if there is anything equivalent to the Stepwise regression fitting for the Fit Model platform that could be applied to Neural Networks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a brief description of the process I am currently using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Screen &amp;gt; Predictor Screening: Assess all available baseline variables for predictive value&lt;/LI&gt;
&lt;LI&gt;Select the top 25 entries (most influential) and run a simple Neural Network model
&lt;OL&gt;
&lt;LI&gt;3 hidden layers, KFold validation with k = 3&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;In the NN report, assess the Variable Importance and trim the bottom ~10 - 20% (Empirically determined)&lt;/LI&gt;
&lt;LI&gt;Repeat steps 2 and 3 until the Prediction Performance falls below the desired criteria&lt;/LI&gt;
&lt;LI&gt;Recall the previous "best" model&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I suspect that JMP 17.2 Standard may not be up to the task and that I may need to upgrade to JMP Pro. Still, I would appreciate your input about possible approaches to automate/speed up my process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 19:07:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Windows-10-gt-JMP-17-2-Standard-gt-Neural-Network-gt-Trimming/m-p/825530#M100585</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2024-12-31T19:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Windows 10 &gt; JMP 17.2 Standard &gt; Neural Network &gt; Trimming Variables Procedure?</title>
      <link>https://community.jmp.com/t5/Discussions/Windows-10-gt-JMP-17-2-Standard-gt-Neural-Network-gt-Trimming/m-p/825627#M100592</link>
      <description>&lt;P&gt;You can definitely write a script (or might be better as an add-in) for something like this and you won't need JMP Pro for it (JMP Pro does have few useful features for something like this though). And there are many different ways of how you could approach this while scripting (have one window which takes care of everything and dynamically updates / have multiple windows which pop-up as necessary / ...).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think this might require JMP Pro to work properly but this add-in can give some ideas what can be done &lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Neural-Network-Tuning/ta-p/662666" target="_blank" rel="noopener"&gt; Neural Network Tuning Add-In&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 08:19:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Windows-10-gt-JMP-17-2-Standard-gt-Neural-Network-gt-Trimming/m-p/825627#M100592</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-02T08:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Windows 10 &gt; JMP 17.2 Standard &gt; Neural Network &gt; Trimming Variables Procedure?</title>
      <link>https://community.jmp.com/t5/Discussions/Windows-10-gt-JMP-17-2-Standard-gt-Neural-Network-gt-Trimming/m-p/825672#M100593</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Happy new Year !&lt;BR /&gt;&lt;BR /&gt;If you're using JMP standard version, the add-in for Neural Network tuning proposed by &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt; may not work. However, &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/16391"&gt;@shampton82&lt;/a&gt; did a great script for JMP standard version to automate the creation, fitting and comparison of Neural Networks. See the discussion here :&amp;nbsp;&lt;LI-MESSAGE title="Best Neural Net model" uid="812963" url="https://community.jmp.com/t5/Discussions/Best-Neural-Net-model/m-p/812963#U812963" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There might be something to try using the Python Integration in JMP, to have more flexibility designing and fitting a neural network. &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/24971"&gt;@scott_allen&lt;/a&gt; is working on an add-in using Torch, so you might have another option in a near future.&lt;BR /&gt;&lt;BR /&gt;Hope this answer might help you,&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 09:36:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Windows-10-gt-JMP-17-2-Standard-gt-Neural-Network-gt-Trimming/m-p/825672#M100593</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-01-02T09:36:30Z</dc:date>
    </item>
  </channel>
</rss>

