cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

ANN - Learning rate

In the discussion among peers about an ANN analysis, the questions arose:
- What learning rate was used in the analysis? Since I didn't use boosting (number of models is 0), is the 0.1 learning rate predefined by the platform relevant?

- What means the value for the sum of squares to stop the calculation. Is it the sum of squares error (SSE) that is reported for each response?

Thank you so much!
1 REPLY 1
MathStatChem
Level VII

Re: ANN - Learning rate

If you didn't use boosting then the learning rate is not used and has no impact on the analysis.

 

The reported SSE is the for the sum of the squared differences of the actual response and the predicted response, for each row of data used in the analysis.

Recommended Articles