12 2016 档案

摘要:Attribute2Image Conditional Image Generation from Visual Attributes Target: 本文提出一种根据属性生成图像的产生式模型 。 有了具体属性的协助,生成的图像更加真实,降低了采样的不确定性。 基于这个假设,本文提出一种学习框架,得 阅读全文
posted @ 2016-12-29 21:53 AHU-WangXiao 阅读(1098) 评论(0) 推荐(0) 编辑
摘要:LSTM NEURAL NETWORK FOR TIME SERIES PREDICTION Wed 21st Dec 2016 Neural Networks these days are the “go to” thing when talking about new fads in machi 阅读全文
posted @ 2016-12-29 20:22 AHU-WangXiao 阅读(1723) 评论(0) 推荐(0) 编辑
摘要:Conditional Variational Autoencoders 条件式变换自编码机 Goal of a Variational Autoencoder: 一个 VAE(variational autoencoder)是一个产生式模型,意味着我们可以产生看起来像我们的训练数据的 sample 阅读全文
posted @ 2016-12-28 21:47 AHU-WangXiao 阅读(13149) 评论(0) 推荐(2) 编辑
摘要:About Contact Subscribe Back-propagation, an introduction Sanjeev Arora and Tengyu Ma • Dec 20, 2016 • 20 minute read Given the sheer number of backpr 阅读全文
posted @ 2016-12-23 18:06 AHU-WangXiao 阅读(375) 评论(0) 推荐(0) 编辑
摘要:Torch 网络层 参数的初始化问题 参考链接: https://github.com/Kaixhin/nninit 从 Torch 中自带的包,可以看到:https://github.com/torch/torch7/wiki/Cheatsheet#utility-libraries 在 Mach 阅读全文
posted @ 2016-12-22 16:44 AHU-WangXiao 阅读(735) 评论(0) 推荐(0) 编辑
摘要:Torch 7 load saved model failed, 加载保存的模型失败: 可以尝试下面的解决方案: 阅读全文
posted @ 2016-12-21 16:53 AHU-WangXiao 阅读(1027) 评论(0) 推荐(0) 编辑
摘要:Daniil's blog Machine Learning and Computer Vision artisan. About/ Blog/ Daniil's blog Machine Learning and Computer Vision artisan. About/ Blog/ Imag 阅读全文
posted @ 2016-12-20 22:54 AHU-WangXiao 阅读(712) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2016-12-20 12:26 AHU-WangXiao 阅读(1) 评论(0) 推荐(0) 编辑
摘要:这两天装 Linux 系统,总是遇到一个很蛋疼的问题: 当你累死累活把分区什么的都设置好了之后,在输入了系统名字,开机密码那几项之后,再选择地点的时候(如:选择 “上海”),然后就会卡死,然后,闪退到,刚开始进去安装镜像的那个界面,怎么回事呢? 答曰:万恶的Linux,万恶的网线! 将网线拔掉(即: 阅读全文
posted @ 2016-12-17 21:48 AHU-WangXiao 阅读(252) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2016-12-17 16:30 AHU-WangXiao 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2016-12-14 23:44 AHU-WangXiao 阅读(1) 评论(0) 推荐(0) 编辑
摘要:Awesome Deep Learning Table of Contents Free Online Books Courses Videos and Lectures Papers Tutorials Researchers WebSites Datasets Frameworks Miscel 阅读全文
posted @ 2016-12-14 23:33 AHU-WangXiao 阅读(339) 评论(0) 推荐(0) 编辑
摘要:1. http://www.machinedlearnings.com/2016/12/nips-2016-reflections.html 2. http://blog.arpitmohan.com/NIPS-Notes-Day-1 3. http://blog.arpitmohan.com/NI 阅读全文
posted @ 2016-12-13 13:37 AHU-WangXiao 阅读(380) 评论(0) 推荐(0) 编辑
摘要:Playing FPS games with deep reinforcement learning 博文转自:https://blog.acolyer.org/2016/11/23/playing-fps-games-with-deep-reinforcement-learning/ When I 阅读全文
posted @ 2016-12-11 22:31 AHU-WangXiao 阅读(542) 评论(0) 推荐(0) 编辑
摘要:How to Train a GAN? Tips and tricks to make GANs work 转自:https://github.com/soumith/ganhacks While research in Generative Adversarial Networks (GANs) 阅读全文
posted @ 2016-12-11 00:15 AHU-WangXiao 阅读(1637) 评论(0) 推荐(0) 编辑
摘要:The major advancements in Deep Learning in 2016 The major advancements in Deep Learning in 2016 Pablo Tue, Dec 6, 2016 in MACHINE LEARNING DEEP LEARNI 阅读全文
posted @ 2016-12-09 13:29 AHU-WangXiao 阅读(208) 评论(0) 推荐(0) 编辑
摘要:Artificial intelligence, revealed Yann LeCunJoaquin Quiñonero Candela Artificial intelligence, revealed Yann LeCunJoaquin Quiñonero Candela Artificial 阅读全文
posted @ 2016-12-08 22:47 AHU-WangXiao 阅读(256) 评论(0) 推荐(0) 编辑
摘要:Predictive learning vs. representation learning 预测学习 与 表示学习 When you take a machine learning class, there’s a good chance it’s divided into a unit on 阅读全文
posted @ 2016-12-08 19:07 AHU-WangXiao 阅读(2457) 评论(0) 推荐(0) 编辑
摘要:Lua 调用 Opencv 的方法 最近想用 Lua 调用 Opencv 进行相关像素级操作,如:bitwise_and 或者 bitwise_or,从而完成图像 IoU 的计算。 那么,怎么用 Lua 调用 Opencv 呢? 查了 Torch 的官方文档,发现只有这么几个可以调用的包: 链接:  阅读全文
posted @ 2016-12-04 22:37 AHU-WangXiao 阅读(4055) 评论(0) 推荐(0) 编辑
摘要:Torch 日志文件的保存 logroll 怎样将 Torch 在终端显示的信息,保存到 log 文件中 ? 现在介绍一种方法:利用 logroll 的方式。 参考 https://github.com/rosejn/logroll 1. 首先安装 logroll 工具包: luarocks ins 阅读全文
posted @ 2016-12-04 19:44 AHU-WangXiao 阅读(1710) 评论(0) 推荐(0) 编辑
摘要:Deep Reinforcement Learning Papers A list of recent papers regarding deep reinforcement learning. The papers are organized based on manually-defined b 阅读全文
posted @ 2016-12-04 13:04 AHU-WangXiao 阅读(720) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示