deeplearning.ai Neural Networks and Deep Learning 笔记
这里写代码片
import numpy as np
import matplotlib.pyplot as plt
import h5py
import scipy
from PIL import Image
from scipy import ndimage
from lr_utils import load_dataset%matplotlib inline# Loading the data
原创
2017-09-27 14:06:59 ·
288 阅读 ·
0 评论