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

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


  1. 【博客】Using Apache Spark for large-scale language model training

简介:

Processing large-scale data is at the heart of what the data infrastructure group does at Facebook. Over the years we have seen tremendous growth in our analytics needs, and to satisfy those needs we either have to design and build a new system or adopt an existing open source solution and improve it so it works at our scale.

For some of our batch-processing use cases we decided to use , a fast-growing open source data processing platform with the ability to scale with a large amount of data and support for custom user applications.

原文链接:


2.【论文】Deep Successor Reinforcement Learning

简介:

Learning robust value functions given raw observations and rewards is now possible with model-free and model-based deep reinforcement learning algorithms. There is a third alternative, called Successor Representations (SR), which decomposes the value function into two components – a reward predictor and a successor map. The successor map represents the expected future state occupancy from any given state and the reward predictor maps states to scalar rewards. The value function of a state can be computed as the inner product between the successor map and the reward weights. In this paper, we present DSR, which generalizes SR within an end-to-end deep reinforcement learning framework. DSR has several appealing properties including: increased sensitivity to distal reward changes due to factorization of reward and world dynamics, and the ability to extract bottleneck states (subgoals) given successor maps trained under a random policy. We show the efficacy of our approach on two diverse environments given raw pixel observations – simple grid-world domains (MazeBase) and the Doom game engine. 2

原文链接:


3.【博客】Lets practice Backpropagation

简介:

In the  we went through a system of nested nodes and analysed the update rules for the system.We also went through the intuitive notion of backpropagation and figured out that it is nothing but applying chain rule over and over again.Initially for this post I was looking to apply backpropagation to neural networks but then I felt some practice of chain rule in complex systems would not hurt.So,in this post we will apply backpropogation to systems with complex functions so that the reader gets comfortable with chain rule and its applications to complex systems.

原文链接:


4.【博客】Deep Learning in R

简介:

Deep learning is a recent trend in machine learning that models highly non-linear representations of data. In the past years, deep learning has gained a tremendous momentum and prevalence for a variety of applications (Wikipedia 2016a). Among these are image and speech recognition, driverless cars, natural language processing and many more. Interestingly, the majority of mathematical concepts for deep learning have been known for decades. However, it is only through several recent developments that the full potential of deep learning has been unleashed (Nair and Hinton 2010; Srivastava et al. 2014).

原文链接:


5.【代码】Practical PyTorch tutorials, focused on using RNNs for NLP

简介:

Learn PyTorch with project-based tutorials. So far they are focused on applying recurrent neural networks to natural language tasks.

These tutorials aim to:

  • Acheive specific goals with minimal parts
  • Demonstrate modern techniques with common data
  • Use low level but low complexity models
  • Reach for readablity over efficiency

原文链接:


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

你可能感兴趣的文章
angular4前后端分离_如何在Angular 4+中使用Apollo客户端GraphQL
查看>>
如何在Ubuntu 18.04上安装Apache Kafka
查看>>
如何在Ubuntu 20.04上安装R [快速入门]
查看>>
debian tomcat_如何在Debian 10上安装Apache Tomcat 9
查看>>
如何使用MongoDB和Docker设置Flask
查看>>
如何为Python 3设置Jupyter Notebook
查看>>
docker 容器共享数据_如何在Docker容器之间共享数据
查看>>
express中间件_创建自己的Express.js中间件
查看>>
使用Docker Compose处理多个容器
查看>>
使用Node.js电子书从容器到Kubernetes
查看>>
帝国cms接入小程序_使用无头CMS将'A'放入JAMStack
查看>>
spring react_如何使用React Spring创建动画的React应用
查看>>
go strings包_Go中的Strings包简介
查看>>
盖茨比乔布斯_在盖茨比中使用样式化组件
查看>>
debian 10 安装_如何在Debian 10上安装和使用Composer
查看>>
如何在Kubernetes上安装和使用Istio
查看>>
如何在Ubuntu 18.04上使用Apt安装Java
查看>>
debian安装mysql_如何在Debian 10上安装最新MySQL
查看>>
redis debian_如何在Debian 10上安装和保护Redis
查看>>
react 组件中使用组件_如何使用道具定制React组件
查看>>