Skip to Content
データサイエンス設計マニュアル
book

データサイエンス設計マニュアル

by Steven S. Skiena, 小野 陽子, 長尾 高弘
January 2020
Beginner to intermediate
728 pages
10h 26m
Japanese
O'Reilly Japan, Inc.
Content preview from データサイエンス設計マニュアル
372 12 ビッグデータ:スケールを追求
過するデータの動きよりも、サイクル数によって処理が限界に達してしまう。強調点は、何らかの計
算問題を逐次的に処理するときよりも高速に解決することに置かれる。
分散処理は、ネットワークで接続された複数のマシンで実行される。この形で実現できる規模は膨大
なものになるが、あまり通信を必要としない疎結合な処理に適している。分散処理の目標は、複数の
CPU の能
力をフルに活用することではなく、複数のマシンの間でメモリやセカンダリストレージと
いったリソースを共有することに置かれることが多い。ディスクからのデータの読み出し速度がボト
ルネックになるときには、同時にできる限り多くのディスクを多数のマシンで読み出すようにすると
よい。
この節では、並列計算の基本原則を説明し、並列計算の比較的単純な活用方法であるデータ並列処理とグ
リッドサーチを説明する。ビッグデータの分散コンピューティングの主要パラダイムである MapReduce
12.6 節で扱う。
12.5.1 1, 2, たくさん
原始的な文化では、数は未発達で、1, 2, たくさんという単語しかなかった。実は、並列・分散コンピュー
ティングも、このような形で考えるとよい。マシンが増えると非常に速いペースで複雑さが増すのである。
1:マシン内のすべてのコアをビジー状態に保つが、マシンは 1 台だけである。これは分散コンピュー
ティングではない。
2LAN で接続されたマシンの間で実行する仕事を手作業で分割する場合である。辛うじて分散コン ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Python機械学習クックブック

Python機械学習クックブック

Chris Albon, 中田 秀基
Rではじめるデータサイエンス

Rではじめるデータサイエンス

Hadley Wickham, Garrett Grolemund, 黒川 利明, 大橋 真也
プログラミングC# 第8版

プログラミングC# 第8版

Ian Griffiths, 木下 哲也, 鈴木 幸敏

Publisher Resources

ISBN: 9784873118918Other