Skip to content
Change the repository type filter

All

    Repositories list

    • This is the HTML output code for the generated Neuraxle Documentation website, hosted by GitHub.
      HTML
      1222Updated May 1, 2023May 1, 2023
    • Neuraxle

      Public
      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 enviro…
      Python
      Apache License 2.0
      6260821Updated May 1, 2023May 1, 2023
    • 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.
      Jupyter Notebook
      Apache License 2.0
      61810Updated Nov 3, 2022Nov 3, 2022
    • dotfiles

      Public
      Shell
      GNU General Public License v3.0
      1000Updated Nov 3, 2022Nov 3, 2022
    • A place to submit conda recipes before they become fully fledged conda-forge feedstocks
      Python
      BSD 3-Clause "New" or "Revised" License
      5k001Updated Aug 18, 2022Aug 18, 2022
    • The Perfect Python Project Template. Bored of coding anew the same thing for your new Python projects? Here is what you need. Click below on the "use this template" green button to start using it instantly. Rename the "project" folder and all references to this folder to customize your project name.
      Python
      Creative Commons Zero v1.0 Universal
      147600Updated Oct 31, 2021Oct 31, 2021
    • 0000Updated Jul 26, 2021Jul 26, 2021
    • A curated list for resources on Neuraxle.
      Creative Commons Zero v1.0 Universal
      0100Updated Jul 12, 2021Jul 12, 2021
    • TensorFlow steps, savers, and utilities for Neuraxle.
      Python
      Apache License 2.0
      2400Updated Jun 28, 2021Jun 28, 2021
    • 21110Updated May 11, 2021May 11, 2021
    • Neuraxio

      Public
      0000Updated Sep 8, 2020Sep 8, 2020
    • Human activity recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six categories (WALKING, WALKING_UPSTAIRS, WALKING_DOWNSTAIRS, SITTING, STANDING, LAYING) - Guillaume Chevalier
      Jupyter Notebook
      MIT License
      938300Updated May 26, 2020May 26, 2020
    • Signal prediction with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier
      Jupyter Notebook
      Apache License 2.0
      293100Updated May 22, 2020May 22, 2020
    • Python
      MIT License
      6100Updated Apr 5, 2019Apr 5, 2019
    • A Multilingual Latent Dirichlet Allocation (LDA) Pipeline with Stop Words Removal, n-gram features, and Inverse Stemming, in Python.
      Python
      MIT License
      29200Updated Mar 28, 2019Mar 28, 2019
    • A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head attention. The formulas are derived from the BN-LSTM and the Transformer Network. The LARNN cell with attention can be easily used inside a loop on the cell state, just like any other RNN.
      Jupyter Notebook
      MIT License
      32000Updated May 17, 2018May 17, 2018
    • 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
      Creative Commons Zero v1.0 Universal
      292000Updated May 16, 2018May 16, 2018
    • Auto-optimizing a neural net (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.
      Jupyter Notebook
      Other
      76000Updated May 6, 2018May 6, 2018
    • A lightweight library to do for-loop-styled convolution passes on your iterable objects (e.g.: on a list).
      Python
      MIT License
      2000Updated Apr 30, 2018Apr 30, 2018
    • This is code I wrote within less than an hour so as to very roughly draft how I would code a Dynamic RNN Attention Decoder Tree with PyTorch.
      Python
      MIT License
      13000Updated Apr 26, 2018Apr 26, 2018
    • 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.
      Jupyter Notebook
      MIT License
      19000Updated Mar 10, 2018Mar 10, 2018
    • Using a U-Net for image segmentation, blending predicted patches smoothly is a must to please the human eye.
      Python
      MIT License
      89000Updated Aug 25, 2017Aug 25, 2017
    • Plugging TensorBoard in an autoencoder on the MNIST dataset for demonstrating t-SNE embeddings visualization of unsupervised machine learning.
      Python
      MIT License
      28000Updated Jul 22, 2017Jul 22, 2017
    • 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.
      Python
      Apache License 2.0
      100300Updated Jun 7, 2017Jun 7, 2017
    • Custom convolutional neural network on cifar-100 dataset for image classification. Images and their labels are processed to HDF5 data format for use in Caffe.
      Jupyter Notebook
      9000Updated Jun 3, 2017Jun 3, 2017
    • Simple demo of filtering signal with an LP filter and plotting its STFT and Laplace transform, in Python.
      Jupyter Notebook
      MIT License
      17000Updated Jan 29, 2017Jan 29, 2017
    • Predict whether income exceeds $50K/yr based on census data of the "Adult Dataset". Also known as "Census Income" dataset.
      Jupyter Notebook
      9000Updated Dec 26, 2015Dec 26, 2015
    • Digit Recognition with scikit-learn's Bernoulli RBM and Logistic Classifier
      Python
      5000Updated Apr 29, 2015Apr 29, 2015