Skip to content

Instantly share code, notes, and snippets.

View nbeuchat's full-sized avatar

Nicolas Beuchat nbeuchat

View GitHub Profile
@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