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

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

作者:chen_h

微信号 & QQ:862251340
微信公众号:coderpai


1.【博客】Playing a toy poker game with Reinforcement Learning

简介:

Reinforcement learning (RL) has had some high-profile successes lately, e.g. , but the basic ideas are fairly straightforward. Let’s try RL on our favorite toy problem: the heads-up no limit shove/fold game. This is a pedagogical post rather than a research write-up, so we’ll develop all of the ideas (and code!) more or less from scratch. Follow along in a Python3 notebook!

原文链接:


2.【论文】SuperSpike: Supervised learning in multi-layer spiking neural networks

简介:

A vast majority of computation in the brain is performed by spiking neural networks. Despite the ubiquity of such spiking, we currently lack an understanding of how biological spiking neural circuits learn and compute in-vivo, as well as how we can instantiate such capabilities in artificial spiking circuits in-silico. Here we revisit the problem of supervised learning in temporally coding multi-layer spiking neural networks. First, by using a surrogate gradient approach, we derive SuperSpike, a nonlinear voltage-based three factor learning rule capable of training multilayer networks of deterministic integrate-and-fire neurons to perform nonlinear computations on spatiotemporal spike patterns. Second, inspired by recent results on feedback alignment, we compare the performance of our learning rule under different credit assignment strategies for propagating output errors to hidden units. Specifically, we test uniform, symmetric and random feedback, finding that simpler tasks can be solved with any type of feedback, while more complex tasks require symmetric feedback. In summary, our results open the door to obtaining a better scientific understanding of learning and computation in spiking neural networks by advancing our ability to train them to solve nonlinear problems involving transformations between different spatiotemporal spike-time patterns.

原文链接:


3.【博客】What Can’t Deep Learning Do?

简介:

1/ What can’t deep learning do? Worth putting together a list of known failures to guide algorithmic development.

2/ Deep learning methods are known to fail at learning after small jitters to input. Think object recognition breaking when colors are swapped.

3/ Gradient based learning is quite slow. Takes many, many gradient descent steps to pick up patterns. Tough for high dimensional prediction.

4/ Deep learning methods are terrible at handling constraints. Not possible to find solutions satisfying constraints unlike linear programming.

5/ Training for complex models is quite unstable. Neural turing machines and GANs often don’t train well, with heavy dependence on rand seed.

……

原文链接:


4.【博客】8 Benefits of Customer Service Chatbots

简介:

We have all experienced the benefits and convenience of getting things done with just a tap on our phones. In today’s on-demand economy, our consumer expectations are higher than ever. If we don’t find answers or a resolution to our problems right away, we can easily move to the next brand. As a result, customer service departments play a key role for client retention and customer brand loyalty.

原文链接:


5.【博客】Real-Time Stable Style Transfer for Videos

简介:

The paper by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge presents a technique for learning a style and applying it to other images. When used frame-by-frame on movies, the resulting stylized animations are of low quality. They suffer from extensive “popping”. We refer to popping as stylization features that are inconsistent from frame to frame. The stylized features (lines, strokes, colors) are present one frame but gone the next frame. clearly shows the popping.

原文链接:


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

你可能感兴趣的文章
如何在macOS上安装PostgreSQL
查看>>
mysql用户权限_MySQL用户权限
查看>>
JavaScript切换条件
查看>>
在邮件标头中找到无效的字符_在Express中使用HTTP标头
查看>>
express 邮件发送_使用Express发送回复
查看>>
react生命周期_React生命周期事件
查看>>
叶节点到根节点的路径_节点路径模块
查看>>
前端测试简介
查看>>
如何查找公共子字符串长度_如何在C中查找字符串的长度
查看>>
javascript运算符_JavaScript比较运算符
查看>>
字符串tostring_字符串toString()方法
查看>>
字符串方法中会修改原字符串_字符串padStart()方法
查看>>
字符串endsWith()方法
查看>>
number.isnan_Number isNaN()方法
查看>>
虚拟dom_虚拟DOM
查看>>
安卓录制视频不录制外界声音_我如何录制我的视频
查看>>
vue组件引入scss变量_如何将SCSS与Vue.js单个文件组件一起使用
查看>>
node.js删除文件_如何使用Node.js删除文件
查看>>
开发人员,学习营销
查看>>
webassembly_WebAssembly简介
查看>>