The most important data requirements are:
The basic procedure of model building is described in the AdvancedMiner in practice chapter (see the sections Classification model building and Approximation model building). The full specification of model settings contains also the elements of algorithm settings: General Algorithm Settings, Learning Algorithm, Neural Layers and Transformation Settings.
It is possible to terminate the model building process (by selecting the in the process context menu). If possible, the partially trained model can be accessed. A model obtained in this way can be used like any other normally created model.
The procedure of model testing is described in the sections Classification model testing and Approximation model testing, respectively.
Table 34.1. Feed Forward Neural Networks: General Algorithm Settings
Table 34.2. Feed Forward Neural Networks: Learning Algorithm Settings
The user can decide about the structure of the hidden layers. A special editor is launched after double-clicking on in the sub menu.
The activation function and the number of neurons for each layer can be chosen. New layers can be added and existing layers deleted. It is also possible to delete all the hidden layers. However, the number of neurons should never be set to 0 or less, as this can cause errors.
In addition to the settings specific to the Neural Network algorithm, the user can use Transformation Settings - to control the way of data transformation; these settings are described in the Transformation chapter.
The results of the Feed Forward Neural Networks module are:
predictedValue for Approximation,
predictedCategory and probability for Classification.