Welcome to our Support Center

Beginner’s Guide

How to design a model ?

This section will quick guide you to show the model design system of the LabVIEW deep learning toolkit.

Let’s start by designing a simple model.

Code used for this video

You can drop this snippet onto the block diagram and get the depicted code added to your VI (do not forget to install the LabVIEW deep learning library before).

How to summarize a model ?

This section will quick guide you to show how to summarize a model with the LabVIEW deep learning toolkit.

Code used for this video

You can drop this snippet onto the block diagram and get the depicted code added to your VI (do not forget to install the LabVIEW deep learning library before).

How to review and edit the parameters of a model?

Get Parameters from model

This section explains how to get parameters from a model.

Code used for this video

You can drop this snippet onto the block diagram and get the depicted code added to your VI (do not forget to install the LabVIEW deep learning library before).

Set Model Parameters

This section explains how to set/edit parameters of a model.

Code used for this video

You can drop this snippet onto the block diagram and get the depicted code added to your VI (do not forget to install the LabVIEW deep learning library before).

How to run a model ?

This section explains how to run a model.

Code used for this video

You can drop this snippet onto the block diagram and get the depicted code added to your VI (do not forget to install the LabVIEW deep learning library before).

File Management 

This section explains how to load and save model in the compatible format.

How to save model ?

Code used for this video

You can drop this snippet onto the block diagram and get the depicted code added to your VI (do not forget to install the LabVIEW deep learning library before).

How to load model ?

Code used for this video

You can drop this snippet onto the block diagram and get the depicted code added to your VI (do not forget to install the LabVIEW deep learning library before).

How to import Keras TensorFlow model ? 

How to fit a model ? (next release)

This section explains how to fit a model.

Fit is a simplest way to train a model (full automated wayd) but more limited possibilities.

Table of Contents