Last active
October 3, 2021 00:21
-
-
Save Splines/cabf11ed84a91ec090ccd618aef111f5 to your computer and use it in GitHub Desktop.
Revisions
-
Splines revised this gist
Oct 3, 2021 . No changes.There are no files selected for viewing
-
Splines created this gist
Oct 3, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ import numpy as np from matplotlib import pyplot as plt with open('./mnist/train-images.idx3-ubyte', 'rb') as images_file,\ open('./mnist/train-labels.idx1-ubyte', 'rb') as labels_file: