AI public 3 min read The importance of loss function in Tensorflow model Cyril Canovas Aug 2, 2023 Introduction In the diverse ecosystem of deep learning, TensorFlow reigns as one of the most popular frameworks. Amidst the array…
AI public 3 min read Discrete Haar Wavelet Transform in 1D Using TensorFlow Cyril Canovas Jul 15, 2023 The wavelet transform is a tool that cuts up data, functions, or operators into different frequency components, and then studies…
PostgreSql public 4 min read Windowing data with Postgresql Cyril Canovas Apr 26, 2022 Data analysis, dashboarding, optimization sometimes requires setting up a data windowing system.The principle of data windowing is quite simple,…