SULJE VALIKKO

avaa valikko

Ulkomaiset kirjat, Computers, Programming Languages, Java | Akateeminen Kirjakauppa

Haullasi löytyi yhteensä 621 tuotetta
Haluatko tarkentaa hakukriteerejä?



ChatGPT for Java : A Hands-on Developer's Guide to ChatGPT and Open AI APIs
Bruce Hopkins
Apress (2024)
Pehmeäkantinen kirja
46,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Java For Dummies
Barry Burd
John Wiley & Sons Inc (2022)
Pehmeäkantinen kirja
24,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Functional Interfaces in Java : Fundamentals and Examples
Ralph Lecessi
Apress (2019)
Pehmeäkantinen kirja
54,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Keycloak - Identity and Access Management for Modern Applications - Harness the power of Keycloak, OpenID Connect, and OAuth 2.0
Stian Thorgersen; Pedro Igor Silva
Packt Publishing Limited (2021)
Pehmeäkantinen kirja
67,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Kotlin Design Patterns and Best Practices - Build scalable applications using traditional, reactive, and concurrent design patte
Alexey Soshin; Anton Arhipov
Packt Publishing Limited (2022)
Pehmeäkantinen kirja
54,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Joy of Kotlin, The
Pierre-Yves Saumont
Manning Publications (2019)
Pehmeäkantinen kirja
42,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Java Cookbook - Problems and Solutions for Java Developers
Ian F. Darwin
O'Reilly Media (2020)
Pehmeäkantinen kirja
88,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Kafka in Action
Dylan Scott
Manning Publications (2022)
Pehmeäkantinen kirja
42,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Learn to Program with Java 2021 Edition
John Smiley
Lulu Press (2021)
Pehmeäkantinen kirja
38,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Java - kurz&gut
Robert James Liguori; Patricia Liguori
Dpunkt.Verlag GmbH (2018)
Pehmeäkantinen kirja
15,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Spring Boot 2 Recipes : A Problem-Solution Approach
Marten Deinum
Apress (2018)
Pehmeäkantinen kirja
46,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Java All-in-One For Dummies
Doug Lowe
John Wiley & Sons Inc (2020)
Pehmeäkantinen kirja
29,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Java 2 Exam Notes (Programmer's Exam)
Philip Heller
Sybex (2000)
Pehmeäkantinen kirja
18,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Java in Telecommunications - Solutions for Next Generation Networks
TC Jepsen
Wiley-Blackwell (2001)
Kovakantinen kirja
121,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Java Card for E-Payment Applications
Vesna Hassler
Artech House Publishers (2001)
Kovakantinen kirja
113,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
JMX Programming
Mike Jasnowski
John Wiley & Sons (2002)
Pehmeäkantinen kirja
49,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
MySQL and Java Developer's Guide
Mark Matthews; Jim Cole; Joseph D. Gradecki
John Wiley & Sons Inc (2003)
Pehmeäkantinen kirja
39,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Patterns in Java, Volume 1 - A Catalog of Reusable Design Patterns Illustrated with UML
Mark Grand
John Wiley & Sons Inc (2002)
Pehmeäkantinen kirja
31,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Jakarta Struts Pocket Reference
Chuck Cavaness; Brian Keeton
O'Reilly (2003)
Pehmeäkantinen kirja
17,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Mastering JavaServerTM Faces
Bill Dudney; Jonathan Lehr; Bill Willis; LeRoy Mattingly
John Wiley & Sons (2004)
Pehmeäkantinen kirja
29,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
ChatGPT for Java : A Hands-on Developer's Guide to ChatGPT and Open AI APIs
46,30 €
Apress
Sivumäärä: 233 sivua
Asu: Pehmeäkantinen kirja
Painos: First Edition
Julkaisuvuosi: 2024, 28.02.2024 (lisätietoa)
Kieli: Englanti

Embrace the future of software development! ChatGPT for Java is the perfect starting point for Java developers to learn how to build intelligent applications using ChatGPT and Open AI APIs.

This book takes you from the ground up to demonstrate how to use ChatGPT programmatically. You will learn the basics of ChatGPT and OpenAI APIs, including how to authenticate, send prompts, generate responses, test in the Playground, and handle errors. Each chapter includes practical exercises which demonstrate different API functionalities and bring your concepts to life. You will learn how to AI-enable your own applications using models such as GPT-4, GPT-3.5, Whisper, DALL-E, and many more. 

As a result, developers will understand that generative AI tools will not replace software development jobs! Instead, you will leverage ChatGPT as your Java AI-pair programmer to increase speed and productivity. You will also learn how ChatGPT can provide powerful Natural Language Processing (NLP) capabilities to your Java apps in order to understand various formats of unstructured text. Step-by-step, you will apply the concepts covered to create your own intelligent chatbots that can automatically process messages from either Slack on Discord. 

With this book, Java developers will be empowered to take their applications to new heights by leveraging the power of AI as this exciting field continues to evolve and transform.


What You Will Learn

  • Authenticate with the ChatGPT and OpenAI APIs and learn how to engineer and send prompts
  • Test your prompts in the ChatGPT Playground
  • How to use multiple artificial intelligence models 
  • Harness the power the temperature, top_p, and other parameters that can ONLY be accessed by developers to create more unique and engaging responses from ChatGPT
  • Create intelligent bots for Slack or Discord servers
  • Incorporate context into prompts for betterresponses and apply advanced features of the APIs.
  • Explore future directions for ChatGPT and OpenAI 

Who This Book Is For

Beginning and intermediate Java developers who have a basic understanding of Java programming concepts and are interested in learning how to add intelligence to their applications by using ChatGPT programmatically. No prior experience with ChatGPT or OpenAI APIs is required.



Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
LISÄÄ OSTOSKORIIN
Tilaustuote | Arvioimme, että tuote lähetetään meiltä noin 4-5 viikossa | Tilaa jouluksi viimeistään 27.11.2024
Myymäläsaatavuus
Helsinki
Tapiola
Turku
Tampere
ChatGPT for Java : A Hands-on Developer's Guide to ChatGPT and Open AI APIszoom
Näytä kaikki tuotetiedot
ISBN:
9798868801150
Sisäänkirjautuminen
Kirjaudu sisään
Rekisteröityminen
Oma tili
Omat tiedot
Omat tilaukset
Omat laskut
Lisätietoja
Asiakaspalvelu
Tietoa verkkokaupasta
Toimitusehdot
Tietosuojaseloste