上一页 1 ··· 327 328 329 330 331 332 333 334 335 ··· 344 下一页
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Thu Oct 25 13:41:35 2018@author: lg"""import numpy as npimport pandas ... 阅读全文
posted @ 2018-10-25 19:22 luoganttcc 阅读(386) 评论(0) 推荐(0)
摘要: import numpy as np import tensorflow as tf import tensorflow.contrib.rnn as rnn import matplotlib.pyplot as plt import matplotlib... 阅读全文
posted @ 2018-10-25 19:20 luoganttcc 阅读(130) 评论(0) 推荐(0)
摘要: 网上看到很多tf.pad的文章,很多都语焉不详,需自己动手操作才能真正理解,pad,一言以蔽之,就是在矩阵的周围补0。 1. 对于二维矩阵,就是在 上 ,下,左,右补0#pad1 = np.array([[‘上’,‘下’], [‘左’,‘右’ ]])impo... 阅读全文
posted @ 2018-10-23 10:50 luoganttcc 阅读(212) 评论(0) 推荐(0)
摘要: 在登录远程服务器的时候使用命令:ssh -L 16006:127.0.0.1:6006 name@server_ipnohup python file_name.py >p1.log >tensorboard --logdir=./log在本机浏览器输入:h... 阅读全文
posted @ 2018-10-22 14:33 luoganttcc 阅读(121) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Mon Oct 22 13:04:34 2018@author: lg"""#!/usr/bin/env python3# -*- codi... 阅读全文
posted @ 2018-10-22 14:27 luoganttcc 阅读(116) 评论(0) 推荐(0)
摘要: 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 阅读(97) 评论(0) 推荐(0)
摘要: 原文链接 阅读全文
posted @ 2018-10-20 19:21 luoganttcc 阅读(106) 评论(0) 推荐(0)
摘要: 手机上有太多低级的东西,会使人愚蠢低效。这是我自己给自己定的法律必须执行 1. 工作的时候,手机放在抽屉里2. 睡觉的前后手机放在包里3. 闲的时候不玩手机多看书4.上网时候不要被某条信息的影响,忘记你为什么上网http://www.aqd111.com/v... 阅读全文
posted @ 2018-10-20 09:18 luoganttcc 阅读(2001) 评论(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 阅读(191) 评论(0) 推荐(0)
摘要: 链接 阅读全文
posted @ 2018-10-18 19:26 luoganttcc 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 327 328 329 330 331 332 333 334 335 ··· 344 下一页