Pythonによる深層学習入門<br>Deep Learning with Python : A Hands-on Introduction (1st)

個数:
電子版価格
¥13,732
  • 電書あり
  • ポイントキャンペーン

Pythonによる深層学習入門
Deep Learning with Python : A Hands-on Introduction (1st)

  • ウェブストア価格 ¥13,863(本体¥12,603)
  • APress(2017/04発売)
  • 外貨定価 US$ 79.99
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 252pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。

  • ウェブストア価格 ¥14,991(本体¥13,629)
  • APress(2017/04発売)
  • 外貨定価 UK£ 64.99
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 272pt
  • 提携先の海外書籍取次会社に在庫がございます。通常約2週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 226 p.
  • 言語 ENG
  • 商品コード 9781484227657
  • DDC分類 004

Full Description

Discover the practical aspects of implementing deep-learning solutions using the rich Python ecosystem. This book bridges the gap between the academic state-of-the-art and the industry state-of-the-practice by introducing you to deep learning frameworks such as Keras, Theano, and Caffe. The practicalities of these frameworks is often acquired by practitioners by reading source code, manuals, and posting questions on community forums, which tends to be a slow and a painful process. Deep Learning with Python allows you to ramp up to such practical know-how in a short period of time and focus more on the domain, models, and algorithms.
This book briefly covers the mathematical prerequisites and fundamentals of deep learning, making this book a good starting point for software developers who want to get started in deep learning. A brief survey of deep learning architectures is also included.
Deep Learning with Python alsointroduces you to key concepts of automatic differentiation and GPU computation which, while not central to deep learning, are critical when it comes to conducting large scale experiments. 
What You Will Learn 

Leverage deep learning frameworks in Python namely, Keras, Theano, and Caffe 

Gain the fundamentals of deep learning with mathematical prerequisites 

Discover the practical considerations of large scale experiments 

Take deep learning models to production

Who This Book Is For
Software developers who want to try out deep learning as a practical solution to a particular problem. Software developers in a data science team who want to take deep learning models developed by data scientists to production.

Contents

Chapter 1: An intuitive look at the fundamentals of deep learning based on practical applications.- Chapter 2: A survey of the current state-of-the-art implementations of libraries, tools and packages for deep learning and the case for the Python ecosystem.- Chapter 3: A detailed look at Keras [1], which is a high level framework for deep learning suitable for beginners to understand and experiment with deep learning.- Chapter 4: A detailed look at Theano [2], which is a low level framework for implementing architectures and algorithms in deep learning from scratch.- Chapter 5: A detailed look at Caffe [3], which is highly optimized framework for implementing some of the most popular deep learning architectures (mainly computer vision).- Chapter 6: A brief introduction to GPUs and why they are a game changer for Deep Learning.- Chapter 7: A brief introduction to Automatic Differentiation.- Chapter 8: A brief introduction to Backpropagation and Stochastic Gradient Descent.- Chapter 9: A survey of Deep Learning Architectures.- Chapter 10: Advice on running large scale experiments in deep learning and taking models to production. - Chapter 11: Introduction to Tensorflow. - Chapter 12: Introduction to PyTorch. -Chapter 13: Regularization Techniques. - Chapter 14: Training Deep Leaning Models