Neural Networks: Difference between revisions
Jump to navigation
Jump to search
md>Scott.Munro (Created page with "== Description == This article describes methods for training and deploying neural network models. == Model theory == {{Under construction|section}} == Excel == {{Under c...") |
Scott Munro (talk | contribs) m (1 revision imported) |
(No difference)
|
Revision as of 07:15, 19 March 2023
Description
This article describes methods for training and deploying neural network models.
Model theory
This section is currently under construction. Please check back later for updates and revisions. |
Excel
This section is currently under construction. Please check back later for updates and revisions. |
The Neural Network models 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)
=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.
SysCAD
This section is currently under construction. Please check back later for updates and revisions. |