博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
人工智能资料库:第6辑(20170110)
阅读量:2443 次
发布时间:2019-05-10

本文共 2621 字,大约阅读时间需要 8 分钟。


  1. 【代码】A Practical Guide for Debugging Tensorflow Codes

简介:

如何调试 Tensorflow 代码,有案例,有PPT,非常全面。

原文链接:


2.【论文】Deep Class Aware Denoising

简介:

The increasing demand for high image quality in mobile devices brings forth the need for better computational enhancement techniques, and image denoising in particular. At the same time, the images captured by these devices can be categorized into a small set of semantic classes. However simple, this observation has not been exploited in image denoising until now. In this paper, we demonstrate how the reconstruction quality improves when a denoiser is aware of the type of content in the image. To this end, we first propose a new fully convolutional deep neural network architecture which is simple yet powerful as it achieves state-of-the-art performance even without being class-aware. We further show that a significant boost in performance of up to 0.4 dB PSNR can be achieved by making our network class-aware, namely, by fine-tuning it for images belonging to a specific semantic class. Relying on the hugely successful existing image classifiers, this research advocates for using a class-aware approach in all image enhancement tasks.

原文链接:


3.【视频】How to use Q Learning in Video Games Easily

简介:

In this video, I go over the history of reinforcement learning then talk about how a type of reinforcement learning called Q learning works. We’ll then write a 10 line python script for a Q learning bot in a 5x5 grid that will help it go from point A to point B as fast as possible.

原文链接:

代码链接:


4.【博客】Practical seq2seq

简介:

In my , I talked a bit about the theoretical aspect of the famous Sequence to Sequence Model. I have shared the code for my implementation of seq2seq - . I have adopted most of the code from  example provided by Google. Hence, most parts of the code, that dealt with data preprocessing, model evaluation were black boxes to me and to the readers. To make matters worse, the model trained on Cornell Movie Dialog corpus performed poorly. A lot of people complained about this. After training the model for days, most of the responses were gibberish. I apologize for wasting your time.

原文链接:


5.【博客】Tutorial: Categorical Variational Autoencoders using Gumbel-Softmax

简介:

In this post, I discuss our recent paper, , which introduces a simple technique for training neural networks with discrete latent variables. I’m really excited to share this because (1) I believe it will be quite useful for a variety of Machine Learning research problems, (2) this is my first published paper ever (on Arxiv, and submitted to a NIPS workshop and ICLR as well).

原文链接:

代码链接:


转载地址:http://ppdqb.baihongyu.com/

你可能感兴趣的文章
字符串endsWith()方法
查看>>
number.isnan_Number isNaN()方法
查看>>
虚拟dom_虚拟DOM
查看>>
安卓录制视频不录制外界声音_我如何录制我的视频
查看>>
如何在纯JavaScript中等待DOM ready事件
查看>>
react测试组件_测试React组件
查看>>
vue组件引入scss变量_如何将SCSS与Vue.js单个文件组件一起使用
查看>>
node.js删除文件_如何使用Node.js删除文件
查看>>
怎么过去web项目路径_我过去所做的所有软件项目
查看>>
开发人员,学习营销
查看>>
node 导出csv文件_如何使用Node.js编写CSV文件
查看>>
JavaScript数组简介
查看>>
创建react应用程序_如何调试React应用程序
查看>>
javascript国际化_JavaScript国际化
查看>>
JavaScript公共类字段
查看>>
object create_Object create()方法
查看>>
js trimstart_String trimStart()方法
查看>>
next.js部署_立即部署Next.js应用程序
查看>>
JavaScript对象属性
查看>>
String substring()方法
查看>>