null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Inside Deep Learning (Math, Algorithms, Models)

List Price: $59.99
SKU:
9781617298639
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Edward Raff
    Format:
    Paperback
    Pages:
    600
    Publisher:
    Manning (May 31, 2022)
    Language:
    English
    ISBN-13:
    9781617298639
    ISBN-10:
    1617298638
    Dimensions:
    7.375" x 9.25" x 1.6"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Weight:
    44.8oz
    Case Pack:
    8
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Journey through the theory and practice of modern deep learning, and apply innovative techniques to solve everyday data problems.

    In Inside Deep Learning, you will learn how to:

        Implement deep learning with PyTorch
        Select the right deep learning components
        Train and evaluate a deep learning model
        Fine tune deep learning models to maximize performance
        Understand deep learning terminology
        Adapt existing PyTorch code to solve new problems

    Inside Deep Learning is an accessible guide to implementing deep learning with the PyTorch framework. It demystifies complex deep learning concepts and teaches you to understand the vocabulary of deep learning so you can keep pace in a rapidly evolving field. No detail is skipped—you’ll dive into math, theory, and practical applications. Everything is clearly explained in plain English.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology
    Deep learning doesn’t have to be a black box! Knowing how your models and algorithms actually work gives you greater control over your results. And you don’t have to be a mathematics expert or a senior data scientist to grasp what’s going on inside a deep learning system. This book gives you the practical insight you need to understand and explain your work with confidence.

    About the book
    Inside Deep Learning illuminates the inner workings of deep learning algorithms in a way that even machine learning novices can understand. You’ll explore deep learning concepts and tools through plain language explanations, annotated code, and dozens of instantly useful PyTorch examples. Each type of neural network is clearly presented without complex math, and every solution in this book can run using readily available GPU hardware!

    What's inside

        Select the right deep learning components
        Train and evaluate a deep learning model
        Fine tune deep learning models to maximize performance
        Understand deep learning terminology

    About the reader
    For Python programmers with basic machine learning skills.

    About the author
    Edward Raff is a Chief Scientist at Booz Allen Hamilton, and the author of the JSAT machine learning library.

    Table of Contents
    PART 1 FOUNDATIONAL METHODS
    1 The mechanics of learning
    2 Fully connected networks
    3 Convolutional neural networks
    4 Recurrent neural networks
    5 Modern training techniques
    6 Common design building blocks
    PART 2 BUILDING ADVANCED NETWORKS
    7 Autoencoding and self-supervision
    8 Object detection
    9 Generative adversarial networks
    10 Attention mechanisms
    11 Sequence-to-sequence
    12 Network design alternatives to RNNs
    13 Transfer learning
    14 Advanced building blocks