吴恩达 《深度学习》L1W2作业1
吴恩达 《深度学习》L1W2作业1
# 数据集预处理
train_set_x_orig, train_set_y, test_set_x_orig, test_set_y, classes = load_dataset()
print(train_set_x_orig.shape)
print(train_set_y.shape)
print(test_set_x_orig.shape)
print(test_set_y.shape)
m_train = train_set_x_orig.shape[0
原创
2021-05-15 16:26:51 ·
160 阅读 ·
0 评论