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.
A curated list for resources on Neuraxle.
updated at July 12, 2021, 9:28 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.
A coding exercise: let's convert dirty machine learning code into clean code using a Pipeline - which is the Pipe and Filter Design Pattern applied to Machine Learning.
updated at Aug. 23, 2024, 7:34 p.m.
Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
updated at Sept. 29, 2024, 3:17 p.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.
The world's cleanest AutoML library ✨ - Do hyperparameter tuning with the right pipeline abstractions to write clean deep learning production pipelines. Let your pipeline steps have hyperparameter spaces. Design steps in your pipeline like components. Compatible with Scikit-Learn, TensorFlow, and most other libraries, frameworks and MLOps environments.
updated at Nov. 10, 2024, 2:13 a.m.
"Neural Turing Machine" in Tensorflow
updated at Nov. 10, 2024, 11:25 a.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.
An Open Source Machine Learning Framework for Everyone
updated at Nov. 17, 2024, 12:04 a.m.