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

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


  1. 【论文&代码】emoji2vec: Learning Emoji Representations from their Description

简介:

这是一篇从表情生成向量的论文,本人在情感分析中使用,得到了很好的效果。你可以仔细研究一下这篇文章。

Many current natural language processing applications for social media rely on representation learning and utilize pre-trained word embeddings. There currently exist several publicly-available, pre-trained sets of word embeddings, but they contain few or no emoji representations even as emoji usage in social media has increased. In this paper we release emoji2vec, pre-trained embeddings for all Unicode emojis which are learned from their description in the Unicode emoji standard.1 The resulting emoji embeddings can be readily used in downstream social natural language processing applications alongside word2vec. We demonstrate, for the downstream

task of sentiment analysis, that emoji embeddings learned from short descriptions outperforms a skip-gram model trained on a large collection of tweets, while avoiding the need for contexts in which emojis need to appear
frequently in order to estimate a representation.

原文链接:

代码链接:


2.【博客】iSee: Using deep learning to remove eyeglasses from faces

简介:

利用卷积神经网络去除图片中的眼镜。

原文链接:


3.【代码】Deep Learning for Natural Language Processing

简介:

deepnl is a Python library for Natural Language Processing tasks based on a Deep Learning neural network architecture. The library currently provides tools for performing part-of-speech tagging, Named Entity tagging and Semantic Role Labeling. deepnl also provides code for creating word embeddings from text, using either the Language Model approach by , or Hellinger PCA, as in .It can also create sentiment specific word embeddings from a corpus of annotated Tweets.If you use deepnl, please cite  in your publications.

代码链接:


4.【视频】How to Install OpenAI’s Universe and Make a Game Bot [LIVE]

简介:

这是我比较喜欢的一个频道,这人教学很有趣。如果你喜欢,可以在YouTube上面订阅他。我也会选几个比较好玩或者有用的视频,分享给大家。

I’m going to go through the steps necessary to install OpenAI’s Universe, then we’ll build our own game bot using reinforcement learning. This code will be in Python.

原文链接:


5.【NLP学习课程】An interactive Statistical NLP book in Python

简介:

有笔记,有PPT,有联系,有代码。非常好的学习NLP的教材。

Welcome to this interactive book on Statistical Natural Language Processing (NLP). NLP is a field that lies in the intersection of Computer Science, Artificial Intelligence (AI) and Linguistics with the goal to enable computers to solve tasks that require natural language understanding and/or generation. Such tasks are omnipresent in most of our day-to-day life: think of , Automatic  or even basic . All these tasks require the computer to process language in one way or another. But even if you ignore these practical applications, many people consider language to be at the heart of human intelligence, and this makes NLP (and it’s more linguistically motivated cousin, ), important for its role in AI alone.

原文链接:


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

你可能感兴趣的文章
Windows 98 注册表大修改(转)
查看>>
Windows 98 给回收站右键菜单增加重命名命令(转)
查看>>
自行添加欢迎对话框中的文本(转)
查看>>
Win2K Terminal Service使用经验(转)
查看>>
Windows 98 注册表应用的30个实例(转)
查看>>
为 Windows 98 的注册表数据库减肥(转)
查看>>
Windows Vista 内建管理员帐号被禁用(转)
查看>>
Geforce 4 MX 440强制Vista 开启玻璃效果(转)
查看>>
Windows Vista Beta2 中文版优化归类(转)
查看>>
用SQL进行多表查询(转)
查看>>
Oracle 9i管理工具的使用(转)
查看>>
目前主流的两类关系型数据库系统(转)
查看>>
在Oracle数据库10g中跟踪SQL(转)
查看>>
Oracle 10g Release2新功能之变化通知(转)
查看>>
Oracle 10g 新特性之虚拟专用数据库(转)
查看>>
深刻理解Oracle数据库的启动和关闭(转)
查看>>
将Oracle 10g内置的安全特性用于PHP(转)
查看>>
骇客攻击:跳板攻击与防御(1)(转)
查看>>
SYN Flood攻击的基本原理(转)
查看>>
用dhtml做了一个密码管理器 (转)
查看>>