Using a U-Net for image segmentation, blending predicted patches smoothly is a must to please the human eye.
updated at Aug. 25, 2017, 8:33 p.m.
Attempt at reproducing a SGNN's projection layer, but with word n-grams instead of skip-grams. Paper and more: http://aclweb.org/anthology/D18-1105
updated at July 18, 2023, 11:20 a.m.
Auto-optimizing a neural net (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.
updated at Feb. 29, 2024, 5:11 a.m.
Simple demo of filtering signal with an LPF and plotting its Short-Time Fourier Transform (STFT) and Laplace transform, in Python.
updated at Oct. 15, 2024, 12:09 p.m.
Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier
updated at Oct. 25, 2024, 6:54 p.m.
Using deep stacked residual bidirectional LSTM cells (RNN) with TensorFlow, we do Human Activity Recognition (HAR). Classifying the type of movement amongst 6 categories or 18 categories on 2 different datasets.
updated at Oct. 29, 2024, 1:35 a.m.
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
updated at Nov. 12, 2024, 8:50 p.m.
Growing the code out of your notebooks - the right way.
updated at Nov. 13, 2024, 4:05 p.m.
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
updated at Nov. 14, 2024, 5:52 p.m.