会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kuanleung
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
···
29
下一页
2021年9月28日
偏离份额分析法
摘要: https://www.docin.com/p-175866968.html 《售电市场变化特点的动态偏离份额分析法》 https://www.doc88.com/p-681951233999.html 《https://baike.sogou.com/v63784076.htm?fromTitle
阅读全文
posted @ 2021-09-28 08:47 kuanleung
阅读(108)
评论(0)
推荐(0)
2021年8月31日
tensorflow--监控运行
摘要: import tensorflow as tf @tf.function #启用图必须开启 def my_func(x, y): # A simple hand-rolled layer. return tf.multiply(x, y) # Set up logging. logdir = r"C
阅读全文
posted @ 2021-08-31 22:40 kuanleung
阅读(22)
评论(0)
推荐(0)
2021年8月28日
tensorflow学习参考这里
摘要: https://www.bilibili.com/video/BV1Lx411j7ws?p=9点击进入
阅读全文
posted @ 2021-08-28 21:12 kuanleung
阅读(11)
评论(0)
推荐(0)
2021年8月27日
tensorflow笔记--CNN算法
摘要: Dependencies: tensorflow: 1.1.0 matplotlib numpy """ import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data import numpy a
阅读全文
posted @ 2021-08-27 16:05 kuanleung
阅读(20)
评论(0)
推荐(0)
tensorflow笔记--dropout
摘要: ncies: tensorflow: 1.1.0 matplotlib numpy """ import tensorflow as tf import numpy as np import matplotlib.pyplot as plt tf.set_random_seed(1) np.rand
阅读全文
posted @ 2021-08-27 16:05 kuanleung
阅读(20)
评论(0)
推荐(0)
2021年8月26日
tensorflow笔记--训练数据集
摘要: """ Know more, visit my Python tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou More
阅读全文
posted @ 2021-08-26 18:55 kuanleung
阅读(20)
评论(0)
推荐(0)
tensorflow笔记--监控tensorboard
摘要: Dependencies: tensorflow: 1.1.0 numpy """ import tensorflow as tf import numpy as np tf.set_random_seed(1) np.random.seed(1) # fake data x = np.linspa
阅读全文
posted @ 2021-08-26 18:53 kuanleung
阅读(29)
评论(0)
推荐(0)
tensorflow笔记--优化器
摘要: Dependencies: tensorflow: 1.1.0 matplotlib numpy """ import tensorflow as tf import matplotlib.pyplot as plt import numpy as np tf.set_random_seed(1)
阅读全文
posted @ 2021-08-26 18:51 kuanleung
阅读(12)
评论(0)
推荐(0)
tensoeflow笔记--保存与重载
摘要: Dependencies: tensorflow: 1.1.0 matplotlib numpy """ import tensorflow as tf import matplotlib.pyplot as plt import numpy as np tf.set_random_seed(1)
阅读全文
posted @ 2021-08-26 18:50 kuanleung
阅读(11)
评论(0)
推荐(0)
tensorflow笔记--分类
摘要: Dependencies: tensorflow: 1.1.0 matplotlib numpy """ import tensorflow as tf import matplotlib.pyplot as plt import numpy as np tf.set_random_seed(1)
阅读全文
posted @ 2021-08-26 18:49 kuanleung
阅读(16)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
29
下一页
公告