Cantitate/Preț
Produs

Introduction to Python and Large Language Models: A Guide to Language Models

Autor Dilyan Grigorov
en Limba Engleză Paperback – 4 dec 2024
Gain a solid foundation for Natural Language Processing (NLP) and Large Language Models (LLMs), emphasizing their significance in today’s computational world. This book is an introductory guide to NLP and LLMs with Python programming.
The book starts with the basics of NLP and LLMs. It covers essential NLP concepts, such as text preprocessing, feature engineering, and sentiment analysis using Python. The book offers insights into Python programming, covering syntax, data types, conditionals, loops, functions, and object-oriented programming. Next, it delves deeper into LLMs, unraveling their complex components.
You’ll learn about LLM elements, including embedding layers, feedforward layers, recurrent layers, and attention mechanisms. You’ll also explore important topics like tokens, token distributions, zero-shot learning, LLM hallucinations, and insights into popular LLM architectures such as GPT-4, BERT, T5, PALM, and others. Additionally, it covers Python libraries like Hugging Face, OpenAI API, and Cohere. The final chapter bridges theory with practical application, offering step-by-step examples of coded applications for tasks like text generation, summarization, language translation, question-answering systems, and chatbots.
In the end, this book will equip you with the knowledge and tools to navigate the dynamic landscape of NLP and LLMs.
What You’ll Learn
  • Understand the basics of Python and the features of Python 3.11
  • Explore the essentials of NLP and how do they lay the foundations for LLMs.
  • Review LLM components.
  • Develop basic apps using LLMs and Python.
Who This Book Is For
Data analysts, AI and Machine Learning Experts, Python developers, and Software Development Professionals interested in learning the foundations of NLP, LLMs, and the processes of building modern LLM applications for various tasks.
 
 
Citește tot Restrânge

Preț: 37111 lei

Preț vechi: 46389 lei
-20% Nou

Puncte Express: 557

Preț estimativ în valută:
7102 7327$ 6011£

Carte tipărită la comandă

Livrare economică 04-18 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9798868805394
Pagini: 240
Ilustrații: X, 240 p.
Dimensiuni: 178 x 254 mm
Greutate: 0.7 kg
Ediția:First Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Back to the Basics In the Context of Large Language Models.- Chapter 2: What is Python and Why Python For LLMs.- Chapter 3: Deep Dive into Large Language Models - Exploring LLM Architectures.- Chapter 4: Harnessing Python 3.11 and Python Libraries for LLM Development.- Chapter 5: Applications of LLMs in Python.

Notă biografică

Dilyan Grigorov is a software developer with a passion for Python software development, generative deep learning & machine learning, data structures, and algorithms. He is an advocate for open source and the Python language itself. He has 16 years of industry experience programming in Python and has spent 5 of those years researching and testing Generative AI solutions. Dilyan is a Stanford Student in the Graduate Program on Artificial Intelligence in the classes of people like Andrew Ng, Fei-Fei Li and Christopher Manning. He has been mentored by software engineers and AI experts from Google and Nvidia. His passion for AI and ML stems from his background as an SEO specialist dealing with search engine algorithms daily. He enjoys engaging with the software community, often giving talks at local meetups and larger conferences. In his spare time, he enjoys reading books, hiking in the mountains, taking long walks, playing with his son, and playing the piano.

Textul de pe ultima copertă

Gain a solid foundation for Natural Language Processing (NLP) and Large Language Models (LLMs), emphasizing their significance in today’s computational world. This book is an introductory guide to NLP and LLMs with Python programming.
The book starts with the basics of NLP and LLMs. It covers essential NLP concepts, such as text preprocessing, feature engineering, and sentiment analysis using Python. The book offers insights into Python programming, covering syntax, data types, conditionals, loops, functions, and object-oriented programming. Next, it delves deeper into LLMs, unraveling their complex components.
You’ll learn about LLM elements, including embedding layers, feedforward layers, recurrent layers, and attention mechanisms. You’ll also explore important topics like tokens, token distributions, zero-shot learning, LLM hallucinations, and insights into popular LLM architectures such as GPT-4, BERT, T5, PALM, and others. Additionally, it covers Python libraries like Hugging Face, OpenAI API, and Cohere. The final chapter bridges theory with practical application, offering step-by-step examples of coded applications for tasks like text generation, summarization, language translation, question-answering systems, and chatbots.
In the end, this book will equip you with the knowledge and tools to navigate the dynamic landscape of NLP and LLMs.
You will:
  • Understand the basics of Python and the features of Python 3.11
  • Explore the essentials of NLP and how do they lay the foundations for LLMs.
  • Review LLM components.
  • Develop basic apps using LLMs and Python.

Caracteristici

Provides practical applications of LLMs, with essential NLP concepts such as text preprocessing, and sentiment analysis Covers Python programming concepts such as Python syntax, data types, functions, and object-oriented programming Covers LLM architectures, explaining components such as embedding layers, feedforward layers, and recurrent layers.