Neural Networks: Difference between revisions
Scott Munro (talk | contribs) m (1 revision imported) |
imported>Scott.Munro m (Text replacement - "== References ==" to "{{ReferenceFooter}}") |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
== Model theory == | == Model theory == | ||
{{Restricted content}} | |||
<hide> | |||
{{Under construction|section}} | {{Under construction|section}} | ||
</hide> | |||
== Excel == | == Excel == | ||
| Line 41: | Line 45: | ||
{{Under construction|section}} | {{Under construction|section}} | ||
{{ReferenceFooter}} | |||
[[Category:Excel]] | [[Category:Excel]] | ||
[[Category:SysCAD]] | [[Category:SysCAD]] | ||
Latest revision as of 13:48, 22 July 2026
Description
This article describes methods for training and deploying neural network models.
Model theory
Excel
The Neural Network training method may be invoked from the Excel formula bar with the following function calls:
=mdNeuralNet_Train(Parameters as Range, TrainingData as Range, Optional TestData as Range = Nothing)
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
An example image below shows the selection of the input parameters and model results in the Excel interface:
The Neural Network processing method may be invoked from the Excel formula bar with the following function calls:
=mdNeuralNet_Process(NetworkDefinition as Range, X as Range)
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
An example image below shows the selection of the input parameters and model results in the Excel interface:
SysCAD

