时间:2014
发表于:EMNLP
原文件:http://pan.baidu.com/s/1i3phG49
主要内容:
利用新闻事件来预测:1. 美股大盘走势;2. 挑选的15个个股的走势。
详细内容:
主要工作步骤:
1. 抽取财经新闻
2. 对新闻title进行parser,并进行事件抽取。
其中事件抽取是open information extraction...
分类:
其他好文 时间:
2015-08-07 20:15:01
阅读次数:
173
继上次分享了经典统计语言模型,最近公众号中有很多做NLP朋友问到了关于word2vec的相关内容, 本文就在这里整理一下做以分享。 本文分为
概括word2vec
相关工作
模型结构
Count-based方法 vs. Directly predict
几部分,暂时没有加实验章节,但其实感觉word2vec一文中实验还是做了很多工作的,希望大家有空最好还是看一下。...
分类:
其他好文 时间:
2015-06-07 17:33:51
阅读次数:
480
Example: Polynomial Curve Fitting The goal of regression is to predict the value of one or more continuous target variables t given the value of a D-d...
分类:
其他好文 时间:
2015-06-06 23:27:37
阅读次数:
369
Description
Farmer John has noticed that the quality of milk given by his cows varies from day to day. On further investigation, he discovered that although he can't predict the quality of milk fro...
分类:
编程语言 时间:
2015-05-29 15:49:04
阅读次数:
125
The best way to predict the future is to invent it,预测未来最好的方法是创造它! ——Smalltalk发明人Alan Kay “预测未来的最好方法,就是把它创造出来”这是天才大师阿伦凯的名言,他是Smalltalk面向对象编程环境语言的发明人之.....
分类:
其他好文 时间:
2015-05-19 00:26:40
阅读次数:
301
机器学习的三种类型监督学习,加强学习和非监督学习Types of learning task? Supervised learning– Learn to predict an output when given an input vector.? Reinforcement learning– L...
分类:
其他好文 时间:
2015-05-03 00:46:59
阅读次数:
130
??
语法分析之自顶向下语法分析概述与三个重要概念的集合
自顶向下语法分析概述:
基本思想
检查程序是否为文法的句子
按定义从开始符号出发能推导出程序
一个一个尝试,选择规则没有依据。
例子:
Z→aBb[1]|aD[2]
B→b[3]|bB[4]
...
分类:
其他好文 时间:
2015-04-13 09:37:15
阅读次数:
210
http://codeforces.com/problemset/problem/451/CA -Predict Outcome of the GameTime Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitS...
分类:
其他好文 时间:
2015-04-05 15:48:06
阅读次数:
133
DescriptionFarmer John has noticed that the quality of milk given by his cows varies from day to day. On further investigation, he discovered that although he can’t predict the quality of milk from one...
分类:
编程语言 时间:
2015-03-31 22:31:54
阅读次数:
140
1. e1701简介
R语言的e1071包提供了对libsvm的接口。库libsvm包括了常用的核,如线性,多项式,RBF,sigmoid等。多分类通过一对一的投票机制(one-against-one voting scheme)而实现。predict()是训练函数,plot()可视化数据,支持向量,决策边界(如果提供的话)。参数调整tune()。
用e1071包中svm函数...
分类:
其他好文 时间:
2015-03-15 09:27:31
阅读次数:
451