About the NN Assembly

A neural network is a system of interconnected and interactive simple processors (artificial neurons). Neural networks are not programmed, rather they are learned. Ability to learn is one of the major advantages of neural networks in comparison with traditional algorithms. Technically, learning is finding coefficients of connections between neurons. While learning, a neural network is able to reveal complex interdependencies between input and output data, and also make generalizations. This means that in case of successful learning the network can return valid result based on the data that was absent in the learning set, as well as incomplete and/or "fuzzy", partially distorted data.

The NN assembly is used to create, learn and use neural networks. This assembly allows for simple and easy integration of functionality of neural networks into applications. It allows for successful analysis, data classification and forecasting.

The main assembly interfaces are:

Key features of the NN assembly:

See also:

NN Assembly Interfaces | NN Assembly Classes | Examples