株式会社極東書店トップ > 商品一覧 > Data-Intensive Text Processing with MapReduce.
商品詳細
Data-Intensive Text Processing with MapReduce.
・ISBN 978-3-031-01008-8 paper EUR 34.99
¥9,352.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
お気に入り
★★★
| 著者・編者 | Lin, Jimmy / Dyer, Chris, |
|---|---|
| シリーズ | (Synthesis Lectures on Human Language Technologies) |
| 出版社 | (Springer International Publishing AG, SZ) |
| 出版年月 | 2010 |
| ページ数 | 171 pp. |
| 言語 | ENG |
| ニュース番号 | <A02-50743> |
解説
Our world is being revolutionized by data-driven methods: access to large amounts of data has generated new insights and opened exciting new opportunities in commerce, science, and computing applications. Processing the enormous quantities of data necessary for these advances requires large clusters, making distributed computing paradigms more crucial than ever. MapReduce is a programming model for expressing distributed computations on massive datasets and an execution framework for large-scale data processing on clusters of commodity servers. The programming model provides an easy-to-understand abstraction for designing scalable algorithms, while the execution framework transparently handles many system-level details, ranging from scheduling to synchronization to fault tolerance. This book focuses on MapReduce algorithm design, with an emphasis on text processing algorithms common in natural language processing, information retrieval, and machine learning. We introduce the notion ofMapReduce design patterns, which represent general reusable solutions to commonly occurring problems across a variety of problem domains. This book not only intends to help the reader "think in MapReduce", but also discusses limitations of the programming model as well. Table of Contents: Introduction / MapReduce Basics / MapReduce Algorithm Design / Inverted Indexing for Text Retrieval / Graph Algorithms / EM Algorithms for Text Processing / Closing Remarks