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

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


  1. 【博客】Matching Networks for One Shot Learning

简介:

This is a paper on one-shot learning, where we’d like to learn a class based on very few (or indeed, 1) training examples. E.g. it suffices to show a child a single giraffe, not a few hundred thousands before it can recognize more giraffes.

This paper falls into a category of “duh of course” kind of paper, something very interesting, powerful, but somehow obvious only in retrospect. I like it.

原文链接:


2.【博客】Building Machine Learning Estimator in TensorFlow

简介:

The purpose of this post is to help you better understand the underlying principles of estimators in  and point out some tips and hints if you ever want to build your own estimator that’s suitable for your particular application. This post will be helpful when you ever wonder how everything works internally and gets overwelmed by the large codebase.

原文链接:


3.【资源】Deep Learning Resources

简介:

Deep learning resources that I marked here for reading and self-study.

原文链接:


4.【博客】Unfolding RNNs —— RNN : Concepts and Architectures

简介:

RNN is one of those toys that eluded me for a long time. I just couldn’t figure out how to make it work. Ever since I read Andrej Karpathy’s blog post on the , I have been fascinated by what RNNs are capable of, and at the same time confused by how they actually worked. I couldn’t follow his code for text generation (Language Modeling). Then, I came across Denny Britz’s , from which I understood how exactly they worked and how to build them. This blog post is addressed to my past self that was confused about the internals of RNN. Through this post, I hope to help people interested in RNNs, develop a basic understanding of what they are, how they work, different variants of RNN and applications.

原文链接:


5.【代码】Neural Variational Document Model

简介:

Tensorflow implementation of .

This implementation contains:

  • Neural Variational Document Model
    1. Variational inference framework for generative model of text
    2. Combines a stochastic document representation with a bag-of-words generative model
  • Neural Answer Selection Model (in progress)
    1. Variational inference framework for conditional generative model of text
    2. Combines a LSTM embeddings with an attention mechanism to extract the semantics between question and answer

代码链接:


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

你可能感兴趣的文章
Wii将有一个可升级的Linux操作系统(转)
查看>>
Linux机为先锋智能机和PDA06销量大(转)
查看>>
Oracle与SQL Server在企业应用中的比较(转)
查看>>
Unix类操作系统入门(转)
查看>>
让FreeBSD使用ntpd同步时间(转)
查看>>
用cat命令查看文件内的特殊字符(转)
查看>>
debian sid下vmware不能运行一则(转)
查看>>
Linux操作系统套接字编程的5个隐患(转)
查看>>
Ubuntu Linux:定制Ubuntu安装CD(转)
查看>>
调查显示:企业级Linux用户不断攀升(转)
查看>>
Ubuntu/Linux入门介绍-dpkg(转)
查看>>
SCO UNIX学习宝典 高级进阶(转)
查看>>
Oracle9i RAC for RedFlag Linux DC4.1 32bit 安装流程(转)
查看>>
Sybase和Oracle安装过程中常遇到的问题(转)
查看>>
红帽Linux新系统整合虚拟技术 实现简易操作(转)
查看>>
Linux下/etc/default/boot文件字段说明(转)
查看>>
Linux壁纸系列三十四(转)
查看>>
使用带有Dtrace的FreeBSD(转)
查看>>
Fedora Core 4硬盘安装方法(转)
查看>>
常用的系统状态查询命令(转)
查看>>