上一页 1 ··· 324 325 326 327 328 329 330 331 332 ··· 345 下一页
摘要: import numpy as npfrom matplotlib import pyplot as pltT=10mu, sigma = 0.002, 0.1 # 均值和标准差 N=int(T/sigma)s = np.random.normal(mu, ... 阅读全文
posted @ 2019-01-21 14:43 luoganttcc 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 完整代码请下载我的gitimport numpy as npimport matplotlib.pyplot as pltfrom mpl_toolkits.mplot3d import Axes3Dfrom math import sin,pidef l... 阅读全文
posted @ 2019-01-16 15:03 luoganttcc 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 完整代码请下载我的git# -*- coding: utf-8 -*-"""Created on Tue Jan 15 12:23:53 2019 @author: luogantt""" import numpy as npimport matplotl... 阅读全文
posted @ 2019-01-15 15:35 luoganttcc 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 第一条:“我是耶和华-你的神,曾将你从埃及地为奴之家领出来,除了我之外,你不可有别的神。”第二条:“不可为自己雕刻偶像,也不可做什么形象仿佛上天、下地,和地底下、水中的百物。不可跪拜那些像,也不可事奉它,因为我耶和华-你的神是忌邪的神。恨我的,我必追讨他的罪... 阅读全文
posted @ 2019-01-11 17:57 luoganttcc 阅读(6249) 评论(0) 推荐(0) 编辑
摘要: https://smuuu.wordpress.com/ 阅读全文
posted @ 2019-01-07 16:20 luoganttcc 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 设集合S是由一切不属于自身的集合所组成,即“S={x|x ∉ S}”。那么问题是:S包含于S是否成立?首先,若S包含于S,则不符合x∉S,则S不包含于S;其次,若S不包含于S,则符合x∉S,S包含于S 阅读全文
posted @ 2019-01-03 22:49 luoganttcc 阅读(637) 评论(0) 推荐(0) 编辑
摘要: 链接 阅读全文
posted @ 2019-01-03 15:00 luoganttcc 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 训练模型import tensorflow as tfimport numpy as npimport matplotlib.pyplot as pltmoney=np.array([[109],[82],[99], [72], [87], [78], [8... 阅读全文
posted @ 2019-01-03 11:00 luoganttcc 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 链接echo 3 > /proc/sys/vm/drop_caches 阅读全文
posted @ 2018-12-11 20:03 luoganttcc 阅读(77) 评论(0) 推荐(0) 编辑
摘要: keras模型融合 阅读全文
posted @ 2018-11-29 18:35 luoganttcc 阅读(276) 评论(0) 推荐(0) 编辑
上一页 1 ··· 324 325 326 327 328 329 330 331 332 ··· 345 下一页