Making our first convolution in LabVIEW

July 23, 2021

After testing our first full connected neural network,ย  we are now able to do our first 2D convolution in LabVIEW.ย 
Now we have to work on basic loss with forward operation.

NATIVE LABVIEW

Our first approach will be to develop the whole project in native LabVIEW.

By doing this, our idea is to follow the performance evolutions of LabVIEW brought by the National Instruments teams in the speed of code execution, resource management, loop optimizations or improvements in operations (BLASโ€ฆ).
We wonโ€™t hide that we like NI so it seemed natural to us. ๐Ÿฅฐ

HAIBAL 1.2.1 release notes

HAIBAL 1.2.1 release notes

All release notes are available at this page .Download link Release NotesV1.2.1 Date of releaseย 02 february 2023 Features Layers Native LabVIEW GPU (CUDA) Add2D done done Add3D done done Add4D done...

read more
HAIBAL 1.2.0 release notes

HAIBAL 1.2.0 release notes

All release notes are available at this page .Download link Release NotesV1.2.0 Date of releaseย 22 january 2022 Features Layers Native LabVIEW GPU (CUDA) Add2D done done Add3D done done Add4D done...

read more
HAIBAL 1.1.0 release notes

HAIBAL 1.1.0 release notes

All release notes are available at this page .Download link Release NotesV1.1.0 Date of releaseย 11 january 2022 Optimizers Functionality Status Information ConvLSTM1D/2D/3D, LSTM fixed bias...

read more