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

Prompt Engineering for Generative AI (Future-Proof Inputs for Reliable AI Outputs)

List Price: $79.99
SKU:
9781098153434
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:
    James Phoenix, Mike Taylor
    Format:
    Paperback
    Pages:
    422
    Publisher:
    O'Reilly Media (June 25, 2024)
    Language:
    English
    ISBN-13:
    9781098153434
    ISBN-10:
    109815343X
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20260616163358-20260616.xml
    Folder:
    TWO RIVERS
    List Price:
    $79.99
    Country of Origin:
    United States
    Case Pack:
    9
    As low as:
    $68.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Pub Discount:
    60
    Weight:
    23.52oz
    Imprint:
    O'Reilly Media
  • Overview

    Large language models (LLMs) and diffusion models such as ChatGPT and Stable Diffusion have unprecedented potential. Because they have been trained on all the public text and images on the internet, they can make useful contributions to a wide variety of tasks. And with the barrier to entry greatly reduced today, practically any developer can harness LLMs and diffusion models to tackle problems previously unsuitable for automation.

    With this book, you'll gain a solid foundation in generative AI, including how to apply these models in practice. When first integrating LLMs and diffusion models into their workflows, most developers struggle to coax reliable enough results from them to use in automated systems. Authors James Phoenix and Mike Taylor show you how a set of principles called prompt engineering can enable you to work effectively with AI.

    Learn how to empower AI to work for you. This book explains:

    • The structure of the interaction chain of your program's AI model and the fine-grained steps in between
    • How AI model requests arise from transforming the application problem into a document completion problem in the model training domain
    • The influence of LLM and diffusion model architecture—and how to best interact with it
    • How these principles apply in practice in the domains of natural language processing, text and image generation, and code