<?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: Not getting same results in neural network run from menu vs run from script. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55009#M31093</link>
    <description>&lt;P&gt;Also, the following scripts all give the same result: It's as if neural network models run from&amp;nbsp;a script only&amp;nbsp;use one of the penalty methods&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "0-4_Mean" ), :Name( "4-8_Mean" ), :Name( "8-12_Mean" ) ),
	Informative Missing( 0 ),
	Validation Method( "Holdback", 0.3333 ),
	Set Random Seed( 999 ),
	Fit(
		NTanH( 3 ),
		Robust Fit( 1 ),
		Penalty Method("Squared"),
		Number of Tours( 3 )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "0-4_Mean" ), :Name( "4-8_Mean" ), :Name( "8-12_Mean" ) ),
	Informative Missing( 0 ),
	Validation Method( "Holdback", 0.3333 ),
	Set Random Seed( 999 ),
	Fit(
		NTanH( 3 ),
		Robust Fit( 1 ),
		Penalty Method("Absolute"),
		Number of Tours( 3 )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "0-4_Mean" ), :Name( "4-8_Mean" ), :Name( "8-12_Mean" ) ),
	Informative Missing( 0 ),
	Validation Method( "Holdback", 0.3333 ),
	Set Random Seed( 999 ),
	Fit(
		NTanH( 3 ),
		Robust Fit( 1 ),
		Penalty Method("Weight Decay"),
		Number of Tours( 3 )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "0-4_Mean" ), :Name( "4-8_Mean" ), :Name( "8-12_Mean" ) ),
	Informative Missing( 0 ),
	Validation Method( "Holdback", 0.3333 ),
	Set Random Seed( 999 ),
	Fit(
		NTanH( 3 ),
		Robust Fit( 1 ),
		Penalty Method("NoPenalty"),
		Number of Tours( 3 )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 281px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10376i0623A9389BFF0C60/image-dimensions/281x318?v=v2" width="281" height="318" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Apr 2018 18:43:55 GMT</pubDate>
    <dc:creator>jwalk</dc:creator>
    <dc:date>2018-04-14T18:43:55Z</dc:date>
    <item>
      <title>Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55007#M31092</link>
      <description>&lt;P&gt;I am trying to run a script that automates screening the eight different penalty modes in Neural Network and outputting the results into the current table. I have been troubleshooting why I am not getting different results from the different Fits in the script. This led me to look at the results for each individual penalty mode when the model was set up from the Neural Menu vs&amp;nbsp;the&amp;nbsp;script. The script was made by saving the analysis script to the Data Table and then running it. So the results should be identical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Set up of model from Analyze&amp;gt;Predictive Modeling&amp;gt;Neural" style="width: 395px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10372iB88D4FFE7EDD5A5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Set up of model from Analyze&amp;gt;Predictive Modeling&amp;gt;Neural" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Set up of model from Analyze&amp;gt;Predictive Modeling&amp;gt;Neural&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Initial run of model" style="width: 335px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10373i566A89C3086F53DA/image-dimensions/335x378?v=v2" width="335" height="378" role="button" title="image.png" alt="Initial run of model" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Initial run of model&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Redo Analysis #1" style="width: 335px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10374iA68E298FAE87DE52/image-dimensions/335x378?v=v2" width="335" height="378" role="button" title="image.png" alt="Redo Analysis #1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Redo Analysis #1&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Redo Analysis #2" style="width: 334px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10375i599EE4930C62DB6F/image-dimensions/334x378?v=v2" width="334" height="378" role="button" title="image.png" alt="Redo Analysis #2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Redo Analysis #2&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I relaunch the model and select all the same settings, I get the same result as the Initial Result above. If I run from a script, I get the same results as from Redo Analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 17:53:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55007#M31092</guid>
      <dc:creator>jwalk</dc:creator>
      <dc:date>2018-04-14T17:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55009#M31093</link>
      <description>&lt;P&gt;Also, the following scripts all give the same result: It's as if neural network models run from&amp;nbsp;a script only&amp;nbsp;use one of the penalty methods&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "0-4_Mean" ), :Name( "4-8_Mean" ), :Name( "8-12_Mean" ) ),
	Informative Missing( 0 ),
	Validation Method( "Holdback", 0.3333 ),
	Set Random Seed( 999 ),
	Fit(
		NTanH( 3 ),
		Robust Fit( 1 ),
		Penalty Method("Squared"),
		Number of Tours( 3 )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "0-4_Mean" ), :Name( "4-8_Mean" ), :Name( "8-12_Mean" ) ),
	Informative Missing( 0 ),
	Validation Method( "Holdback", 0.3333 ),
	Set Random Seed( 999 ),
	Fit(
		NTanH( 3 ),
		Robust Fit( 1 ),
		Penalty Method("Absolute"),
		Number of Tours( 3 )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "0-4_Mean" ), :Name( "4-8_Mean" ), :Name( "8-12_Mean" ) ),
	Informative Missing( 0 ),
	Validation Method( "Holdback", 0.3333 ),
	Set Random Seed( 999 ),
	Fit(
		NTanH( 3 ),
		Robust Fit( 1 ),
		Penalty Method("Weight Decay"),
		Number of Tours( 3 )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "0-4_Mean" ), :Name( "4-8_Mean" ), :Name( "8-12_Mean" ) ),
	Informative Missing( 0 ),
	Validation Method( "Holdback", 0.3333 ),
	Set Random Seed( 999 ),
	Fit(
		NTanH( 3 ),
		Robust Fit( 1 ),
		Penalty Method("NoPenalty"),
		Number of Tours( 3 )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 281px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10376i0623A9389BFF0C60/image-dimensions/281x318?v=v2" width="281" height="318" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 18:43:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55009#M31093</guid>
      <dc:creator>jwalk</dc:creator>
      <dc:date>2018-04-14T18:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55011#M31095</link>
      <description>&lt;P&gt;In your scripts you have this line:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Validation Method( "Holdback", 0.3333 )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And that's your problem. Each time you run this you're getting a different&amp;nbsp;random&amp;nbsp;holback set.&lt;/P&gt;
&lt;P&gt;Since you're using JMP Pro, set up a Validation column and use that.&lt;/P&gt;
&lt;P&gt;1. get to control which rows are in the holdback, like when you make a stratified subset.&lt;/P&gt;
&lt;P&gt;2. use the same rows for the hold back for each version of the model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 01:51:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55011#M31095</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2018-04-15T01:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55012#M31096</link>
      <description>My problem is that I'm not getting different results when running from a script using a fixed seed and different penalty methods.&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Apr 2018 03:42:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55012#M31096</guid>
      <dc:creator>jwalk</dc:creator>
      <dc:date>2018-04-15T03:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55013#M31097</link>
      <description>&lt;P&gt;My problem started when I was trying to run 2 instances of JMP, each running a script with 4 NN runs. Instance 1 was running seeded models using Squared, Robust Squared, Absolute and Robust Absolute penalties. Instance 2 was running the exact same script (in a differently named file) except the 4 models were running Weight Decay, Robust Weight Decay, No Penaly and Robust No Penalty NNs.The runs take ~ 20 hours to complete and the script saves the formulas to the data table at the end. What I found was that both instances returned exactly the same results. There were 4 different results in each instance, but they were exactly the same. I tried various combinations to try to find out what was going on. I made every variable unique between the two scripts. I used a text box to set the Data Table to a variable in each instance. No matter what I did, I could not generate different results between the two instances.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run each model from the menu, I get eight different results. If I run in a script, I do not.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 03:55:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55013#M31097</guid>
      <dc:creator>jwalk</dc:creator>
      <dc:date>2018-04-15T03:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55014#M31098</link>
      <description>&lt;P&gt;I have uploaded a small model with script to illustrate what I mean. When you run the script, you will see that the first NN fit is unique; all others give the same results.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 04:54:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55014#M31098</guid>
      <dc:creator>jwalk</dc:creator>
      <dc:date>2018-04-15T04:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55015#M31099</link>
      <description>&lt;P&gt;There are actually two different facets of the same problem. One is that I do not get different results if I reset the seed between Fits in the script but use different penalty methods. Because of this, I can't trust that the differences I am seeing when I don't reset the seed are real; they could just be the same penalty method being used but starting from a different place. This is what I illustrated in the uploaded file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second (original) problem is that two different instances running the same model but with different penalty methods are giving the same result so I can't be sure which method is actually being used anywhere.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 05:07:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55015#M31099</guid>
      <dc:creator>jwalk</dc:creator>
      <dc:date>2018-04-15T05:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55028#M31107</link>
      <description>&lt;P&gt;There is a reasonable chance that I'm completely misunderstanding what you're doing and your script; however, on my end I'm able to different and reproduible results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Neural(
	Y( :Target ),
	X( :Name( "8-12_Mean" ), :Name( "12-16_Mean" ), :Name( "16-20_Mean" ) ),
	//Validation Method( "KFold", 5 ),
	Validation( :Validation ),
	Informative Missing( 0 ),
	//Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 1 ) ),
	Fit( NTanH( 3 ), Robust Fit( 1 ), Penalty Method( "Absolute" ) ),
	Fit( NTanH( 3 ), Robust Fit( 1 ), Penalty Method( "Weight Decay" ) ),
	Fit( NTanH( 3 ), Robust Fit( 1 ), Penalty Method( "NoPenalty" ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;First, you'll have to make a validation column. &amp;nbsp;Analyze/Predictive Modeling/Make Validation column (jmp pro v13,14) Make it stratified on :Target&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run this script, as is, I get different estimates for error between fits and between runs of the script, although the between runs are pretty close.&lt;/P&gt;
&lt;P&gt;Uncomment the random seed line: I get different estimates between fits and between run of the scipt the results are the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 01:59:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55028#M31107</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2018-04-16T01:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting same results in neural network run from menu vs run from script.</title>
      <link>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55050#M31127</link>
      <description>&lt;P&gt;Having a validation column and setting the random seed does not fix the problem.&amp;nbsp;I made a Random KFold(5) validation column (ValidationCol) and used it in the code below. I have also checked using a Holdback validation column and the behaviour is the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, if you comment out the Fit() from top to bottom, you see that the second (Absolute),&amp;nbsp;third (WeightDecay) and Fourth (NoPenalty) penalty modes give the same result as the first (Squared). Second, if you reset the Random Seed to 999 between Fits the results are the same for all the Robust Models and the same for all Non-robust models. The Set Random Seed function must be doing something (reset?) to the model parameters at runtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My concern is that the only way to get reproducability is by&amp;nbsp;using a seed, but doing so seems to 'fix' the penalty mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Neural(
	Y( :Target ),
	X( :Name( "8-12_Mean" ), :Name( "12-16_Mean" ), :Name( "16-20_Mean" ) ),
	Validation( :ValidationCol ),
	Informative Missing( 0 ),
	Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 1 ) ),
	Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 1 ), Penalty Method( "Absolute" ) ),
	Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 1 ), Penalty Method( "Weight Decay" ) ),
	Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 1 ), Penalty Method( "NoPenalty" ) ),
	Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 0 ) ),
	Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 0 ), Penalty Method( "Absolute" ) ),
	Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 0 ), Penalty Method( "Weight Decay" ) ),
	Set Random Seed( 999 ),
	Fit( NTanH( 3 ), Robust Fit( 0 ), Penalty Method( "NoPenalty" ) )
);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Robust Squared" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10405iEFE87B3FE2E6F777/image-size/large?v=v2&amp;amp;px=999" role="button" title="Squared.png" alt="Robust Squared" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Robust Squared&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Robust Absolute" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10406i5FC1F270F29B2BC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Absolute.png" alt="Robust Absolute" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Robust Absolute&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Robust Weight Decay" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10407i8442771EEFCAE57D/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeightDecay.png" alt="Robust Weight Decay" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Robust Weight Decay&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Robust No Penalty" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10408i3AAC28BDA9D7071B/image-size/large?v=v2&amp;amp;px=999" role="button" title="NoPenalty.png" alt="Robust No Penalty" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Robust No Penalty&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="All Robust, reset seed for each fit" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10409i2120080C8725A88F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Reset Seed Robust.png" alt="All Robust, reset seed for each fit" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;All Robust, reset seed for each fit&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="All, non-robust, reset seed for each fit" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10410iC17F110FC4D76EDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Non-robust.png" alt="All, non-robust, reset seed for each fit" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;All, non-robust, reset seed for each fit&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 14:06:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Not-getting-same-results-in-neural-network-run-from-menu-vs-run/m-p/55050#M31127</guid>
      <dc:creator>jwalk</dc:creator>
      <dc:date>2018-04-16T14:06:13Z</dc:date>
    </item>
  </channel>
</rss>

