<?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 Artificial Neural Network model in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337286#M58478</link>
    <description>&lt;P&gt;Please I am new to JMP. How can I use an artificial neural network model after it i have successfully trained and validated the ANN model.&lt;/P&gt;&lt;P&gt;I have a dataset of over 500 data points. I have successfully trained my ANN model. I now want to use the ANN model to simulate my system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please how can I do in JMP?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 21:59:06 GMT</pubDate>
    <dc:creator>Tee</dc:creator>
    <dc:date>2023-06-09T21:59:06Z</dc:date>
    <item>
      <title>Artificial Neural Network model</title>
      <link>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337286#M58478</link>
      <description>&lt;P&gt;Please I am new to JMP. How can I use an artificial neural network model after it i have successfully trained and validated the ANN model.&lt;/P&gt;&lt;P&gt;I have a dataset of over 500 data points. I have successfully trained my ANN model. I now want to use the ANN model to simulate my system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please how can I do in JMP?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 21:59:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337286#M58478</guid>
      <dc:creator>Tee</dc:creator>
      <dc:date>2023-06-09T21:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Artificial Neural Network model</title>
      <link>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337328#M58482</link>
      <description>&lt;P&gt;The fitting platforms have built-in profilers and prediction capabilities. You can additionally save the model as a new column formula. Now you can use the formula to make new predictions or visualize the model with a profiler outside of the fitting platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want to simulate with the model using &amp;nbsp;JMP or with another software?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 12:03:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337328#M58482</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-11-25T12:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Artificial Neural Network model</title>
      <link>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337529#M58506</link>
      <description>&lt;P&gt;Thank you for the feedback Mark.&lt;/P&gt;&lt;P&gt;My preference would be to simulate using JMP as using other software would be additional work for me.&lt;/P&gt;&lt;P&gt;Is there an instruction on how to save the model as a new column formula. I will also be happy to use the built-in prediction capability if I can find any user documentation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my model, I have 21 input variables and 30 output variables. The in-built ANN model gives a really good fit.&lt;/P&gt;&lt;P&gt;My plan is now is to vary some of the inputs variables and simulate the corresponding value of the output variable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I do that in JMP?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 19:05:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337529#M58506</guid>
      <dc:creator>Tee</dc:creator>
      <dc:date>2020-11-25T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Artificial Neural Network model</title>
      <link>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337680#M58519</link>
      <description>&lt;P&gt;You will find the &lt;A href="https://www.jmp.com/support/help/en/15.2/#page/jmp/model-options.shtml#ww103480" target="_self"&gt;Neural documentation&lt;/A&gt; here, in particular the commands in the platform menu (red triangle button at top of platform).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest using the Prediction Profiler with the saved model (column formula). You will find the &lt;A href="https://www.jmp.com/support/help/en/15.2/#page/jmp/model-options.shtml#ww103480" target="_self"&gt;Profiler documentation&lt;/A&gt; here.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 12:28:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337680#M58519</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-11-26T12:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Artificial Neural Network model</title>
      <link>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337715#M58532</link>
      <description>&lt;P&gt;There are great examples coming with JMP Software,&lt;/P&gt;&lt;P&gt;just search for "neural" in statistics index, or execute the script below, and you will find inspiring examples, where you can Play how it works.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open(
	"$SAMPLE_DATA/TireTread.jmp"
) &amp;lt;&amp;lt; Run Script( "Neural" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Nov 2020 20:00:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Artificial-Neural-Network-model/m-p/337715#M58532</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2020-11-26T20:00:19Z</dc:date>
    </item>
  </channel>
</rss>

