上一页 1 ··· 194 195 196 197 198 199 200 201 202 ··· 345 下一页
摘要: import tensorflow as tfx= tf.constant( [[2,3],[4,5... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(4) 评论(0) 推荐(0)
摘要: 原文链接 import torchtorch.__version__class RNN(object): def __init... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: 原文链接 import torchtorch.__version__class RNN(object): def __init... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: 原文 import copy, numpy as npnp.random.seed(0)# sigmoid函数def sigmoid... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: 原文 import copy, numpy as npnp.random.seed(0)# sigmoid函数def sigmoid... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: enumerate ,在python中个人感觉没什么优势,就是可以同时获取 列表的值 和索引,因为有些人这样用,你看他们的代码,不得... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: enumerate ,在python中个人感觉没什么优势,就是可以同时获取 列表的值 和索引,因为有些人这样用,你看他们的代码,不得... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(3) 评论(0) 推荐(0)
摘要: 与红帽子系列的Linux发行版不同,Ubuntu系统安装后并不能直接进行ssh登录。需要手动安装openssh才行。 Ubuntu安... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(37) 评论(0) 推荐(0)
摘要: 与红帽子系列的Linux发行版不同,Ubuntu系统安装后并不能直接进行ssh登录。需要手动安装openssh才行。 Ubuntu安... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: encoder decoder 模型是比较难理解的,理解这个模型需要清楚lstm 的整个源码细节,坦率的说这个模型我看了近十天,... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(345) 评论(0) 推荐(0)
上一页 1 ··· 194 195 196 197 198 199 200 201 202 ··· 345 下一页