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

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

作者:chen_h

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


1.【博客】Neural Nets for Generating Music

简介:

Algorithmic music composition has developed a lot in the last few years, but the idea has a long history. In some sense, the first automatic music came from nature: , ancient Greek wind-powered , or the Japanese water instrument . But in the 1700s music became “algorithmic”: , a game that generates short piano compositions from fragments, with choices made by dice.

原文链接:


  1. 【数据集】Fashion-MNIST

简介:

A dataset of Zalando’s article images consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. Fashion-MNIST

is intended to serve as a direct drop-in replacement of the original for benchmarking machine learning algorithms.

Here is an example how the data looks like (each class takes three-rows):

原文链接:


3.【论文】k-Nearest Neighbor Augmented Neural Networks for Text Classification

简介:

In recent years, many deep-learning based models are proposed for text classification. This kind of models well fits the training set from the statistical point of view. However, it lacks the capacity of utilizing instance-level information from individual instances in the training set. In this work, we propose to enhance neural network models by allowing them to leverage information from k-nearest neighbor (kNN) of the input text. Our model employs a neural network that encodes texts into text embeddings. Moreover, we also utilize k-nearest neighbor of the input text as an external memory, and utilize it to capture instance-level information from the training set. The final prediction is made based on features from both the neural network encoder and the kNN memory. Experimental results on several standard benchmark datasets show that our model outperforms the baseline model on all the datasets, and it even beats a very deep neural network model (with 29 layers) in several datasets. Our model also shows superior performance when training instances are scarce, and when the training set is severely unbalanced. Our model also leverages techniques such as semi-supervised training and transfer learning quite well.

原文链接:


4.【博客】Hacks for training RL systems from John Schulman’s lecture at Deep RL Bootcamp (Aug 2017)

简介:

From a talk given by titled “The Nuts and Bolts of Deep RL Research” (Aug 2017)These are tricks written down while attending summer .

原文链接:


5.【代码】Collection of generative models in Tensorflow

简介:

Tensorflow implementation of various GANs and VAEs.

原文链接:


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

你可能感兴趣的文章
使用CentOS 8进行初始服务器设置
查看>>
ecmascript v3_节点v12中的新ECMAScript模块简介
查看>>
vue jest 测试_Vue.js中的Jest快照测试简介
查看>>
Electron.js简介-第2部分:Todo应用
查看>>
gatsby_Gatsby CLI快速参考
查看>>
vue中的突变方法在哪_了解GraphQL中的突变
查看>>
redis修改配置重启命令_如何从命令行更改Redis的配置
查看>>
盖茨比乔布斯_使用wrapRootElement挂钩在盖茨比进行状态管理
查看>>
盖茨比乔布斯_通过盖茨比使用Airtable
查看>>
mern技术栈好处?_如何开始使用MERN堆栈
查看>>
路由器接路由器_路由器之战:到达路由器vsReact路由器
查看>>
rxjs 搜索_如何使用RxJS构建搜索栏
查看>>
如何在Debian 10上安装MariaDB
查看>>
go函数的可变长参数_如何在Go中使用可变参数函数
查看>>
react开源_React Icons让您可以访问数百个开源图标
查看>>
debian 服务器_使用Debian 10进行初始服务器设置
查看>>
joi 参数验证_使用Joi进行节点API架构验证
查看>>
react-notifications-component,一个强大的React Notifications库
查看>>
如何在Debian 10上设置SSH密钥
查看>>
如何在Debian 10上安装Node.js
查看>>