LibRec 精选:BERT原理和应用的图文教程

2018 年 12 月 22 日 LibRec智能推荐

LibRec 精选

LibRec智能推荐 第 21 期(至2018.12.22),更新 8 篇精彩讨论内容。


初听不知曲中意,再听已是曲中人。 


1

【论文】Enhanced Network Embedding with Text Information (ICPR 2018),论文:https://github.com/benedekrozemberczki/TENE/blob/master/tene_paper.pdf;代码:https://github.com/benedekrozemberczki/TENE

2

【DeepMind 博客】AlphaZero: Shedding new light on the grand games of chess, shogi and Go,链接:https://aws.amazon.com/blogs/aws/amazon-personalize-real-time-personalization-and-recommendation-for-everyone/



3

【应用】Real-time face detection and emotion/gender classification by a keras CNN and OpenCV(实时人脸检测以及表情/性别分类),源码:https://github.com/oarriaga/face_classification

4

【应用】MLG - Visual Machine Learning Graph of all arXiv papers and researchers(arXiv上机器学习分类下的所有论文和作者的视觉展示),演示:https://arxiv.lyrn.ai/network;示例:https://arxiv.lyrn.ai/citations_network;源码:https://github.com/ranihorev/arxiv-network-graph



5

【教程】The Illustrated BERT, ELMo and co.(BERT原理和应用的图文教程),链接:https://jalammar.github.io/illustrated-bert/


6

【论文】Making Classification Competitive for Deep Metric Learning,链接:https://arxiv.org/abs/1811.12649,摘要:Deep metric learning aims to learn a function mapping image pixels to embedding feature vectors that model the similarity between images. The majority of current approaches are non-parametric, learning the metric space directly through the supervision of similar (pairs) or relatively similar (triplets) sets of images. In this work, we demonstrate that a standard classification network can be transformed into a variant of proxy-based metric learning that is competitive against non-parametric approaches across a wide variety of image retrieval tasks. 



7

【会议】NeurIPS Paper Selection(NeurIPS/NIPS 2018论文解读),链接:https://blog.sicara.com/nips-neurips-papers-selection-28efd4d73189

8

【教程】Training a  Goal-oriented Chatbot with Deep Reinforcement Learning in Python(用深度增强学习实现目标导向的聊天机器人)。


    • Introduction and overview of training:

    • DQN Agent with Keras:

    • Dialogue state tracking:

    • User simulator and error model controller:

    • Future research

    • 链接:https://www.reddit.com/r/MachineLearning/comments/a25owq/p_training_a_goaloriented_chatbot_with_deep/


登录查看更多
5

相关内容

BERT全称Bidirectional Encoder Representations from Transformers,是预训练语言表示的方法,可以在大型文本语料库(如维基百科)上训练通用的“语言理解”模型,然后将该模型用于下游NLP任务,比如机器翻译、问答。
Fariz Darari简明《博弈论Game Theory》介绍,35页ppt
专知会员服务
106+阅读 · 2020年5月15日
一份循环神经网络RNNs简明教程,37页ppt
专知会员服务
168+阅读 · 2020年5月6日
专知会员服务
59+阅读 · 2020年3月19日
专知会员服务
109+阅读 · 2020年3月12日
【教程】自然语言处理中的迁移学习原理,41 页PPT
专知会员服务
94+阅读 · 2020年2月8日
深度强化学习策略梯度教程,53页ppt
专知会员服务
176+阅读 · 2020年2月1日
【推荐系统/计算广告/机器学习/CTR预估资料汇总】
专知会员服务
86+阅读 · 2019年10月21日
【深度学习视频分析/多模态学习资源大列表】
专知会员服务
90+阅读 · 2019年10月16日
强化学习最新教程,17页pdf
专知会员服务
167+阅读 · 2019年10月11日
[综述]深度学习下的场景文本检测与识别
专知会员服务
77+阅读 · 2019年10月10日
LibRec 精选:你见过最有趣的论文标题是什么?
LibRec智能推荐
4+阅读 · 2019年11月6日
LibRec 精选:AutoML for Contextual Bandits
LibRec智能推荐
7+阅读 · 2019年9月19日
LibRec 精选:从0开始构建RNN网络
LibRec智能推荐
5+阅读 · 2019年5月31日
LibRec 精选:如何评估交互式推荐系统?
LibRec智能推荐
8+阅读 · 2019年5月5日
LibRec 精选:推荐系统的常用数据集
LibRec智能推荐
17+阅读 · 2019年2月15日
LibRec 精选:推荐系统的论文与源码
LibRec智能推荐
14+阅读 · 2018年11月29日
LibRec 精选:基于LSTM的序列推荐实现(PyTorch)
LibRec智能推荐
50+阅读 · 2018年8月27日
LibRec 精选:推荐的可解释性[综述]
LibRec智能推荐
10+阅读 · 2018年5月4日
LibRec 精选:推荐系统9个必备数据集
LibRec智能推荐
6+阅读 · 2018年3月7日
五个精彩实用的自然语言处理资源
机器学习研究会
6+阅读 · 2018年2月23日
A Sketch-Based System for Semantic Parsing
Arxiv
4+阅读 · 2019年9月12日
Revealing the Dark Secrets of BERT
Arxiv
4+阅读 · 2019年9月11日
Arxiv
5+阅读 · 2019年4月21日
Arxiv
5+阅读 · 2018年5月1日
Arxiv
5+阅读 · 2016年10月24日
VIP会员
相关VIP内容
Fariz Darari简明《博弈论Game Theory》介绍,35页ppt
专知会员服务
106+阅读 · 2020年5月15日
一份循环神经网络RNNs简明教程,37页ppt
专知会员服务
168+阅读 · 2020年5月6日
专知会员服务
59+阅读 · 2020年3月19日
专知会员服务
109+阅读 · 2020年3月12日
【教程】自然语言处理中的迁移学习原理,41 页PPT
专知会员服务
94+阅读 · 2020年2月8日
深度强化学习策略梯度教程,53页ppt
专知会员服务
176+阅读 · 2020年2月1日
【推荐系统/计算广告/机器学习/CTR预估资料汇总】
专知会员服务
86+阅读 · 2019年10月21日
【深度学习视频分析/多模态学习资源大列表】
专知会员服务
90+阅读 · 2019年10月16日
强化学习最新教程,17页pdf
专知会员服务
167+阅读 · 2019年10月11日
[综述]深度学习下的场景文本检测与识别
专知会员服务
77+阅读 · 2019年10月10日
相关资讯
LibRec 精选:你见过最有趣的论文标题是什么?
LibRec智能推荐
4+阅读 · 2019年11月6日
LibRec 精选:AutoML for Contextual Bandits
LibRec智能推荐
7+阅读 · 2019年9月19日
LibRec 精选:从0开始构建RNN网络
LibRec智能推荐
5+阅读 · 2019年5月31日
LibRec 精选:如何评估交互式推荐系统?
LibRec智能推荐
8+阅读 · 2019年5月5日
LibRec 精选:推荐系统的常用数据集
LibRec智能推荐
17+阅读 · 2019年2月15日
LibRec 精选:推荐系统的论文与源码
LibRec智能推荐
14+阅读 · 2018年11月29日
LibRec 精选:基于LSTM的序列推荐实现(PyTorch)
LibRec智能推荐
50+阅读 · 2018年8月27日
LibRec 精选:推荐的可解释性[综述]
LibRec智能推荐
10+阅读 · 2018年5月4日
LibRec 精选:推荐系统9个必备数据集
LibRec智能推荐
6+阅读 · 2018年3月7日
五个精彩实用的自然语言处理资源
机器学习研究会
6+阅读 · 2018年2月23日
Top
微信扫码咨询专知VIP会员