guillaume-chevalier

guillaume-chevalier

👤 Developer

9 repositories on SrcLog

View on GitHub
9 Repos
6.9k Stars
1.8k Forks
6.9k Watchers

Repositories (9)

LSTM-Human-Activity-Recognition guillaume-chevalier/LSTM-Human-Activity-Recognition Jupyter Notebook

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

3.4k
Awesome-Deep-Learning-Resources guillaume-chevalier/Awesome-Deep-Learning-Resources

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

1.7k
seq2seq-signal-prediction guillaume-chevalier/seq2seq-signal-prediction Jupyter Notebook

Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier

1.1k
HAR-stacked-residual-bidir-LSTMs guillaume-chevalier/HAR-stacked-residual-bidir-LSTMs Python

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.

269
Hyperopt-Keras-CNN-CIFAR-100 guillaume-chevalier/Hyperopt-Keras-CNN-CIFAR-100 Python

Auto-optimizing a neural net (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.

102
Hyperopt-Keras-CNN-CIFAR-100 guillaume-chevalier/Hyperopt-Keras-CNN-CIFAR-100 Python

Auto-optimizing a neural net (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.

99
GloVe-as-a-TensorFlow-Embedding-Layer guillaume-chevalier/GloVe-as-a-TensorFlow-Embedding-Layer Jupyter Notebook

Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.

90
filtering-stft-and-laplace-transform guillaume-chevalier/filtering-stft-and-laplace-transform Jupyter Notebook

Simple demo of filtering signal with an LPF and plotting its Short-Time Fourier Transform (STFT) and Laplace transform, in Python.

62
python-conv-lib guillaume-chevalier/python-conv-lib Python

A lightweight library to do for-loop-styled convolution passes on your iterable objects (e.g.: on a list). Note: this is not a convolution, it is about exposing what would the kernel pass on in the first place in your loops.

7