pip install keras -i https://pypi.tuna.tsinghua.edu.cn/simple
python -m pip install tensorflow-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install tensorflow -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com pakegename
了解CNN
可视化ReLU
from matplotlib import pyplot
def relu(x):
return max(0.0,x)
inputs = [x for x in range(-15,15)]
outputs = [relu(x) for x in inputs]
pyplot.plot(inputs,outputs)
pyplot.show()

学术垃圾总结一下
resnet





ALEXNET









TRANSFORMER 没看懂啊没看懂
还一直有问题

2529

被折叠的 条评论
为什么被折叠?



