This document summarizes context-aware recommendation and factorization machines. It discusses how factorization machines improve on traditional matrix factorization models by incorporating additional context features. It also introduces gradient boosting factorization machines which further enhance factorization machines by optimizing the factorization model with gradient boosting algorithms.
This document summarizes research on using structured event representations extracted from news articles to predict stock price movements. Key points include:
- Events are extracted from articles and represented as tuples of actors, actions, and objects to capture the who, what, when of events.
- A deep neural network model is used to predict stock price changes based on extracted event representations.
- The model achieves better performance than baselines that use bag-of-words representations of articles.
This document summarizes context-aware recommendation and factorization machines. It discusses how factorization machines improve on traditional matrix factorization models by incorporating additional context features. It also introduces gradient boosting factorization machines which further enhance factorization machines by optimizing the factorization model with gradient boosting algorithms.
This document summarizes research on using structured event representations extracted from news articles to predict stock price movements. Key points include:
- Events are extracted from articles and represented as tuples of actors, actions, and objects to capture the who, what, when of events.
- A deep neural network model is used to predict stock price changes based on extracted event representations.
- The model achieves better performance than baselines that use bag-of-words representations of articles.
エクストリーム珈琲抽出の理論と実践 2013
#natsuken2013 に於てプレゼンテーション
Original Prezi version is here:
http://prezi.com/nz2z6ish1kmh/?utm_campaign=share&utm_medium=copy&rc=ex0share
Exreme Coffee Brewing, theory and practice.(2013)
Presentation for #natsuken2013.
Hadoop World 2011: Large Scale Log Data Analysis for Marketing in NTT Communi...Kenji Hara
In this session we will talk about how we built a log analysis system for marketing using Hadoop, which explore the internet users' interests or feedback about specified products or themes from access log, query/click log and CGM data. Our system provides three features, which are 1) sentiment analysis, 2) co-occuring keyword extraction, and 3) user interests estimation. For large scale analysis, we use Hadoop with customized functions, which push down the shuffle size by amplifying map-side processing. We also show the features of our Hadoop cluster.
2. 紹介する論文
The Big Data Bootstrap
Ariel Kleiner, Ameet Talwalkar, Purnamrita Sarkar,
Michael I. Jordan
スライド
http://biglearn.org/files/slides/contributed/kleiner.pdf
より詳細な資料
http://arxiv.org/abs/1112.5016
大規模データに対するブートストラップ手法として
有用なBag of Little Bootstrap(BLB)という手法を提案