Brief Description

Getting Started

The NN assembly is used to work with artificial neural networks. Having learned this section, you will be able to:

  • Create a neural network.

  • Set parameters for its learning.

  • Learn the network.

  • Use the learned network to interpret data.

Fore details about assembly features see the About the NN Assembly section.

Assembly resources are described in the following subsections:

First of all, create a neural network.

Requirements

Before studying the assembly it is recommended to get familiar with the following sections: Development Environment and the Fore language guide.

What's New

Interface for working with back-propagation networks and Kohonen self-organizing maps

Questions and Answers

How to create a Kohonen self-organizing map?