会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
luoganttcc
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
324
325
326
327
328
329
330
331
332
···
345
下一页
2019年1月21日
维纳过程的数值模拟
摘要: 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
阅读(389)
评论(0)
推荐(0)
2019年1月16日
混沌与分叉python 实现
摘要: 完整代码请下载我的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
阅读(315)
评论(0)
推荐(0)
2019年1月15日
洛伦茨混沌
摘要: 完整代码请下载我的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
阅读(140)
评论(0)
推荐(0)
2019年1月11日
摩西十戒
摘要: 第一条:“我是耶和华-你的神,曾将你从埃及地为奴之家领出来,除了我之外,你不可有别的神。”第二条:“不可为自己雕刻偶像,也不可做什么形象仿佛上天、下地,和地底下、水中的百物。不可跪拜那些像,也不可事奉它,因为我耶和华-你的神是忌邪的神。恨我的,我必追讨他的罪...
阅读全文
posted @ 2019-01-11 17:57 luoganttcc
阅读(6401)
评论(0)
推荐(0)
2019年1月7日
sm
摘要: https://smuuu.wordpress.com/
阅读全文
posted @ 2019-01-07 16:20 luoganttcc
阅读(304)
评论(0)
推荐(0)
2019年1月3日
罗素悖论
摘要: 设集合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
阅读(661)
评论(0)
推荐(0)
常用深度学习模型
摘要: 链接
阅读全文
posted @ 2019-01-03 15:00 luoganttcc
阅读(109)
评论(0)
推荐(0)
tensorflow 加载模型
摘要: 训练模型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
阅读(160)
评论(0)
推荐(0)
2018年12月11日
释放linux 内存
摘要: 链接echo 3 > /proc/sys/vm/drop_caches
阅读全文
posted @ 2018-12-11 20:03 luoganttcc
阅读(81)
评论(0)
推荐(0)
2018年11月29日
keras模型融合
摘要: keras模型融合
阅读全文
posted @ 2018-11-29 18:35 luoganttcc
阅读(283)
评论(0)
推荐(0)
上一页
1
···
324
325
326
327
328
329
330
331
332
···
345
下一页
公告