随笔分类 -  Something

摘要:摘要: tf.name_scope()和tf.variable_scope()是两个作用域,一般与两个创建/调用变量的函数tf.variable() 和tf.get_variable()搭配使用。它们搭配在一起的两个常见用途:1)变量共享,2)tensorboard画流程图时为了可视化封装变量,这两 阅读全文
posted @ 2019-01-18 10:28 bernieloveslife 阅读(470) 评论(0) 推荐(0)
摘要:已知x1,x2,x3,y 根据y = a a x1 + b b x2 + a b x3 预测参数a和b Output: 0 [0.16722116] [0.4231345] 0.287351 20 [0.46662363] [0.81065917] 0.00041220474 40 [0.51124 阅读全文
posted @ 2019-01-03 18:40 bernieloveslife 阅读(1011) 评论(0) 推荐(0)
摘要:目标是把这里的ppt什么的给下下来:https://web.stanford.edu/~jurafsky/slp3/ 阅读全文
posted @ 2018-12-01 22:06 bernieloveslife 阅读(116) 评论(0) 推荐(0)
摘要:目标是把这里的所有东西下载下来: http://ftp.sjtu.edu.cn/archlinux/core/os/x86_64/ 直接看代码吧,也没啥好说的。 阅读全文
posted @ 2018-12-01 22:03 bernieloveslife 阅读(118) 评论(0) 推荐(0)