Skip to content

Instantly share code, notes, and snippets.

View nbeuchat's full-sized avatar

Nicolas Beuchat nbeuchat

View GitHub Profile
@nbeuchat
nbeuchat / keybase.md
Created February 21, 2019 13:43
Keybase identity proof

Keybase proof

I hereby claim:

  • I am nbeuchat on github.
  • I am nbeuchat (https://keybase.io/nbeuchat) on keybase.
  • I have a public key whose fingerprint is C9DD 02E0 EF96 60BF DFE9 5ADF 9216 DA56 6923 AF9E

To claim this, I am signing this object:

@nbeuchat
nbeuchat / draw_neural_net.py
Last active January 22, 2018 17:04 — forked from craffel/draw_neural_net.py
Draw a neural network diagram with matplotlib!
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Modified on Mon Oct 10 23:29:41 2016
@author: craffel, edited by nbeuchat (Nicolas Beuchat)
"""
import matplotlib.pyplot as plt