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

Deep Learning with R, Third Edition (From first principles to generative AI)

List Price: $79.99
SKU:
9781633435186
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:
    François Chollet, Tomasz Kalinowski
    Format:
    Paperback
    Pages:
    648
    Publisher:
    Manning (June 2, 2026)
    Imprint:
    Manning
    Language:
    English
    ISBN-13:
    9781633435186
    ISBN-10:
    1633435180
    Weight:
    26.38oz
    Dimensions:
    7.375" x 9.25"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $79.99
    Pub Discount:
    37
    As low as:
    $61.59
    Publisher Identifier:
    P-SS
    Discount Code:
    A
  • Overview

    Get the eBook free when you register your print book at Manning.

    This book introduces deep learning from scratch with examples that use the R language and the Keras library. Each chapter offers practical code examples that build your understanding of deep learning layer by layer. You’ll appreciate the intuitive explanations, crisp illustrations, and clear examples. In this expanded third edition you’ll find fresh chapters on the transformers architecture, building your own GPT-like large language model, and image generation with diffusion models. Plus, even DL veterans will benefit from the insightful explanations on the nature of deep learning.

    For R programmers, the R interface to the Keras deep learning library is a powerful head start on building deep learning models without switching to Python. It provides a simple, consistent API that makes deep learning accessible and simplifies the process of building neural networks, even if you have no prior experience in advanced machine learning.

    In Deep Learning with R, Third Edition you will learn:

    • Deep learning from first principles
    • The latest features of Keras
    • Image classification and image segmentation
    • Time series forecasting
    • Text classification and machine translation
    • Text and image generation—build your own LLMs and diffusion models!
    • Scaling and tuning models

    About the technology

    Deep Learning with R, Third Edition is a practical, concept-driven introduction to modern deep learning for R users. With a focus on clarity, intuition, and hands-on experimentation, it guides you from the foundations of deep learning to advanced architectures such as transformers and LLMs. This book treats R as a fully capable environment for modern deep learning, showing how contemporary models and workflows can be developed end to end without compromise.

    About the book

    Deep Learning with R, Third Edition gets you up to speed with the current state of deep learning practice. Using Keras 3 with R, you’ll build and train neural networks from scratch, work with transformers, fine-tune pretrained models and explore large language models and diffusion-based image generation. By following carefully constructed examples that build insight step-by-step, you’ll develop a deep understanding of why these models work—not just how to use them.

    What's inside

    • Hands-on, code-first learning in R
    • A clear progression from deep learning fundamentals to generative AI
    • Examples that emphasize intuition and understanding

    About the reader

    For readers with intermediate R skills. No prior experience with deep learning is required.

    About the author

    François Chollet is the creator of Keras and author of Deep Learning with Python. Tomasz Kalinowski is a software engineer at Posit Software, PBC and maintainer of the Keras and TensorFlow R packages.

    Table of Contents

    1 What is deep learning?
    2 The mathematical building blocks of neural networks
    3 Introduction to TensorFlow, PyTorch, JAX, and Keras
    4 Classification and regression
    5 Fundamentals of machine learning
    6 The universal workflow of machine learning
    7 A deep dive into Keras
    8 Image classification
    9 Convnet architecture patterns
    10 Interpreting what convnets learn
    11 Image segmentation
    12 Object detection
    13 Timeseries forecasting
    14 Text classification
    15 Language models and the Transformer
    16 Text generation
    17 Image generation
    18 Best practices for the real world
    19 The future of AI
    20 Conclusions