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

Grokking Deep Learning

List Price: $49.99
SKU:
9781617293702
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:
    Andrew Trask
    Format:
    Paperback
    Pages:
    336
    Publisher:
    Manning (January 25, 2019)
    Language:
    English
    ISBN-13:
    9781617293702
    ISBN-10:
    1617293709
    Weight:
    18.1oz
    Dimensions:
    7.38" x 9.25" x 0.7"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    11
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Grokking Deep Learning teaches you to build deep learning neural networks from scratch! In his engaging style, seasoned deep learning expert Andrew Trask shows you the science under the hood, so you grok for yourself every detail of training neural networks.

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

    About the Technology

    Deep learning, a branch of artificial intelligence, teaches computers to learn by using neural networks, technology inspired by the human brain. Online text translation, self-driving cars, personalized product recommendations, and virtual voice assistants are just a few of the exciting modern advancements possible thanks to deep learning.

    About the Book

    Grokking Deep Learning teaches you to build deep learning neural networks from scratch! In his engaging style, seasoned deep learning expert Andrew Trask shows you the science under the hood, so you grok for yourself every detail of training neural networks. Using only Python and its math-supporting library, NumPy, you'll train your own neural networks to see and understand images, translate text into different languages, and even write like Shakespeare! When you're done, you'll be fully prepared to move on to mastering deep learning frameworks.

    What's inside

    • The science behind deep learning
    • Building and training your own neural networks
    • Privacy concepts, including federated learning
    • Tips for continuing your pursuit of deep learning

    About the Reader

    For readers with high school-level math and intermediate programming skills.

    About the Author

    Andrew Trask is a PhD student at Oxford University and a research scientist at DeepMind. Previously, Andrew was a researcher and analytics product manager at Digital Reasoning, where he trained the world's largest artificial neural network and helped guide the analytics roadmap for the Synthesys cognitive computing platform.

    Table of Contents

    1. Introducing deep learning: why you should learn it
    2. Fundamental concepts: how do machines learn?
    3. Introduction to neural prediction: forward propagation
    4. Introduction to neural learning: gradient descent
    5. Learning multiple weights at a time: generalizing gradient descent
    6. Building your first deep neural network: introduction to backpropagation
    7. How to picture neural networks: in your head and on paper
    8. Learning signal and ignoring noise:introduction to regularization and batching
    9. Modeling probabilities and nonlinearities: activation functions
    10. Neural learning about edges and corners: intro to convolutional neural networks
    11. Neural networks that understand language: king - man + woman == ?
    12. Neural networks that write like Shakespeare: recurrent layers for variable-length data
    13. Introducing automatic optimization: let's build a deep learning framework
    14. Learning to write like Shakespeare: long short-term memory
    15. Deep learning on unseen data: introducing federated learning
    16. Where to go from here: a brief guide