Skip to content

Instantly share code, notes, and snippets.

View jaspreetkaur96's full-sized avatar

Jaspreet Kaur jaspreetkaur96

View GitHub Profile
@akesling
akesling / mnist.py
Last active August 15, 2024 03:08
MNist loading helper for Python 2.7. For Python 3.x, see https://gist.github.com/akesling/42393ccb868125071fdea77d98a0d2f0
import os
import struct
import numpy as np
"""
MNist loading helper for Python 2.7.
For Python 3.x, see https://gist.github.com/akesling/42393ccb868125071fdea77d98a0d2f0
Loosely inspired by http://abel.ee.ucla.edu/cvxopt/_downloads/mnist.py