MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
""" | |
Scrape full sized images from vangoghmuseum.nl | |
---- requrires.txt ------------------------------------------------------------ | |
beautifulsoup4==4.6.0 | |
bs4==0.0.1 | |
certifi==2018.4.16 | |
chardet==3.0.4 | |
idna==2.7 | |
Pillow==5.2.0 | |
python-slugify==1.2.5 |
"""Visualize stability of stochastic gradient descent for finding a linear | |
separator.""" | |
import numpy as np | |
import matplotlib as mpl | |
import matplotlib.pyplot as plt | |
np.random.seed(1) | |
mpl.rcParams['axes.linewidth'] = 0.0 |