View unittest_example.py
# python3 -m unittest_example | |
# python3 -m unittest -v unittest_example | |
# python3 -m unittest -v unittest_example.Numbers.test_odd | |
import unittest | |
class Numbers(unittest.TestCase): | |
def test_20(self): | |
x = 13 |
View mlp_2d_fn_approx.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Matplotlib Gif Maker.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View matplotlib_connectionpatch_problem_workaround.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View matplotlib_connectionpatch_problem.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Binomial Distribution.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Differentiable Value Iteration (PyTorch).ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View JupyterBoilerPlate.py
import os | |
import numpy as np | |
import matplotlib.pyplot as plt | |
%matplotlib inline | |
import matplotlib as mpl | |
# plot title | |
mpl.rcParams['axes.titlesize'] = 18 |
View imagenet1000_clsid_to_labels.txt
{n01440764: 'tench, Tinca tinca', | |
n01443537: 'goldfish, Carassius auratus', | |
n01484850: 'great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', | |
n01491361: 'tiger shark, Galeocerdo cuvieri', | |
n01494475: 'hammerhead, hammerhead shark', | |
n01496331: 'electric ray, crampfish, numbfish, torpedo', | |
n01498041: 'stingray', | |
n01514668: 'cock', | |
n01514859: 'hen', | |
n01518878: 'ostrich, Struthio camelus', |
NewerOlder