上一页 1 ··· 173 174 175 176 177 178 179 180 181 ··· 273 下一页
摘要: 动态域名是因应网络远程访问的需要而产生的一项应用技术。因为没有固定IP,只能运用二级域名来应对经常变化的IP,动态域名的由来因此而产生。 它当前主要应用在:路由器、网络摄像机、带网络监控的硬盘录像机、视频采集卡、企业管理ERP软件、SF软件服务端以及其他所有需要进行网络远程访问的应用中。 动态域名可 阅读全文
posted @ 2018-03-05 11:19 bonelee 阅读(2947) 评论(6) 推荐(0)
摘要: Given a positive integer, output its complement number. The complement strategy is to flip the bits of its binary representation. Note: The given inte 阅读全文
posted @ 2018-03-04 18:11 bonelee 阅读(168) 评论(0) 推荐(0)
摘要: Given an array of 2n integers, your task is to group these integers into n pairs of integer, say (a1, b1), (a2, b2), ..., (an, bn) which makes sum of 阅读全文
posted @ 2018-03-04 17:09 bonelee 阅读(239) 评论(0) 推荐(0)
摘要: 我使用的caffe模型:https://github.com/BVLC/caffe/tree/ea455eb29393ebe6de9f14e88bfce9eae74edf6d/models/bvlc_alexnet 其中,需要下载deploy prototxt文件和caffmodel以供转换模型用。 阅读全文
posted @ 2018-03-02 12:02 bonelee 阅读(1008) 评论(0) 推荐(0)
摘要: A self-dividing number is a number that is divisible by every digit it contains. For example, 128 is a self-dividing number because 128 % 1 == 0, 128 阅读全文
posted @ 2018-03-01 23:26 bonelee 阅读(233) 评论(0) 推荐(0)
摘要: from kaffe.tensorflow import Network class AlexNet(Network): def setup(self): (self.feed('data') .conv(11, 11, 96, 4, 4, padding='VALID', name='conv1') .lrn... 阅读全文
posted @ 2018-03-01 15:27 bonelee 阅读(313) 评论(0) 推荐(0)
摘要: seq2seq模型详解 原创 2017年12月25日 09:41:04 标签: seq2seq / 自然语言 / 机器人 原创 2017年12月25日 09:41:04 标签: seq2seq / 自然语言 / 机器人 在李纪为博士的毕业论文中提到,基于生成的闲聊机器人中,seq2seq是一种很常见 阅读全文
posted @ 2018-03-01 09:47 bonelee 阅读(1632) 评论(0) 推荐(0)
摘要: Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are n 阅读全文
posted @ 2018-02-28 23:21 bonelee 阅读(252) 评论(0) 推荐(0)
摘要: 他会自己下载数据: 打开tensotboard: tensorboard --logdir=/tmp/tflearn_logs/ 通过tensorboard查看准确率变化以及loss变化,上图是跑了10个epoch的结果。 阅读全文
posted @ 2018-02-28 22:06 bonelee 阅读(447) 评论(1) 推荐(0)
摘要: 最后这张图特别能够说明问题!!! 然后再看张俊林的文章,应该就彻底明白了。 摘自:http://blog.csdn.net/malefactor/article/details/50550211 要是关注深度学习在自然语言处理方面的研究进展,我相信你一定听说过Attention Model(后文有时 阅读全文
posted @ 2018-02-28 18:25 bonelee 阅读(962) 评论(0) 推荐(2)
上一页 1 ··· 173 174 175 176 177 178 179 180 181 ··· 273 下一页