Neural Designer comprises a window to edit your settings, an artificial intelligence engine to perform neural network computation, and another window to see your output:
Editor window
When opening Neural Designer, the editor window is shown. This component lets you create and set your projects. The following figure shows the start page of the editor window.
The Projects panel allows you to create a new approximation or classification project or open an existing project. More information about approximation and classification tasks can be found in the Neural networks applications article.
The Tutorials panel redirects you to the online 7 step neural networks tutorial.
The Examples panel opens worked projects made with real data. All of them are documented in the Neural Designer Examples section.
Opening, for instance, the Iris Flowers example, shows the editor window’s main view.

- A data book with a dataset, a neural network, a training strategy, and model selection tabs. It contains the settings for all the components needed to solve a given application. Default values for all the settings are provided by the software when specifying the data file to work with.
- A task manager that encompasses data sets, neural networks, training strategies, model selection, testing analysis, and model deployment tasks. It contains a list of tasks for each component to be run by the artificial intelligence engine. Some tasks require additional information from the user via dialogues.
- An output pad for the editor, the engine, and the viewer. Most information, warnings, and error messages will appear here.
Artificial intelligence engine
The artificial intelligence engine allows you to run tasks. That application does not have any windows, but it runs processes in the background. Tasks are called from the task manager in the editor window.
When you ask the engine to carry out some task, the results can show up in different places:
- New settings will appear in the editor window.
- Task results will show up in the viewer window.
If some settings are inconsistent, then the output viewer in Neural Editor writes an error message, and the task is not executed.
If a task throws an error during execution, it will also be written in the output viewer.
Viewer window
The viewer window shows you texts, tables, and graphs you create by running tasks. It starts automatically when running any task from the editor window. Running, for example, “Plot scatter charts” in an approximation project, opens the viewer window with the corresponding results.
As you can see from the figure above, the viewer has two main panels:
- A tree view displaying the report’s index.
Every section corresponds to a task run by the engine (but the project description can be edited in the editor).
Each subsection corresponds to a single description, table, chart, etc. - A content panel that collects your descriptions, tables, graphs, and other content.
You can also start the viewer window by opening the output file you must work with (.ndo file).
Neural Viewer also allows you to export your results to a PDF file or print them. Also, you can export any table or graph as PNG or CSV by right-clicking on it.