Skip to Content
詳説 Deep Learning ―実務者のためのアプローチ
book

詳説 Deep Learning ―実務者のためのアプローチ

by Josh Patterson, Adam Gibson, 本橋 和貴, 牧野 聡, 新郷 美紀
August 2019
Intermediate to advanced
608 pages
7h 46m
Japanese
O'Reilly Japan, Inc.
Content preview from 詳説 Deep Learning ―実務者のためのアプローチ

付録IDL4Jプロジェクト用のGPUの設定

Vyacheslav Kokorin, Susan Eraly

ニューラルネットワークの学習は、数多くの線形代数演算を伴います。数千のコアを備えるグラフィックスプロセッシングユニット(GPU)は、こうした計算に特化して設計されました。GPUは、学習の高速化、そして長期的にはドルあたり・ワットあたりの計算性能の向上を目的によく使われます。

I.1 バックエンドのGPUへの切り替え

DL4Jは現時点でCUDA 10.0がサポートするNVIDIA GPUを利用できます(CUDA 8.0は対象外になりました)。DL4Jはプラグアンドプレイで記述されています。つまり、計算レイヤーをCPUからGPUに切り替えるときには、pom.mlファイルの依存関係でnd4jの下のartifactIdの行を切り替えるだけ、と簡単です。

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>nd4j-cuda-10.0-platform</artifactId>
            <version>${nd4j.version}</version>
        </dependency>
    </dependencies>
</dependencyManagement>

I.1.1 GPUの選択

一般論として、ハイエンドコンシューマーグレードのモデルや、プロフェッショナル向けのTeslaデバイスがお勧めです。つまり本書日本語版の翻訳時点(2019年6月)では、1組のNVIDIA GeForce RTX 2070 GPUが最初の選択として手堅いでしょう。

GPUを購入するときに考慮すべき点は以下の通りです。 ...

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

直感 Deep Learning ―Python×Kerasでアイデアを形にするレシピ

直感 Deep Learning ―Python×Kerasでアイデアを形にするレシピ

Antonio Gulli, Sujit Pal, 大串 正矢, 久保 隆宏, 中山 光樹
実践 自然言語処理 ―実世界NLPアプリケーション開発のベストプラクティス

実践 自然言語処理 ―実世界NLPアプリケーション開発のベストプラクティス

Sowmya Vajjala, Bodhisattwa Majumder, Anuj Gupta, Harshit Surana, 中山 光樹

Publisher Resources

ISBN: 9784873118802Other