12 2018 档案

摘要:Difference between 'SAME' and 'VALID' padding 'SAME' padding 和 'VALID' padding 的区别 If you like ascii art: In this example: Input width = 13 Filter wid 阅读全文
posted @ 2018-12-28 17:21 Jerry_Jin 阅读(347) 评论(0) 推荐(0)
摘要:使用 RamMap 清理内存 In this post I want to introduce RamMap by Microsoft. It’s a free tool you can use to show metafile usage and find which RAM areas are 阅读全文
posted @ 2018-12-24 20:09 Jerry_Jin 阅读(2052) 评论(0) 推荐(0)
摘要:【Server版本】 在Ubuntu Server版本中,因为只存有命令行模式,所以要想进行网络参数设置,只能通过修改 /etc/network/interfaces 。具体设置方法如下: (1) Ubuntu Server 修改 IP地址 打开 /etc/network/interfaces 加入 阅读全文
posted @ 2018-12-20 23:59 Jerry_Jin 阅读(11172) 评论(0) 推荐(0)
摘要:try use : reseaon: sudo ifdown eno1 or sudo ifup eno1, will not work because eno1 is not explicitly defined inside /etc/network/interfaces file. So if 阅读全文
posted @ 2018-12-20 23:37 Jerry_Jin 阅读(2710) 评论(0) 推荐(0)
摘要:Xfce 远程桌面Tab键设置 Use CTRL-tab instead of tab The XFCE Terminal has kidnapped the tab key for a feature of it's own, tab/windows switching. Instead the 阅读全文
posted @ 2018-12-20 23:25 Jerry_Jin 阅读(622) 评论(0) 推荐(0)
摘要:加速网络收敛——BN、LN、WN与selu 自Batch Norm出现之后,Layer Norm和Weight Norm作为Batch Norm的变体相继出现。最近又出来一个很”简单”的激活函数Selu,能够实现automatic rescale and shift。这些结构都是为了保证网络能够堆叠 阅读全文
posted @ 2018-12-14 14:14 Jerry_Jin 阅读(4147) 评论(0) 推荐(0)
摘要:Alien, Engineer and Human Relationship & Timeline 异形与工程师和人类的编年史 时间线 《普罗米修斯》《异形:契约》上映后,在媒体和影迷中、口碑有一定程度的两极分化,特别是在剧情逻辑、和人物刻画方面,有不少值得商榷之处。但就科幻设定而言,该片可以说极大 阅读全文
posted @ 2018-12-11 22:31 Jerry_Jin 阅读(12792) 评论(0) 推荐(0)
摘要:Alien and Predator Relationship & Timeline 异形VS铁血战士编年史 时间线 有人说铁血战士和异形是本来没有半毛钱关系,是被导演们生拉硬拽在一起的。其实,异形和铁血战士是天生的一对儿。今天,就给大家讲解异形VS铁血战士故事的大背景吧,让你彻底搞懂整个剧情。 异 阅读全文
posted @ 2018-12-11 22:23 Jerry_Jin 阅读(17756) 评论(0) 推荐(0)
摘要:如何从 谷歌浏览器商店 离线下载 谷歌浏览器扩展 Simply copying the Chrome store extension url to the following website: http://chrome-extension-downloader.com/ 阅读全文
posted @ 2018-12-11 22:00 Jerry_Jin 阅读(296) 评论(0) 推荐(0)
摘要:贝叶斯模型在机器学习以及人工智能中都有出现,cherry分类器使用了朴素贝叶斯模型算法,经过简单的优化,使用1000个训练数据就能得到97.5%的准确率。虽然现在主流的框架都带有朴素贝叶斯模型算法,大多数开发者只需要直接调用api就能使用。但是在实际业务中,面对不同的数据集,必须了解算法的原理,实现以及懂得对结果进行分析,才能达到高准确率。cherry分类器关键字过滤贝叶斯模型数学推导贝叶斯模型实... 阅读全文
posted @ 2018-12-06 21:46 Jerry_Jin 阅读(4792) 评论(1) 推荐(1)
摘要:使用Keras训练具有多个GPU的深度神经网络(照片来源:Nor-Tech.com)。 摘要 在今天的博客文章中,我们学习了如何使用多个GPU来训练基于Keras的深度神经网络。 使用多个GPU使我们能够获得准线性加速。 为了验证这一点,我们在CIFAR-10数据集上训练了MiniGoogLeNet 阅读全文
posted @ 2018-12-03 23:10 Jerry_Jin 阅读(15158) 评论(0) 推荐(0)