2019年8月11日
摘要: import numpy as npnp.random.seed(1337)from keras.datasets import mnistfrom keras.models import Modelfrom k... 阅读全文
posted @ 2019-08-11 22:38 蔡军帅 阅读(275) 评论(0) 推荐(0)
摘要: import numpy as np np.random.seed(1337) from keras.datasets import mnist from keras.models import Model from keras.layers import Dense, Input import matplotlib.pyplot as plt (x_train,y_train),(x... 阅读全文
posted @ 2019-08-11 22:38 蔡军帅 阅读(1056) 评论(0) 推荐(0)
摘要: 1021 Deepest Root (25 分) 1021 Deepest Root (25 分) 1021 Deepest Root (25 分) A graph which is connected and acyclic can be considered a tree. The height 阅读全文
posted @ 2019-08-11 19:28 蔡军帅 阅读(361) 评论(0) 推荐(0)
摘要: 1021 Deepest Root (25 分) A graph which is connected and acyclic can be considered a tree. The height of th... 阅读全文
posted @ 2019-08-11 19:28 蔡军帅 阅读(90) 评论(0) 推荐(0)