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. 🥰

Archives