image/svg+xml CODE PILL S
data-analysis

Fitwrap

Usage of fitwrappar package. Fit in one line of code.

matplotlib plots

Matplotlib

Collection of matplotlib examples. Collection of common arguments for plotting functions.

panda

Pandas cheat-sheet

Collection of common ideas to work with Pandas dataframes.

colab snippets

Colab Snippets

Collection of google colab snippets for ML.

bayesian optimization

Bayesian Opt

Example of Bayesian optimization for hyper-parameters tuning.

feature selection

Feature selection

Collection of dimensionality reduction algorithm from sklearn.

pandas groupby

Pandas groupby

Groupby, filter, aggregate, transform & apply.

geopandas

Geopandas

Use geographic data to plot informations from a panda dataframe.

simple eda

Simple EDA

Python snippet to perform a simple explorational data analysis on a dataframe.

k-armed bandit

k-armed bandit

Exploiting reinforcement learning strategies to tackle the k-armed bandit problem.

vae

VAE

Example of Variational Auto Encoder using MNIST dataset.

monte carlo downhill

Monte Carlo for RL

Simple code for three Monte Carlo methods for RL (exploring starts, epsilon-greedy, off-policy).

data scaling

Data scaling

Collection od normalizations and standardizations techniques.

hist-sampling

Histogram sampling

Sample from unknown 1D or 2D distributions using histograms.

autoencoder

Autoencoders

Simple denoising autoencoder neural network.

matplotlib gif animation

Matplotlib gif

Create gif animation with matplotlib.

iterative_policy

Iterative policy

Solving a simple maze problem exploiting iterative policy evaluation method.

deep mouse

DeepMouse

Thought processes behind the development of a neural network.

pyspark

Pyspark intro

A few pyspark examples on Databricks and Google Colab.

numpy

Numpy

Collection of notes about the numpy library.

quarter car

Scipy: solve ODE

Solving the quarter car model system using scipy.

other

NN from scratch

Simple implementation of neural network with genetic evolution from scratch (numpy only).

griddata

Griddata

Interpolate 2D data-points to a given coordinate grid.

jupyter imports

Jupyter imports

List of standard data analysis imports and magics.

jupyter live plot

Plot live update

Jupyter live plot update and random walk demonstration.

xray U-net

X-ray PNX

Diagnosis and localization of PNX problem from X-ray images using U-net.

progress-bar

Text progressbar

Simple implementation of a text progressbar.

sublime keymap

ST3 key bindings

Custom key bindings for Sublime Text editor.

q-laerning

SARSA and Q-learn

Usage examples of Q-learning and SARSA algorithms.

pandas_merge

Pandas merge

Merging pandas dataframe for dummies.

data_exploration

Data exploration

Common utilities for preliminary data exploration.

ml pipeline

ML snippets

Common function for data preparation.

ml pipeline

Torch tensorboard

Example of tensorboard in a pytorch project.

train generator

Train generator

Blueprint of a python generator to train machine learning models.

feature importance

Feature importance

Feature importance using random forest and permutation importance.

list sorting

Sort lists

Sort more than one list together.

tux

Unix commands

A list of usefull unix commands

tf

TFlite setup

Setup of tensorflow, tensorflow lite and coral usb accelerator on Ubuntu.

argparse

Argparse

Parse command line arguments in python.

chow

Chow statistics

Simple method to find discontinuities in lineardata.