上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 164 下一页
  2019年8月6日
摘要: # -*- coding: utf-8 -*- import numpy as np np.random.seed(1337) import matplotlib.pyplot as plt from keras.models import Sequential from keras.layers import LSTM,TimeDistributed,Dense from keras.opti... 阅读全文
posted @ 2019-08-06 19:38 蔡军帅 阅读(1270) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- import numpy as np np.random.seed(1337) from keras.datasets import mnist from keras.utils import np_utils from keras.models import Sequential from keras.layers import SimpleR... 阅读全文
posted @ 2019-08-06 16:31 蔡军帅 阅读(822) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-import numpy as npnp.random.seed(1337)from keras.datasets import mnistfrom keras.ut... 阅读全文
posted @ 2019-08-06 16:31 蔡军帅 阅读(187) 评论(0) 推荐(0)
  2019年8月5日
摘要: 1017 Queueing at Bank (25 分) Suppose a bank has K windows open for service. There is a yellow line in fron... 阅读全文
posted @ 2019-08-05 22:56 蔡军帅 阅读(105) 评论(0) 推荐(0)
摘要: 1017 Queueing at Bank (25 分) 1017 Queueing at Bank (25 分) 1017 Queueing at Bank (25 分) Suppose a bank has K windows open for service. There is a yello 阅读全文
posted @ 2019-08-05 22:56 蔡军帅 阅读(745) 评论(0) 推荐(0)
  2019年8月4日
摘要: 1016 Phone Bills (25 分) 1016 Phone Bills (25 分) 1016 Phone Bills (25 分) A long-distance telephone company charges its customers by the following rules 阅读全文
posted @ 2019-08-04 00:34 蔡军帅 阅读(1497) 评论(0) 推荐(1)
摘要: 1016 Phone Bills (25 分) A long-distance telephone company charges its customers by the following rules:Mak... 阅读全文
posted @ 2019-08-04 00:34 蔡军帅 阅读(142) 评论(0) 推荐(0)
  2019年8月3日
摘要: 标题:Neural Machine Reading Comprehension: Methods and Trends作者:Shanshan Liu, Xin Zhang, Sheng Zhang, Hui Wa... 阅读全文
posted @ 2019-08-03 14:58 蔡军帅 阅读(134) 评论(0) 推荐(0)
摘要: 标题:Neural Machine Reading Comprehension: Methods and Trends 作者:Shanshan Liu, Xin Zhang, Sheng Zhang, Hui Wang, Weiming Zhang 链接:https://arxiv.org/pdf/ 阅读全文
posted @ 2019-08-03 14:58 蔡军帅 阅读(4304) 评论(0) 推荐(0)
摘要: 1015 Reversible Primes (20 分) 1015 Reversible Primes (20 分) 1015 Reversible Primes (20 分) A reversible prime in any number system is a prime whose "re 阅读全文
posted @ 2019-08-03 00:22 蔡军帅 阅读(248) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 164 下一页