Skip to content

Instantly share code, notes, and snippets.

View MaryGeorgiou's full-sized avatar

Mary MaryGeorgiou

View GitHub Profile
#Libraries we will need
from __future__ import division
import numpy as np
import os
from skimage import data
import matplotlib.pyplot as plt
DATA_PATH = 'traffic/'
def load_data(dir):