Welcome to our Support Center

Get “lda_coeff” by index

Description

Gets the loss derivative attenuation coefficient of layer selected by the index given as input.

Input parameters

 

Model in : model architecture.
index : integerlayer index.

Output parameters

 

Model out : model architecture.

 lda_coeff : cluster

 index : integer, index of layer.
 name : string, name of layer.
 lda_coeff : float, loss derivative attenuation coefficient value.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install HAIBAL library to run it).

Using the “Get lda_coeff by index” function

1 – Define Graph

We define the graph with one input and two Dense layers named Dense1 and Dense2. We set the Dense1 layer with a “lda_coeff” equal to 2 and the Dense2 layer with a “lda_coeff” equal to 5.

2 – Get Function

We use the “Get lda_coeff by index” function to get the value of the parameter of layer at index 2.

Table of Contents