上一页 1 ··· 328 329 330 331 332 333 334 335 336 ··· 345 下一页
摘要: import tensorflow as tfimport numpy as np## prepare the original datawith tf.name_scope('data'): x_data = np.random.rand(100)... 阅读全文
posted @ 2018-10-22 14:26 luoganttcc 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 原文链接 阅读全文
posted @ 2018-10-20 19:21 luoganttcc 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 手机上有太多低级的东西,会使人愚蠢低效。这是我自己给自己定的法律必须执行 1. 工作的时候,手机放在抽屉里2. 睡觉的前后手机放在包里3. 闲的时候不玩手机多看书4.上网时候不要被某条信息的影响,忘记你为什么上网http://www.aqd111.com/v... 阅读全文
posted @ 2018-10-20 09:18 luoganttcc 阅读(1594) 评论(0) 推荐(0) 编辑
摘要: from matplotlib import pyplot as plt import numpy as np from mpl_toolkits.mplot3d import Axes3D#p是你的胜率#b是你的赔率def caly(p,b): ... 阅读全文
posted @ 2018-10-19 17:26 luoganttcc 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 链接 阅读全文
posted @ 2018-10-18 19:26 luoganttcc 阅读(110) 评论(0) 推荐(0) 编辑
摘要: import numpy as npimport tensorflow as tffrom keras.callbacks import TensorBoardfrom keras.layers import Input, Densefrom keras.m... 阅读全文
posted @ 2018-10-18 18:26 luoganttcc 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 参考1参考2train_on_batchn_epoch = 12batch_size = 16for e in range(n_epoch): print("epoch", e) batch_num = 0 loss_sum=np.arra... 阅读全文
posted @ 2018-10-18 18:16 luoganttcc 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 多层感知机#Lesson 03: MLP for Time Series Forecasting# univariate mlp examplefrom numpy import arrayfrom keras.models import Sequentia... 阅读全文
posted @ 2018-10-17 19:15 luoganttcc 阅读(233) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get purge mongodb或者sudo apt-get purge --auto-remove mongodb 阅读全文
posted @ 2018-10-16 18:08 luoganttcc 阅读(880) 评论(0) 推荐(0) 编辑
摘要: # multinput and multioutput from numpy import arrayfrom keras.models import Sequentialfrom keras.layers import Densefrom keras.l... 阅读全文
posted @ 2018-10-16 18:08 luoganttcc 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 ··· 328 329 330 331 332 333 334 335 336 ··· 345 下一页