Neural Network

From Tygron Preview Support Wiki
Revision as of 09:31, 25 September 2024 by Maxim@tygron.com (talk | contribs)
Jump to navigation Jump to search

A Neural Network in the Tygron Platform is a pre-trained network that can be used by an Inference Overlay to classify or detect patterns and features given one or more input Overlays. Neural Networks are stored in the Tygron Platform as data items with a reference to an ONNX-file (Open Neural Network Exchange format).

Input and output for neural networks is handled using data tensors. These tensors are multi-dimensional data arrays. They are automatically identified when selecting or adding a new Neural Network.

Whether a Neural Network classifies or detects objects given an input depends on its inference model. Such a model consists using AI-software, such as PyTorch.