CNN底层实现(python版)

用的cifar-10的数据 Githubpython import numpy as np import time import sys import random # from tt import TwoLayerNet def conv2(X, k): # as a demo code, here we ignore the shape check x_row, x_col
相关文章
相关标签/搜索